Html Css Color HEX #85B718 Lima

📋 copy color: '#85B718'

red 133 ◦ green 183 ◦ blue 24

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

Shades of Lima #85B718

Tints of Lima #85B718

RGB

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

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

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

R = 39.12%
G = 53.82%
B = 7.06%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.87

 K value IS 0.28

RGB Variations

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

Color information

#85B718 (or 0x85B718) is known color: Lima. HEX triplet: 85, B7 and 18. RGB value is (133,183,24). Sum of RGB (Red+Green+Blue) = 133+183+24=340 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.12% from 340); Green value is 183 (71.88% from 255 or 53.82% from 340); Blue value is 24 (9.77% from 255 or 7.06% from 340); Max value from RGB is 183 - color contains mainly: green. Hex color #85B718 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85B718 is #7A48E7. Grayscale: #969696. Windows color (decimal): -8014056 or 1619845. OLE color: 1619845.

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

Color convert

RGB 133 183 24 -
CMYK 0.27 0 0.87 0.28
HSL 78.87º 0.77% 0.41% -
HSV(B) 78.87º 0.87% 0.72% -
XYZ 26.77 38.92 6.97 -
YUV 149.92 56.94 115.93 -
System Red Green Blue C M Y K H S L
Decimal 133 183 24 0.27 0 0.87 0.28 78.87 0.77 0.41
Hex 85 B7 18 1B 0 57 1C 4F 4D 29
Octal 205 267 30 33 0 127 34 117 115 51
Binary 10000101 10110111 11000 11011 0 1010111 11100 1001111 1001101 101001

Color Harmonies of #85B718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B718

Black with #85B718

Text Example


Text Example

White with #85B718

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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