Color Hex Logo

#6bd02d Color Hex

#6BD02D
(107,208,45)
0 Favorites   0 Comments

Color spaces of #6bd02d

RGB 10720845
HSL0.270.640.50
HSV97°78°82°
CMYK 0.490.000.78   0.18
XYZ29.092948.427010.2966
Yxy48.42700.33130.5515
Hunter Lab69.5895-47.157139.9400
CIE-Lab75.0935-55.678165.9389

#6bd02d color RGB value is (107,208,45).

#6bd02d hex color red value is 107, green value is 208 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #6bd02d hue: 0.27 , saturation: 0.64 and the lightness value of 6bd02d is 0.50.

The process color (four color CMYK) of #6bd02d color hex is 0.49, 0.00, 0.78, 0.18. Web safe color of #6bd02d is #66cc33. Color #6bd02d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 11010000 00101101
Octal 153 320 55
Decimal 107 208 45
Hex 6B D0 2D

RGB Percentages of Color #6bd02d

%29.72
%57.78
%12.50

CMYK Percentages of Color #6bd02d

%49
%0
%78
%18

Triadic Colors of #6bd02d

#6bd02d #2d6bd0 #d02d6b

Analogous Colors of #6bd02d

#6bd02d #2dd041 #bdd02d

Monochromatic Colors of #6bd02d

#6bd02d

Complementary Color

#6bd02d #922dd0

#6bd02d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bd02d Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bd02d Color CSS Codes

.mybgcolor {background-color:#6bd02d; } 
.myforecolor {color:#6bd02d; }
.mybordercolor {border:3px solid #6bd02d; }

#6bd02d Text Font Color

<p style="color:#6bd02d">Text here</p>

This sample text font color is #6bd02d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#6bd02d Background Color

<div style="background-color:#6bd02d">
Div content here</div>

This div background color is #6bd02d


#6bd02d Border Color

<div style="border:3px solid #6bd02d">
Div here</div>

This div border color is #6bd02d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(107,208,45, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6bd02d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6bd02d;
  -webkit-box-shadow: 1px 1px 3px 2px #6bd02d;
  box-shadow:         1px 1px 3px 2px #6bd02d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(107,208,45, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #6bd02d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #6bd02d;
  -webkit-box-shadow: 1px 1px 3px 2px #6bd02d;
  box-shadow:         1px 1px 3px 2px #6bd02d;">
Div content here</div>

This div box has shadow with color #6bd02d


Comments

No comments written yet.

Please login to write comment.