Html Css Color HEX #85AE11 Lima

📋 copy color: '#85AE11'

red 133 ◦ green 174 ◦ blue 17

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

Shades of Lima #85AE11

Tints of Lima #85AE11

RGB

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

 GREEN value IS 174 (68.36% from 255) = 53.7%

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

R = 41.05%
G = 53.7%
B = 5.25%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#85AE11 (or 0x85AE11) is known color: Lima. HEX triplet: 85, AE and 11. RGB value is (133,174,17). Sum of RGB (Red+Green+Blue) = 133+174+17=324 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.05% from 324); Green value is 174 (68.36% from 255 or 53.70% from 324); Blue value is 17 (7.03% from 255 or 5.25% from 324); Max value from RGB is 174 - color contains mainly: green. Hex color #85AE11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85AE11 is #7A51EE. Grayscale: #909090. Windows color (decimal): -8016367 or 1158789. OLE color: 1158789.

HSL color Cylindrical-coordinate representation of color #85AE11: hue angle of 75.67º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #85AE11 is Cyan = 0.24, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.32.

Color convert

RGB 133 174 17 -
CMYK 0.24 0 0.90 0.32
HSL 75.67º 0.82% 0.37% -
HSV(B) 75.67º 0.9% 0.68% -
XYZ 24.91 35.3 6.03 -
YUV 143.84 56.42 120.27 -
System Red Green Blue C M Y K H S L
Decimal 133 174 17 0.24 0 0.90 0.32 75.67 0.82 0.37
Hex 85 AE 11 18 0 5A 20 4C 52 25
Octal 205 256 21 30 0 132 40 114 122 45
Binary 10000101 10101110 10001 11000 0 1011010 100000 1001100 1010010 100101

Color Harmonies of #85AE11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85AE11

Black with #85AE11

Text Example


Text Example

White with #85AE11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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