Html Css Color HEX #78B720 Lima

📋 copy color: '#78B720'

red 120 ◦ green 183 ◦ blue 32

#78B720
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lima #78B720

Tints of Lima #78B720

RGB

 RED value IS 120 (47.27% from 255) = 35.82%

 GREEN value IS 183 (71.88% from 255) = 54.63%

 BLUE value IS 32 (12.89% from 255) = 9.55%

R = 35.82%
G = 54.63%
B = 9.55%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.83

 K value IS 0.28

RGB Variations

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

Color information

#78B720 (or 0x78B720) is known color: Lima. HEX triplet: 78, B7 and 20. RGB value is (120,183,32). Sum of RGB (Red+Green+Blue) = 120+183+32=335 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.82% from 335); Green value is 183 (71.88% from 255 or 54.63% from 335); Blue value is 32 (12.89% from 255 or 9.55% from 335); Max value from RGB is 183 - color contains mainly: green. Hex color #78B720 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78B720 is #8748DF. Grayscale: #939393. Windows color (decimal): -8866016 or 2144120. OLE color: 2144120.

HSL color Cylindrical-coordinate representation of color #78B720: hue angle of 85.03º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #78B720 is Cyan = 0.34, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.28.

Color convert

RGB 120 183 32 -
CMYK 0.34 0 0.83 0.28
HSL 85.03º 0.7% 0.42% -
HSV(B) 85.03º 0.83% 0.72% -
XYZ 24.94 37.96 7.38 -
YUV 146.95 63.13 108.78 -
System Red Green Blue C M Y K H S L
Decimal 120 183 32 0.34 0 0.83 0.28 85.03 0.7 0.42
Hex 78 B7 20 22 0 53 1C 55 46 2A
Octal 170 267 40 42 0 123 34 125 106 52
Binary 1111000 10110111 100000 100010 0 1010011 11100 1010101 1000110 101010

Color Harmonies of #78B720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78B720

Black with #78B720

Text Example


Text Example

White with #78B720

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,183,32); }

 H1.HeaderClassName
 {
   color: #78B720;
 }
 .AnyTagClassName
 {
   color: #78B720;
 }
</style>

background-color css

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

 a { background-color: rgb(120,183,32); }

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

border-color css

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

 span { border-color: rgb(120,183,32); }

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