#85DA32

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

Shades of Yellow Green #85DA32

Tints of Yellow Green #85DA32

Color information

#85DA32 (or 0x85DA32) is unknown color: approx Yellow Green. HEX triplet: 85, DA and 32. RGB value is (133,218,50). Sum of RGB (Red+Green+Blue) = 133+218+50=401 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.17% from 401); Green value is 218 (85.55% from 255 or 54.36% from 401); Blue value is 50 (19.92% from 255 or 12.47% from 401); Max value from RGB is 218 - color contains mainly: green. Hex color #85DA32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85DA32 is #7A25CD. Grayscale: #AEAEAE. Windows color (decimal): -8005070 or 3332741. OLE color: 3332741.

HSL color Cylindrical-coordinate representation of color #85DA32: hue angle of 90.36º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #85DA32 is Cyan = 0.39, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.15.

Color convert

RGB13321850-
CMYK0.3900.770.15
HSL90.36º69.42%52.55%-
HSV(B)90.36º77.06%85.49%-
XYZ35.3255.3611.84-
YUV173.4358.3499.16-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.17%
GREEN value IS 218 (85.55% from 255) = 54.36%
BLUE value IS 50 (19.92% from 255) = 12.47%
R=33.17%
G=54.36%
B=12.47%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal133218500.3900.770.1590.3669.4252.55
Hex85DA322704DF5a4535
Octal205332624701151713210565
Binary100001011101101011001010011101001101111110110101000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85DA32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,218,50); }

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

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

 a { background-color: rgb(133,218,50); }

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

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

 span { border-color: rgb(133,218,50); }

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