Html Css Color HEX #85B81F Limerick

📋 copy color: '#85B81F'

red 133 ◦ green 184 ◦ blue 31

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

Shades of Limerick #85B81F

Tints of Limerick #85B81F

RGB

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

 GREEN value IS 184 (72.27% from 255) = 52.87%

 BLUE value IS 31 (12.5% from 255) = 8.91%

R = 38.22%
G = 52.87%
B = 8.91%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.83

 K value IS 0.28

RGB Variations

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

Color information

#85B81F (or 0x85B81F) is known color: Limerick. HEX triplet: 85, B8 and 1F. RGB value is (133,184,31). Sum of RGB (Red+Green+Blue) = 133+184+31=348 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38.22% from 348); Green value is 184 (72.27% from 255 or 52.87% from 348); Blue value is 31 (12.5% from 255 or 8.91% from 348); Max value from RGB is 184 - color contains mainly: green. Hex color #85B81F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85B81F is #7A47E0. Grayscale: #979797. Windows color (decimal): -8013793 or 2078853. OLE color: 2078853.

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

Color convert

RGB 133 184 31 -
CMYK 0.28 0 0.83 0.28
HSL 80º 0.71% 0.42% -
HSV(B) 80º 0.83% 0.72% -
XYZ 27.06 39.37 7.47 -
YUV 151.31 60.1 114.94 -
System Red Green Blue C M Y K H S L
Decimal 133 184 31 0.28 0 0.83 0.28 80 0.71 0.42
Hex 85 B8 1F 1C 0 53 1C 50 47 2A
Octal 205 270 37 34 0 123 34 120 107 52
Binary 10000101 10111000 11111 11100 0 1010011 11100 1010000 1000111 101010

Color Harmonies of #85B81F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B81F

Black with #85B81F

Text Example


Text Example

White with #85B81F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,184,31); }

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

background-color css

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

 a { background-color: rgb(133,184,31); }

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

border-color css

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

 span { border-color: rgb(133,184,31); }

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