Html Css Color HEX #85B711 Lima

📋 copy color: '#85B711'

red 133 ◦ green 183 ◦ blue 17

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

Shades of Lima #85B711

Tints of Lima #85B711

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.11%

R = 39.94%
G = 54.95%
B = 5.11%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.91

 K value IS 0.28

RGB Variations

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

Color information

#85B711 (or 0x85B711) is known color: Lima. HEX triplet: 85, B7 and 11. RGB value is (133,183,17). Sum of RGB (Red+Green+Blue) = 133+183+17=333 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.94% from 333); Green value is 183 (71.88% from 255 or 54.95% from 333); Blue value is 17 (7.03% from 255 or 5.11% from 333); Max value from RGB is 183 - color contains mainly: green. Hex color #85B711 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85B711 is #7A48EE. Grayscale: #959595. Windows color (decimal): -8014063 or 1161093. OLE color: 1161093.

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

Color convert

RGB 133 183 17 -
CMYK 0.27 0 0.91 0.28
HSL 78.07º 0.83% 0.39% -
HSV(B) 78.07º 0.91% 0.72% -
XYZ 26.71 38.89 6.63 -
YUV 149.13 53.44 116.5 -
System Red Green Blue C M Y K H S L
Decimal 133 183 17 0.27 0 0.91 0.28 78.07 0.83 0.39
Hex 85 B7 11 1B 0 5B 1C 4E 53 27
Octal 205 267 21 33 0 133 34 116 123 47
Binary 10000101 10110111 10001 11011 0 1011011 11100 1001110 1010011 100111

Color Harmonies of #85B711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B711

Black with #85B711

Text Example


Text Example

White with #85B711

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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