Html Css Color HEX #85B118 Lima

📋 copy color: '#85B118'

red 133 ◦ green 177 ◦ blue 24

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

Shades of Lima #85B118

Tints of Lima #85B118

RGB

 RED value IS 133 (52.34% from 255) = 39.82%

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

 BLUE value IS 24 (9.77% from 255) = 7.19%

R = 39.82%
G = 52.99%
B = 7.19%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#85B118 (or 0x85B118) is known color: Lima. HEX triplet: 85, B1 and 18. RGB value is (133,177,24). Sum of RGB (Red+Green+Blue) = 133+177+24=334 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.82% from 334); Green value is 177 (69.53% from 255 or 52.99% from 334); Blue value is 24 (9.77% from 255 or 7.19% from 334); Max value from RGB is 177 - color contains mainly: green. Hex color #85B118 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85B118 is #7A4EE7. Grayscale: #929292. Windows color (decimal): -8015592 or 1618309. OLE color: 1618309.

HSL color Cylindrical-coordinate representation of color #85B118: hue angle of 77.25º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #85B118 is Cyan = 0.25, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.31.

Color convert

RGB 133 177 24 -
CMYK 0.25 0 0.86 0.31
HSL 77.25º 0.76% 0.39% -
HSV(B) 77.25º 0.86% 0.69% -
XYZ 25.56 36.5 6.56 -
YUV 146.4 58.92 118.44 -
System Red Green Blue C M Y K H S L
Decimal 133 177 24 0.25 0 0.86 0.31 77.25 0.76 0.39
Hex 85 B1 18 19 0 56 1F 4D 4C 27
Octal 205 261 30 31 0 126 37 115 114 47
Binary 10000101 10110001 11000 11001 0 1010110 11111 1001101 1001100 100111

Color Harmonies of #85B118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B118

Black with #85B118

Text Example


Text Example

White with #85B118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85B118; }

 p { color: rgb(133,177,24); }

 H1.HeaderClassName
 {
   color: #85B118;
 }
 .AnyTagClassName
 {
   color: #85B118;
 }
</style>

background-color css

<style>
 a { background-color: #85B118; }

 a { background-color: rgb(133,177,24); }

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

border-color css

<style>
 span { border-color: #85B118; }

 span { border-color: rgb(133,177,24); }

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