#8CCE7D

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

Shades of De York #8CCE7D

Tints of De York #8CCE7D

Color information

#8CCE7D (or 0x8CCE7D) is unknown color: approx De York. HEX triplet: 8C, CE and 7D. RGB value is (140,206,125). Sum of RGB (Red+Green+Blue) = 140+206+125=471 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.72% from 471); Green value is 206 (80.86% from 255 or 43.74% from 471); Blue value is 125 (49.22% from 255 or 26.54% from 471); Max value from RGB is 206 - color contains mainly: green. Hex color #8CCE7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CCE7D is #733182. Grayscale: #B1B1B1. Windows color (decimal): -7549315 or 8244876. OLE color: 8244876.

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

Color convert

RGB140206125-
CMYK0.3200.390.19
HSL108.89º45.25%64.9%-
HSV(B)108.89º39.32%80.78%-
XYZ36.5951.227.36-
YUV177.0398.63101.59-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 29.72%
GREEN value IS 206 (80.86% from 255) = 43.74%
BLUE value IS 125 (49.22% from 255) = 26.54%
R=29.72%
G=43.74%
B=26.54%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1402061250.3200.390.19108.8945.2564.9
Hex8CCE7D20027136d2d41
Octal214316175400472315555101
Binary1000110011001110111110110000001001111001111011011011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CCE7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,206,125); }

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

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

 a { background-color: rgb(140,206,125); }

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

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

 span { border-color: rgb(140,206,125); }

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