Html Css Color HEX #7DCB06 Lima

📋 copy color: '#7DCB06'

red 125 ◦ green 203 ◦ blue 6

#7DCB06
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lima #7DCB06

Tints of Lima #7DCB06

RGB

 RED value IS 125 (49.22% from 255) = 37.43%

 GREEN value IS 203 (79.69% from 255) = 60.78%

 BLUE value IS 6 (2.73% from 255) = 1.8%

R = 37.43%
G = 60.78%
B = 1.8%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.97

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#7DCB06 (or 0x7DCB06) is known color: Lima. HEX triplet: 7D, CB and 06. RGB value is (125,203,6). Sum of RGB (Red+Green+Blue) = 125+203+6=334 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.43% from 334); Green value is 203 (79.69% from 255 or 60.78% from 334); Blue value is 6 (2.73% from 255 or 1.80% from 334); Max value from RGB is 203 - color contains mainly: green. Hex color #7DCB06 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DCB06 is #8234F9. Grayscale: #9D9D9D. Windows color (decimal): -8533242 or 445309. OLE color: 445309.

HSL color Cylindrical-coordinate representation of color #7DCB06: hue angle of 83.76º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7DCB06 is Cyan = 0.38, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.20.

Color convert

RGB 125 203 6 -
CMYK 0.38 0 0.97 0.20
HSL 83.76º 0.94% 0.41% -
HSV(B) 83.76º 0.97% 0.8% -
XYZ 29.85 47.09 7.69 -
YUV 157.22 42.66 105.02 -
System Red Green Blue C M Y K H S L
Decimal 125 203 6 0.38 0 0.97 0.20 83.76 0.94 0.41
Hex 7D CB 6 26 0 61 14 54 5E 29
Octal 175 313 6 46 0 141 24 124 136 51
Binary 1111101 11001011 110 100110 0 1100001 10100 1010100 1011110 101001

Color Harmonies of #7DCB06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCB06

Black with #7DCB06

Text Example


Text Example

White with #7DCB06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7DCB06; }

 p { color: rgb(125,203,6); }

 H1.HeaderClassName
 {
   color: #7DCB06;
 }
 .AnyTagClassName
 {
   color: #7DCB06;
 }
</style>

background-color css

<style>
 a { background-color: #7DCB06; }

 a { background-color: rgb(125,203,6); }

 div.DivClassName
 {
   background-color: #7DCB06;
 }
 .BgClassName
 {
   background-color: #7DCB06;
 }
</style>

border-color css

<style>
 span { border-color: #7DCB06; }

 span { border-color: rgb(125,203,6); }

 td.TdClassName
 {
   border-color: #7DCB06;
 }
 .TagClassName
 {
   border-color: #7DCB06;
 }
</style>