#8CCD8D

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

Shades of De York #8CCD8D

Tints of De York #8CCD8D

Color information

#8CCD8D (or 0x8CCD8D) is unknown color: approx De York. HEX triplet: 8C, CD and 8D. RGB value is (140,205,141). Sum of RGB (Red+Green+Blue) = 140+205+141=486 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.81% from 486); Green value is 205 (80.47% from 255 or 42.18% from 486); Blue value is 141 (55.47% from 255 or 29.01% from 486); Max value from RGB is 205 - color contains mainly: green. Hex color #8CCD8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CCD8D is #733272. Grayscale: #B2B2B2. Windows color (decimal): -7549555 or 9293196. OLE color: 9293196.

HSL color Cylindrical-coordinate representation of color #8CCD8D: hue angle of 120.92º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8CCD8D is Cyan = 0.32, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.20.

Color convert

RGB140205141-
CMYK0.3200.310.20
HSL120.92º39.39%67.65%-
HSV(B)120.92º31.71%80.39%-
XYZ37.4551.1633.1-
YUV178.27106.97100.7-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.81%
GREEN value IS 205 (80.47% from 255) = 42.18%
BLUE value IS 141 (55.47% from 255) = 29.01%
R=28.81%
G=42.18%
B=29.01%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1402051410.3200.310.20120.9239.3967.65
Hex8CCD8D2001F14792744
Octal214315215400372417147104
Binary1000110011001101100011011000000111111010011110011001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CCD8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,205,141); }

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

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

 a { background-color: rgb(140,205,141); }

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

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

 span { border-color: rgb(140,205,141); }

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