#85D790

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

Shades of De York #85D790

Tints of De York #85D790

Color information

#85D790 (or 0x85D790) is unknown color: approx De York. HEX triplet: 85, D7 and 90. RGB value is (133,215,144). Sum of RGB (Red+Green+Blue) = 133+215+144=492 (65% of max value = 765). Red value is 133 (52.34% from 255 or 27.03% from 492); Green value is 215 (84.38% from 255 or 43.70% from 492); Blue value is 144 (56.64% from 255 or 29.27% from 492); Max value from RGB is 215 - color contains mainly: green. Hex color #85D790 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85D790 is #7A286F. Grayscale: #B6B6B6. Windows color (decimal): -8005744 or 9492357. OLE color: 9492357.

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

Color convert

RGB133215144-
CMYK0.3800.330.16
HSL128.05º50.62%68.24%-
HSV(B)128.05º38.14%84.31%-
XYZ39.0155.635.06-
YUV182.39106.3392.77-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.03%
GREEN value IS 215 (84.38% from 255) = 43.70%
BLUE value IS 144 (56.64% from 255) = 29.27%
R=27.03%
G=43.70%
B=29.27%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1332151440.3800.330.16128.0550.6268.24
Hex85D7902602110803344
Octal205327220460412020063104
Binary100001011101011110010000100110010000110000100000001100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85D790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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