#78AF27

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

Shades of Lima #78AF27

Tints of Lima #78AF27

Color information

#78AF27 (or 0x78AF27) is unknown color: approx Lima. HEX triplet: 78, AF and 27. RGB value is (120,175,39). Sum of RGB (Red+Green+Blue) = 120+175+39=334 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.93% from 334); Green value is 175 (68.75% from 255 or 52.40% from 334); Blue value is 39 (15.62% from 255 or 11.68% from 334); Max value from RGB is 175 - color contains mainly: green. Hex color #78AF27 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78AF27 is #8750D8. Grayscale: #8F8F8F. Windows color (decimal): -8868057 or 2600824. OLE color: 2600824.

HSL color Cylindrical-coordinate representation of color #78AF27: hue angle of 84.26º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #78AF27 is Cyan = 0.31, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.31.

Color convert

RGB12017539-
CMYK0.3100.780.31
HSL84.26º63.55%41.96%-
HSV(B)84.26º77.71%68.63%-
XYZ23.4434.87.4-
YUV143.0569.28111.56-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.93%
GREEN value IS 175 (68.75% from 255) = 52.40%
BLUE value IS 39 (15.62% from 255) = 11.68%
R=35.93%
G=52.40%
B=11.68%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal120175390.3100.780.3184.2663.5541.96
Hex78AF271F04E1F54402a
Octal170257473701163712410052
Binary11110001010111110011111111010011101111110101001000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78AF27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,175,39); }

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

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

 a { background-color: rgb(120,175,39); }

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

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

 span { border-color: rgb(120,175,39); }

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