#85D791

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

Shades of De York #85D791

Tints of De York #85D791

Color information

#85D791 (or 0x85D791) is unknown color: approx De York. HEX triplet: 85, D7 and 91. RGB value is (133,215,145). Sum of RGB (Red+Green+Blue) = 133+215+145=493 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.98% from 493); Green value is 215 (84.38% from 255 or 43.61% from 493); Blue value is 145 (57.03% from 255 or 29.41% from 493); Max value from RGB is 215 - color contains mainly: green. Hex color #85D791 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85D791 is #7A286E. Grayscale: #B6B6B6. Windows color (decimal): -8005743 or 9557893. OLE color: 9557893.

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

Color convert

RGB133215145-
CMYK0.3800.330.16
HSL128.78º50.62%68.24%-
HSV(B)128.78º38.14%84.31%-
XYZ39.0855.6335.47-
YUV182.5106.8392.69-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.98%
GREEN value IS 215 (84.38% from 255) = 43.61%
BLUE value IS 145 (57.03% from 255) = 29.41%
R=26.98%
G=43.61%
B=29.41%

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
Decimal1332151450.3800.330.16128.7850.6268.24
Hex85D7912602110813344
Octal205327221460412020163104
Binary100001011101011110010001100110010000110000100000011100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85D791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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