#85DD33

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

Shades of Yellow Green #85DD33

Tints of Yellow Green #85DD33

Color information

#85DD33 (or 0x85DD33) is unknown color: approx Yellow Green. HEX triplet: 85, DD and 33. RGB value is (133,221,51). Sum of RGB (Red+Green+Blue) = 133+221+51=405 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.84% from 405); Green value is 221 (86.72% from 255 or 54.57% from 405); Blue value is 51 (20.31% from 255 or 12.59% from 405); Max value from RGB is 221 - color contains mainly: green. Hex color #85DD33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85DD33 is #7A22CC. Grayscale: #AFAFAF. Windows color (decimal): -8004301 or 3399045. OLE color: 3399045.

HSL color Cylindrical-coordinate representation of color #85DD33: hue angle of 91.06º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #85DD33 is Cyan = 0.40, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.

Color convert

RGB13322151-
CMYK0.4000.770.13
HSL91.06º71.43%53.33%-
HSV(B)91.06º76.92%86.67%-
XYZ36.1356.9412.22-
YUV175.3157.8597.82-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.84%
GREEN value IS 221 (86.72% from 255) = 54.57%
BLUE value IS 51 (20.31% from 255) = 12.59%
R=32.84%
G=54.57%
B=12.59%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal133221510.4000.770.1391.0671.4353.33
Hex85DD332804DD5b4735
Octal205335635001151513310765
Binary100001011101110111001110100001001101110110110111000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85DD33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,221,51); }

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

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

 a { background-color: rgb(133,221,51); }

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

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

 span { border-color: rgb(133,221,51); }

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