#85D798

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

Shades of De York #85D798

Tints of De York #85D798

Color information

#85D798 (or 0x85D798) is unknown color: approx De York. HEX triplet: 85, D7 and 98. RGB value is (133,215,152). Sum of RGB (Red+Green+Blue) = 133+215+152=500 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.6% from 500); Green value is 215 (84.38% from 255 or 43% from 500); Blue value is 152 (59.77% from 255 or 30.4% from 500); Max value from RGB is 215 - color contains mainly: green. Hex color #85D798 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85D798 is #7A2867. Grayscale: #B7B7B7. Windows color (decimal): -8005736 or 10016645. OLE color: 10016645.

HSL color Cylindrical-coordinate representation of color #85D798: hue angle of 133.9º degrees, saturation: 0.51, 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 #85D798 is Cyan = 0.38, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB133215152-
CMYK0.3800.290.16
HSL133.9º50.62%68.24%-
HSV(B)133.9º38.14%84.31%-
XYZ39.6455.8538.4-
YUV183.3110.3392.12-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.6%
GREEN value IS 215 (84.38% from 255) = 43%
BLUE value IS 152 (59.77% from 255) = 30.4%
R=26.6%
G=43%
B=30.4%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1332151520.3800.290.16133.950.6268.24
Hex85D7982601D10863344
Octal205327230460352020663104
Binary10000101110101111001100010011001110110000100001101100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85D798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,215,152); }

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

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

 a { background-color: rgb(133,215,152); }

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

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

 span { border-color: rgb(133,215,152); }

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