#8CD987

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

Shades of De York #8CD987

Tints of De York #8CD987

Color information

#8CD987 (or 0x8CD987) is unknown color: approx De York. HEX triplet: 8C, D9 and 87. RGB value is (140,217,135). Sum of RGB (Red+Green+Blue) = 140+217+135=492 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.46% from 492); Green value is 217 (85.16% from 255 or 44.11% from 492); Blue value is 135 (53.12% from 255 or 27.44% from 492); Max value from RGB is 217 - color contains mainly: green. Hex color #8CD987 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CD987 is #732678. Grayscale: #B8B8B8. Windows color (decimal): -7546489 or 8903052. OLE color: 8903052.

HSL color Cylindrical-coordinate representation of color #8CD987: hue angle of 116.34º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8CD987 is Cyan = 0.35, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB140217135-
CMYK0.3500.380.15
HSL116.34º51.9%69.02%-
HSV(B)116.34º37.79%85.1%-
XYZ4056.9531.81-
YUV184.6399.9996.17-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.46%
GREEN value IS 217 (85.16% from 255) = 44.11%
BLUE value IS 135 (53.12% from 255) = 27.44%
R=28.46%
G=44.11%
B=27.44%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1402171350.3500.380.15116.3451.969.02
Hex8CD98723026F743445
Octal214331207430461716464105
Binary1000110011011001100001111000110100110111111101001101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CD987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,217,135); }

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

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

 a { background-color: rgb(140,217,135); }

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

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

 span { border-color: rgb(140,217,135); }

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