#78CB09

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

Shades of Lima #78CB09

Tints of Lima #78CB09

Color information

#78CB09 (or 0x78CB09) is unknown color: approx Lima. HEX triplet: 78, CB and 09. RGB value is (120,203,9). Sum of RGB (Red+Green+Blue) = 120+203+9=332 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.14% from 332); Green value is 203 (79.69% from 255 or 61.14% from 332); Blue value is 9 (3.91% from 255 or 2.71% from 332); Max value from RGB is 203 - color contains mainly: green. Hex color #78CB09 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #78CB09 is #8734F6. Grayscale: #9C9C9C. Windows color (decimal): -8860919 or 641912. OLE color: 641912.

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

Color convert

RGB1202039-
CMYK0.4100.960.20
HSL85.67º91.51%41.57%-
HSV(B)85.67º95.57%79.61%-
XYZ29.1546.727.74-
YUV156.0745102.27-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.14%
GREEN value IS 203 (79.69% from 255) = 61.14%
BLUE value IS 9 (3.91% from 255) = 2.71%
R=36.14%
G=61.14%
B=2.71%

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
Decimal12020390.4100.960.2085.6791.5141.57
Hex78CB92906014565c2a
Octal170313115101402412613452
Binary1111000110010111001101001011000001010010101101011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78CB09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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