Html Css Color HEX #85AF14 Lima

📋 copy color: '#85AF14'

red 133 ◦ green 175 ◦ blue 20

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

Shades of Lima #85AF14

Tints of Lima #85AF14

RGB

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

 GREEN value IS 175 (68.75% from 255) = 53.35%

 BLUE value IS 20 (8.2% from 255) = 6.1%

R = 40.55%
G = 53.35%
B = 6.1%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#85AF14 (or 0x85AF14) is known color: Lima. HEX triplet: 85, AF and 14. RGB value is (133,175,20). Sum of RGB (Red+Green+Blue) = 133+175+20=328 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.55% from 328); Green value is 175 (68.75% from 255 or 53.35% from 328); Blue value is 20 (8.20% from 255 or 6.10% from 328); Max value from RGB is 175 - color contains mainly: green. Hex color #85AF14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85AF14 is #7A50EB. Grayscale: #919191. Windows color (decimal): -8016108 or 1355653. OLE color: 1355653.

HSL color Cylindrical-coordinate representation of color #85AF14: hue angle of 76.26º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #85AF14 is Cyan = 0.24, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.31.

Color convert

RGB 133 175 20 -
CMYK 0.24 0 0.89 0.31
HSL 76.26º 0.79% 0.38% -
HSV(B) 76.26º 0.89% 0.69% -
XYZ 25.13 35.7 6.23 -
YUV 144.77 57.59 119.6 -
System Red Green Blue C M Y K H S L
Decimal 133 175 20 0.24 0 0.89 0.31 76.26 0.79 0.38
Hex 85 AF 14 18 0 59 1F 4C 4F 26
Octal 205 257 24 30 0 131 37 114 117 46
Binary 10000101 10101111 10100 11000 0 1011001 11111 1001100 1001111 100110

Color Harmonies of #85AF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85AF14

Black with #85AF14

Text Example


Text Example

White with #85AF14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,175,20); }

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

background-color css

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

 a { background-color: rgb(133,175,20); }

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

border-color css

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

 span { border-color: rgb(133,175,20); }

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