Html Css Color HEX #85BB18 Lima

📋 copy color: '#85BB18'

red 133 ◦ green 187 ◦ blue 24

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

Shades of Lima #85BB18

Tints of Lima #85BB18

RGB

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

 GREEN value IS 187 (73.44% from 255) = 54.36%

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

R = 38.66%
G = 54.36%
B = 6.98%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#85BB18 (or 0x85BB18) is known color: Lima. HEX triplet: 85, BB and 18. RGB value is (133,187,24). Sum of RGB (Red+Green+Blue) = 133+187+24=344 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.66% from 344); Green value is 187 (73.44% from 255 or 54.36% from 344); Blue value is 24 (9.77% from 255 or 6.98% from 344); Max value from RGB is 187 - color contains mainly: green. Hex color #85BB18 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85BB18 is #7A44E7. Grayscale: #989898. Windows color (decimal): -8013032 or 1620869. OLE color: 1620869.

HSL color Cylindrical-coordinate representation of color #85BB18: hue angle of 79.88º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #85BB18 is Cyan = 0.29, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.27.

Color convert

RGB 133 187 24 -
CMYK 0.29 0 0.87 0.27
HSL 79.88º 0.77% 0.41% -
HSV(B) 79.88º 0.87% 0.73% -
XYZ 27.61 40.59 7.24 -
YUV 152.27 55.61 114.25 -
System Red Green Blue C M Y K H S L
Decimal 133 187 24 0.29 0 0.87 0.27 79.88 0.77 0.41
Hex 85 BB 18 1D 0 57 1B 50 4D 29
Octal 205 273 30 35 0 127 33 120 115 51
Binary 10000101 10111011 11000 11101 0 1010111 11011 1010000 1001101 101001

Color Harmonies of #85BB18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BB18

Black with #85BB18

Text Example


Text Example

White with #85BB18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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