#85DD28

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

Shades of Yellow Green #85DD28

Tints of Yellow Green #85DD28

Color information

#85DD28 (or 0x85DD28) is unknown color: approx Yellow Green. HEX triplet: 85, DD and 28. RGB value is (133,221,40). Sum of RGB (Red+Green+Blue) = 133+221+40=394 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.76% from 394); Green value is 221 (86.72% from 255 or 56.09% from 394); Blue value is 40 (16.02% from 255 or 10.15% from 394); Max value from RGB is 221 - color contains mainly: green. Hex color #85DD28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85DD28 is #7A22D7. Grayscale: #AEAEAE. Windows color (decimal): -8004312 or 2678149. OLE color: 2678149.

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

Color convert

RGB13322140-
CMYK0.4000.820.13
HSL89.17º72.69%51.18%-
HSV(B)89.17º81.9%86.67%-
XYZ35.9156.8511.09-
YUV174.0552.3598.72-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.76%
GREEN value IS 221 (86.72% from 255) = 56.09%
BLUE value IS 40 (16.02% from 255) = 10.15%
R=33.76%
G=56.09%
B=10.15%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal133221400.4000.820.1389.1772.6951.18
Hex85DD2828052D594933
Octal205335505001221513111163
Binary100001011101110110100010100001010010110110110011001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85DD28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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