#85DD90

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

Shades of De York #85DD90

Tints of De York #85DD90

Color information

#85DD90 (or 0x85DD90) is unknown color: approx De York. HEX triplet: 85, DD and 90. RGB value is (133,221,144). Sum of RGB (Red+Green+Blue) = 133+221+144=498 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.71% from 498); Green value is 221 (86.72% from 255 or 44.38% from 498); Blue value is 144 (56.64% from 255 or 28.92% from 498); Max value from RGB is 221 - color contains mainly: green. Hex color #85DD90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DD90 is #7A226F. Grayscale: #BABABA. Windows color (decimal): -8004208 or 9493893. OLE color: 9493893.

HSL color Cylindrical-coordinate representation of color #85DD90: hue angle of 127.5º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85DD90 is Cyan = 0.40, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB133221144-
CMYK0.4000.350.13
HSL127.5º56.41%69.41%-
HSV(B)127.5º39.82%86.67%-
XYZ40.5658.7135.58-
YUV185.91104.3590.26-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.71%
GREEN value IS 221 (86.72% from 255) = 44.38%
BLUE value IS 144 (56.64% from 255) = 28.92%
R=26.71%
G=44.38%
B=28.92%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1332211440.4000.350.13127.556.4169.41
Hex85DD9028023D7f3845
Octal205335220500431517770105
Binary1000010111011101100100001010000100011110111111111110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85DD90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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