#79CD08

Color #79CD08 Lima (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lima #79CD08

Tints of Lima #79CD08

Color information

#79CD08 (or 0x79CD08) is unknown color: approx Lima. HEX triplet: 79, CD and 08. RGB value is (121,205,8). Sum of RGB (Red+Green+Blue) = 121+205+8=334 (44% of max value = 765). Red value is 121 (47.66% from 255 or 36.23% from 334); Green value is 205 (80.47% from 255 or 61.38% from 334); Blue value is 8 (3.52% from 255 or 2.40% from 334); Max value from RGB is 205 - color contains mainly: green. Hex color #79CD08 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #79CD08 is #8632F7. Grayscale: #9E9E9E. Windows color (decimal): -8794872 or 576889. OLE color: 576889.

HSL color Cylindrical-coordinate representation of color #79CD08: hue angle of 85.58º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #79CD08 is Cyan = 0.41, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.20.

Color convert

RGB1212058-
CMYK0.4100.960.20
HSL85.58º92.49%41.76%-
HSV(B)85.58º96.1%80.39%-
XYZ29.7647.757.88-
YUV157.4343.67102.02-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 36.23%
GREEN value IS 205 (80.47% from 255) = 61.38%
BLUE value IS 8 (3.52% from 255) = 2.40%
R=36.23%
G=61.38%
B=2.40%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal12120580.4100.960.2085.5892.4941.76
Hex79CD82906014565c2a
Octal171315105101402412613452
Binary1111001110011011000101001011000001010010101101011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79CD08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79CD08; }

 p { color: rgb(121,205,8); }

 H1.HeaderClassName
 {
   color: #79CD08;
 }
 .AnyTagClassName
 {
   color: #79CD08;
 }
</style>
background-color css

<style>
 a { background-color: #79CD08; }

 a { background-color: rgb(121,205,8); }

 div.DivClassName
 {
   background-color: #79CD08;
 }
 .BgClassName
 {
   background-color: #79CD08;
 }
</style>
border-color css

<style>
 span { border-color: #79CD08; }

 span { border-color: rgb(121,205,8); }

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