#85DE88

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

Shades of De York #85DE88

Tints of De York #85DE88

Color information

#85DE88 (or 0x85DE88) is unknown color: approx De York. HEX triplet: 85, DE and 88. RGB value is (133,222,136). Sum of RGB (Red+Green+Blue) = 133+222+136=491 (65% of max value = 765). Red value is 133 (52.34% from 255 or 27.09% from 491); Green value is 222 (87.11% from 255 or 45.21% from 491); Blue value is 136 (53.52% from 255 or 27.70% from 491); Max value from RGB is 222 - color contains mainly: green. Hex color #85DE88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DE88 is #7A2177. Grayscale: #B9B9B9. Windows color (decimal): -8003960 or 8969861. OLE color: 8969861.

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

Color convert

RGB133222136-
CMYK0.4000.390.13
HSL122.02º57.42%69.61%-
HSV(B)122.02º40.09%87.06%-
XYZ40.2459.0132.56-
YUV185.58100.0190.49-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.09%
GREEN value IS 222 (87.11% from 255) = 45.21%
BLUE value IS 136 (53.52% from 255) = 27.70%
R=27.09%
G=45.21%
B=27.70%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1332221360.4000.390.13122.0257.4269.61
Hex85DE8828027D7a3946
Octal205336210500471517271106
Binary1000010111011110100010001010000100111110111110101110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85DE88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,222,136); }

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

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

 a { background-color: rgb(133,222,136); }

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

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

 span { border-color: rgb(133,222,136); }

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