#78CC09

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

Shades of Lima #78CC09

Tints of Lima #78CC09

Color information

#78CC09 (or 0x78CC09) is unknown color: approx Lima. HEX triplet: 78, CC and 09. RGB value is (120,204,9). Sum of RGB (Red+Green+Blue) = 120+204+9=333 (44% of max value = 765). Red value is 120 (47.27% from 255 or 36.04% from 333); Green value is 204 (80.08% from 255 or 61.26% from 333); Blue value is 9 (3.91% from 255 or 2.70% from 333); Max value from RGB is 204 - color contains mainly: green. Hex color #78CC09 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #78CC09 is #8733F6. Grayscale: #9D9D9D. Windows color (decimal): -8860663 or 642168. OLE color: 642168.

HSL color Cylindrical-coordinate representation of color #78CC09: hue angle of 85.85º 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 #78CC09 is Cyan = 0.41, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.2.

Color convert

RGB1202049-
CMYK0.4100.960.2
HSL85.85º91.55%41.76%-
HSV(B)85.85º95.59%80%-
XYZ29.3947.27.82-
YUV156.6544.67101.86-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.04%
GREEN value IS 204 (80.08% from 255) = 61.26%
BLUE value IS 9 (3.91% from 255) = 2.70%
R=36.04%
G=61.26%
B=2.70%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal12020490.4100.960.285.8591.5541.76
Hex78CC92906014565c2a
Octal170314115101402412613452
Binary1111000110011001001101001011000001010010101101011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78CC09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78CC09; }

 p { color: rgb(120,204,9); }

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

<style>
 a { background-color: #78CC09; }

 a { background-color: rgb(120,204,9); }

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

<style>
 span { border-color: #78CC09; }

 span { border-color: rgb(120,204,9); }

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