#85B81E

Color #85B81E Limerick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limerick #85B81E

Tints of Limerick #85B81E

Color information

#85B81E (or 0x85B81E) is unknown color: approx Limerick. HEX triplet: 85, B8 and 1E. RGB value is (133,184,30). Sum of RGB (Red+Green+Blue) = 133+184+30=347 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.33% from 347); Green value is 184 (72.27% from 255 or 53.03% from 347); Blue value is 30 (12.11% from 255 or 8.65% from 347); Max value from RGB is 184 - color contains mainly: green. Hex color #85B81E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85B81E is #7A47E1. Grayscale: #979797. Windows color (decimal): -8013794 or 2013317. OLE color: 2013317.

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

Color convert

RGB13318430-
CMYK0.2800.840.28
HSL79.87º71.96%41.96%-
HSV(B)79.87º83.7%72.16%-
XYZ27.0539.367.4-
YUV151.1959.6115.02-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.33%
GREEN value IS 184 (72.27% from 255) = 53.03%
BLUE value IS 30 (12.11% from 255) = 8.65%
R=38.33%
G=53.03%
B=8.65%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal133184300.2800.840.2879.8771.9641.96
Hex85B81E1C0541C50482a
Octal205270363401243412011052
Binary10000101101110001111011100010101001110010100001001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85B81E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #85B81E;
 }
 .AnyTagClassName
 {
   color: #85B81E;
 }
</style>
background-color css

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

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

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

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

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

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