#85BE0F

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

Shades of Lima #85BE0F

Tints of Lima #85BE0F

Color information

#85BE0F (or 0x85BE0F) is unknown color: approx Lima. HEX triplet: 85, BE and 0F. RGB value is (133,190,15). Sum of RGB (Red+Green+Blue) = 133+190+15=338 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.35% from 338); Green value is 190 (74.61% from 255 or 56.21% from 338); Blue value is 15 (6.25% from 255 or 4.44% from 338); Max value from RGB is 190 - color contains mainly: green. Hex color #85BE0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85BE0F is #7A41F0. Grayscale: #999999. Windows color (decimal): -8012273 or 1031813. OLE color: 1031813.

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

Color convert

RGB13319015-
CMYK0.300.920.25
HSL79.54º85.37%40.2%-
HSV(B)79.54º92.11%74.51%-
XYZ28.1741.857.04-
YUV153.0150.12113.73-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.35%
GREEN value IS 190 (74.61% from 255) = 56.21%
BLUE value IS 15 (6.25% from 255) = 4.44%
R=39.35%
G=56.21%
B=4.44%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal133190150.300.920.2579.5485.3740.2
Hex85BEF1E05C19505528
Octal205276173601343112012550
Binary1000010110111110111111110010111001100110100001010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85BE0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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