Html Css Color HEX #78B117 Lima

📋 copy color: '#78B117'

red 120 ◦ green 177 ◦ blue 23

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

Shades of Lima #78B117

Tints of Lima #78B117

RGB

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

 GREEN value IS 177 (69.53% from 255) = 55.31%

 BLUE value IS 23 (9.38% from 255) = 7.19%

R = 37.5%
G = 55.31%
B = 7.19%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.87

 K value IS 0.31

RGB Variations

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

Color information

#78B117 (or 0x78B117) is known color: Lima. HEX triplet: 78, B1 and 17. RGB value is (120,177,23). Sum of RGB (Red+Green+Blue) = 120+177+23=320 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.5% from 320); Green value is 177 (69.53% from 255 or 55.31% from 320); Blue value is 23 (9.38% from 255 or 7.19% from 320); Max value from RGB is 177 - color contains mainly: green. Hex color #78B117 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #78B117 is #874EE8. Grayscale: #8E8E8E. Windows color (decimal): -8867561 or 1552760. OLE color: 1552760.

HSL color Cylindrical-coordinate representation of color #78B117: hue angle of 82.21º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #78B117 is Cyan = 0.32, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.31.

Color convert

RGB 120 177 23 -
CMYK 0.32 0 0.87 0.31
HSL 82.21º 0.77% 0.39% -
HSV(B) 82.21º 0.87% 0.69% -
XYZ 23.62 35.5 6.42 -
YUV 142.4 60.62 112.02 -
System Red Green Blue C M Y K H S L
Decimal 120 177 23 0.32 0 0.87 0.31 82.21 0.77 0.39
Hex 78 B1 17 20 0 57 1F 52 4D 27
Octal 170 261 27 40 0 127 37 122 115 47
Binary 1111000 10110001 10111 100000 0 1010111 11111 1010010 1001101 100111

Color Harmonies of #78B117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78B117

Black with #78B117

Text Example


Text Example

White with #78B117

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,177,23); }

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

background-color css

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

 a { background-color: rgb(120,177,23); }

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

border-color css

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

 span { border-color: rgb(120,177,23); }

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