#85D588

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

Shades of De York #85D588

Tints of De York #85D588

Color information

#85D588 (or 0x85D588) is unknown color: approx De York. HEX triplet: 85, D5 and 88. RGB value is (133,213,136). Sum of RGB (Red+Green+Blue) = 133+213+136=482 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.59% from 482); Green value is 213 (83.59% from 255 or 44.19% from 482); Blue value is 136 (53.52% from 255 or 28.22% from 482); Max value from RGB is 213 - color contains mainly: green. Hex color #85D588 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85D588 is #7A2A77. Grayscale: #B4B4B4. Windows color (decimal): -8006264 or 8967557. OLE color: 8967557.

HSL color Cylindrical-coordinate representation of color #85D588: hue angle of 122.25º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #85D588 is Cyan = 0.38, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB133213136-
CMYK0.3800.360.16
HSL122.25º48.78%67.84%-
HSV(B)122.25º37.56%83.53%-
XYZ37.9154.3531.79-
YUV180.310394.26-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.59%
GREEN value IS 213 (83.59% from 255) = 44.19%
BLUE value IS 136 (53.52% from 255) = 28.22%
R=27.59%
G=44.19%
B=28.22%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1332131360.3800.360.16122.2548.7867.84
Hex85D58826024107a3144
Octal205325210460442017261104
Binary10000101110101011000100010011001001001000011110101100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85D588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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