#78CC05

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

Shades of Lima #78CC05

Tints of Lima #78CC05

Color information

#78CC05 (or 0x78CC05) is unknown color: approx Lima. HEX triplet: 78, CC and 05. RGB value is (120,204,5). Sum of RGB (Red+Green+Blue) = 120+204+5=329 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.47% from 329); Green value is 204 (80.08% from 255 or 62.01% from 329); Blue value is 5 (2.34% from 255 or 1.52% from 329); Max value from RGB is 204 - color contains mainly: green. Hex color #78CC05 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #78CC05 is #8733FA. Grayscale: #9C9C9C. Windows color (decimal): -8860667 or 380024. OLE color: 380024.

HSL color Cylindrical-coordinate representation of color #78CC05: hue angle of 85.33º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #78CC05 is Cyan = 0.41, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.2.

Color convert

RGB1202045-
CMYK0.4100.980.2
HSL85.33º95.22%40.98%-
HSV(B)85.33º97.55%80%-
XYZ29.3747.197.7-
YUV156.242.67102.18-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.47%
GREEN value IS 204 (80.08% from 255) = 62.01%
BLUE value IS 5 (2.34% from 255) = 1.52%
R=36.47%
G=62.01%
B=1.52%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal12020450.4100.980.285.3395.2240.98
Hex78CC52906214555f29
Octal17031455101422412513751
Binary111100011001100101101001011000101010010101011011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78CC05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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