#8DCF87

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

Shades of De York #8DCF87

Tints of De York #8DCF87

Color information

#8DCF87 (or 0x8DCF87) is unknown color: approx De York. HEX triplet: 8D, CF and 87. RGB value is (141,207,135). Sum of RGB (Red+Green+Blue) = 141+207+135=483 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.19% from 483); Green value is 207 (81.25% from 255 or 42.86% from 483); Blue value is 135 (53.12% from 255 or 27.95% from 483); Max value from RGB is 207 - color contains mainly: green. Hex color #8DCF87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DCF87 is #723078. Grayscale: #B3B3B3. Windows color (decimal): -7483513 or 8900493. OLE color: 8900493.

HSL color Cylindrical-coordinate representation of color #8DCF87: hue angle of 115º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8DCF87 is Cyan = 0.32, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.19.

Color convert

RGB141207135-
CMYK0.3200.350.19
HSL115º42.86%67.06%-
HSV(B)115º34.78%81.18%-
XYZ37.6752.0430.98-
YUV179.06103.13100.85-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.19%
GREEN value IS 207 (81.25% from 255) = 42.86%
BLUE value IS 135 (53.12% from 255) = 27.95%
R=29.19%
G=42.86%
B=27.95%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1412071350.3200.350.1911542.8667.06
Hex8DCF872002313732b43
Octal215317207400432316353103
Binary10001101110011111000011110000001000111001111100111010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCF87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8DCF87; }

 p { color: rgb(141,207,135); }

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

<style>
 a { background-color: #8DCF87; }

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

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

<style>
 span { border-color: #8DCF87; }

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

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