#8CC487

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

Shades of De York #8CC487

Tints of De York #8CC487

Color information

#8CC487 (or 0x8CC487) is unknown color: approx De York. HEX triplet: 8C, C4 and 87. RGB value is (140,196,135). Sum of RGB (Red+Green+Blue) = 140+196+135=471 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.72% from 471); Green value is 196 (76.95% from 255 or 41.61% from 471); Blue value is 135 (53.12% from 255 or 28.66% from 471); Max value from RGB is 196 - color contains mainly: green. Hex color #8CC487 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CC487 is #733B78. Grayscale: #ACACAC. Windows color (decimal): -7551865 or 8897676. OLE color: 8897676.

HSL color Cylindrical-coordinate representation of color #8CC487: hue angle of 115.08º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8CC487 is Cyan = 0.29, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.23.

Color convert

RGB140196135-
CMYK0.2900.310.23
HSL115.08º34.08%64.9%-
HSV(B)115.08º31.12%76.86%-
XYZ34.9346.830.11-
YUV172.3106.95104.96-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 29.72%
GREEN value IS 196 (76.95% from 255) = 41.61%
BLUE value IS 135 (53.12% from 255) = 28.66%
R=29.72%
G=41.61%
B=28.66%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1401961350.2900.310.23115.0834.0864.9
Hex8CC4871D01F17732241
Octal214304207350372716342101
Binary100011001100010010000111111010111111011111100111000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CC487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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