#85E028

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

Shades of Yellow Green #85E028

Tints of Yellow Green #85E028

Color information

#85E028 (or 0x85E028) is unknown color: approx Yellow Green. HEX triplet: 85, E0 and 28. RGB value is (133,224,40). Sum of RGB (Red+Green+Blue) = 133+224+40=397 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.50% from 397); Green value is 224 (87.89% from 255 or 56.42% from 397); Blue value is 40 (16.02% from 255 or 10.08% from 397); Max value from RGB is 224 - color contains mainly: green. Hex color #85E028 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85E028 is #7A1FD7. Grayscale: #B0B0B0. Windows color (decimal): -8003544 or 2678917. OLE color: 2678917.

HSL color Cylindrical-coordinate representation of color #85E028: hue angle of 89.67º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #85E028 is Cyan = 0.41, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.12.

Color convert

RGB13322440-
CMYK0.4100.820.12
HSL89.67º74.8%51.76%-
HSV(B)89.67º82.14%87.84%-
XYZ36.7158.4511.35-
YUV175.8251.3597.46-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.50%
GREEN value IS 224 (87.89% from 255) = 56.42%
BLUE value IS 40 (16.02% from 255) = 10.08%
R=33.50%
G=56.42%
B=10.08%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal133224400.4100.820.1289.6774.851.76
Hex85E02829052C5a4b34
Octal205340505101221413211364
Binary100001011110000010100010100101010010110010110101001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85E028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,224,40); }

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

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

 a { background-color: rgb(133,224,40); }

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

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

 span { border-color: rgb(133,224,40); }

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