Html Css Color HEX #85B218 Lima

📋 copy color: '#85B218'

red 133 ◦ green 178 ◦ blue 24

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

Shades of Lima #85B218

Tints of Lima #85B218

RGB

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

 GREEN value IS 178 (69.92% from 255) = 53.13%

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

R = 39.7%
G = 53.13%
B = 7.16%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.87

 K value IS 0.30

RGB Variations

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

Color information

#85B218 (or 0x85B218) is known color: Lima. HEX triplet: 85, B2 and 18. RGB value is (133,178,24). Sum of RGB (Red+Green+Blue) = 133+178+24=335 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.70% from 335); Green value is 178 (69.92% from 255 or 53.13% from 335); Blue value is 24 (9.77% from 255 or 7.16% from 335); Max value from RGB is 178 - color contains mainly: green. Hex color #85B218 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85B218 is #7A4DE7. Grayscale: #939393. Windows color (decimal): -8015336 or 1618565. OLE color: 1618565.

HSL color Cylindrical-coordinate representation of color #85B218: hue angle of 77.53º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #85B218 is Cyan = 0.25, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.30.

Color convert

RGB 133 178 24 -
CMYK 0.25 0 0.87 0.30
HSL 77.53º 0.76% 0.4% -
HSV(B) 77.53º 0.87% 0.7% -
XYZ 25.76 36.89 6.63 -
YUV 146.99 58.59 118.02 -
System Red Green Blue C M Y K H S L
Decimal 133 178 24 0.25 0 0.87 0.30 77.53 0.76 0.4
Hex 85 B2 18 19 0 57 1E 4E 4C 28
Octal 205 262 30 31 0 127 36 116 114 50
Binary 10000101 10110010 11000 11001 0 1010111 11110 1001110 1001100 101000

Color Harmonies of #85B218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B218

Black with #85B218

Text Example


Text Example

White with #85B218

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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