Html Css Color HEX #85AF18 Limerick

📋 copy color: '#85AF18'

red 133 ◦ green 175 ◦ blue 24

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

Shades of Limerick #85AF18

Tints of Limerick #85AF18

RGB

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

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

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

R = 40.06%
G = 52.71%
B = 7.23%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#85AF18 (or 0x85AF18) is known color: Limerick. HEX triplet: 85, AF and 18. RGB value is (133,175,24). Sum of RGB (Red+Green+Blue) = 133+175+24=332 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.06% from 332); Green value is 175 (68.75% from 255 or 52.71% from 332); Blue value is 24 (9.77% from 255 or 7.23% from 332); Max value from RGB is 175 - color contains mainly: green. Hex color #85AF18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85AF18 is #7A50E7. Grayscale: #919191. Windows color (decimal): -8016104 or 1617797. OLE color: 1617797.

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

Color convert

RGB 133 175 24 -
CMYK 0.24 0 0.86 0.31
HSL 76.69º 0.76% 0.39% -
HSV(B) 76.69º 0.86% 0.69% -
XYZ 25.17 35.71 6.43 -
YUV 145.23 59.59 119.28 -
System Red Green Blue C M Y K H S L
Decimal 133 175 24 0.24 0 0.86 0.31 76.69 0.76 0.39
Hex 85 AF 18 18 0 56 1F 4D 4C 27
Octal 205 257 30 30 0 126 37 115 114 47
Binary 10000101 10101111 11000 11000 0 1010110 11111 1001101 1001100 100111

Color Harmonies of #85AF18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85AF18

Black with #85AF18

Text Example


Text Example

White with #85AF18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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