#85CF93

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

Shades of De York #85CF93

Tints of De York #85CF93

Color information

#85CF93 (or 0x85CF93) is unknown color: approx De York. HEX triplet: 85, CF and 93. RGB value is (133,207,147). Sum of RGB (Red+Green+Blue) = 133+207+147=487 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.31% from 487); Green value is 207 (81.25% from 255 or 42.51% from 487); Blue value is 147 (57.81% from 255 or 30.18% from 487); Max value from RGB is 207 - color contains mainly: green. Hex color #85CF93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85CF93 is #7A306C. Grayscale: #B2B2B2. Windows color (decimal): -8007789 or 9686917. OLE color: 9686917.

HSL color Cylindrical-coordinate representation of color #85CF93: hue angle of 131.35º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #85CF93 is Cyan = 0.36, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.19.

Color convert

RGB133207147-
CMYK0.3600.290.19
HSL131.35º43.53%66.67%-
HSV(B)131.35º35.75%81.18%-
XYZ37.2551.7235.62-
YUV178.03110.4895.88-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.31%
GREEN value IS 207 (81.25% from 255) = 42.51%
BLUE value IS 147 (57.81% from 255) = 30.18%
R=27.31%
G=42.51%
B=30.18%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1332071470.3600.290.19131.3543.5366.67
Hex85CF932401D13832c43
Octal205317223440352320354103
Binary10000101110011111001001110010001110110011100000111011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85CF93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,207,147); }

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

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

 a { background-color: rgb(133,207,147); }

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

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

 span { border-color: rgb(133,207,147); }

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