#8CCD8F

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

Shades of De York #8CCD8F

Tints of De York #8CCD8F

Color information

#8CCD8F (or 0x8CCD8F) is unknown color: approx De York. HEX triplet: 8C, CD and 8F. RGB value is (140,205,143). Sum of RGB (Red+Green+Blue) = 140+205+143=488 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.69% from 488); Green value is 205 (80.47% from 255 or 42.01% from 488); Blue value is 143 (56.25% from 255 or 29.30% from 488); Max value from RGB is 205 - color contains mainly: green. Hex color #8CCD8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CCD8F is #733270. Grayscale: #B2B2B2. Windows color (decimal): -7549553 or 9424268. OLE color: 9424268.

HSL color Cylindrical-coordinate representation of color #8CCD8F: hue angle of 122.77º 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 #8CCD8F is Cyan = 0.32, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.20.

Color convert

RGB140205143-
CMYK0.3200.300.20
HSL122.77º39.39%67.65%-
HSV(B)122.77º31.71%80.39%-
XYZ37.651.2233.89-
YUV178.5107.97100.54-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.69%
GREEN value IS 205 (80.47% from 255) = 42.01%
BLUE value IS 143 (56.25% from 255) = 29.30%
R=28.69%
G=42.01%
B=29.30%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1402051430.3200.300.20122.7739.3967.65
Hex8CCD8F2001E147b2744
Octal214315217400362417347104
Binary1000110011001101100011111000000111101010011110111001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CCD8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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