#85BE25

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

Shades of Limerick #85BE25

Tints of Limerick #85BE25

Color information

#85BE25 (or 0x85BE25) is unknown color: approx Limerick. HEX triplet: 85, BE and 25. RGB value is (133,190,37). Sum of RGB (Red+Green+Blue) = 133+190+37=360 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.94% from 360); Green value is 190 (74.61% from 255 or 52.78% from 360); Blue value is 37 (14.84% from 255 or 10.28% from 360); Max value from RGB is 190 - color contains mainly: green. Hex color #85BE25 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85BE25 is #7A41DA. Grayscale: #9C9C9C. Windows color (decimal): -8012251 or 2473605. OLE color: 2473605.

HSL color Cylindrical-coordinate representation of color #85BE25: hue angle of 82.35º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #85BE25 is Cyan = 0.3, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.25.

Color convert

RGB13319037-
CMYK0.300.810.25
HSL82.35º67.4%44.51%-
HSV(B)82.35º80.53%74.51%-
XYZ28.4241.958.35-
YUV155.5161.12111.94-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.94%
GREEN value IS 190 (74.61% from 255) = 52.78%
BLUE value IS 37 (14.84% from 255) = 10.28%
R=36.94%
G=52.78%
B=10.28%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal133190370.300.810.2582.3567.444.51
Hex85BE251E0511952432d
Octal205276453601213112210355
Binary100001011011111010010111110010100011100110100101000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85BE25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,190,37); }

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

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

 a { background-color: rgb(133,190,37); }

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

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

 span { border-color: rgb(133,190,37); }

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