#85D781

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

Shades of De York #85D781

Tints of De York #85D781

Color information

#85D781 (or 0x85D781) is unknown color: approx De York. HEX triplet: 85, D7 and 81. RGB value is (133,215,129). Sum of RGB (Red+Green+Blue) = 133+215+129=477 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.88% from 477); Green value is 215 (84.38% from 255 or 45.07% from 477); Blue value is 129 (50.78% from 255 or 27.04% from 477); Max value from RGB is 215 - color contains mainly: green. Hex color #85D781 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85D781 is #7A287E. Grayscale: #B4B4B4. Windows color (decimal): -8005759 or 8509317. OLE color: 8509317.

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

Color convert

RGB133215129-
CMYK0.3800.40.16
HSL117.21º51.81%67.45%-
HSV(B)117.21º40%84.31%-
XYZ37.9455.1729.42-
YUV180.6898.8393.99-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.88%
GREEN value IS 215 (84.38% from 255) = 45.07%
BLUE value IS 129 (50.78% from 255) = 27.04%
R=27.88%
G=45.07%
B=27.04%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1332151290.3800.40.16117.2151.8167.45
Hex85D7812602810753443
Octal205327201460502016564103
Binary10000101110101111000000110011001010001000011101011101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85D781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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