#85cf85

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

Shades of De York #85CF85

Tints of De York #85CF85

Color information

#85CF85 (or 0x85CF85) is unknown color: approx De York. HEX triplet: 85, CF and 85. RGB value is (133,207,133). Sum of RGB (Red+Green+Blue) = 133+207+133=473 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.12% from 473); Green value is 207 (81.25% from 255 or 43.76% from 473); Blue value is 133 (52.34% from 255 or 28.12% from 473); Max value from RGB is 207 - color contains mainly: green. Hex color #85CF85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85CF85 is #7A307A. Grayscale: #B0B0B0. Windows color (decimal): -8007803 or 8769413. OLE color: 8769413.

HSL color Cylindrical-coordinate representation of color #85CF85: hue angle of 120º 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 #85CF85 is Cyan = 0.36, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.19.

Color convert

RGB133207133-
CMYK0.3600.360.19
HSL120º43.53%66.67%-
HSV(B)120º35.75%81.18%-
XYZ36.2251.3130.18-
YUV176.44103.4897.02-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.12%
GREEN value IS 207 (81.25% from 255) = 43.76%
BLUE value IS 133 (52.34% from 255) = 28.12%
R=28.12%
G=43.76%
B=28.12%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1332071330.3600.360.1912043.5366.67
Hex85CF852402413782c43
Octal205317205440442317054103
Binary10000101110011111000010110010001001001001111110001011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85cf85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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