#8CCD7C

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

Shades of De York #8CCD7C

Tints of De York #8CCD7C

Color information

#8CCD7C (or 0x8CCD7C) is unknown color: approx De York. HEX triplet: 8C, CD and 7C. RGB value is (140,205,124). Sum of RGB (Red+Green+Blue) = 140+205+124=469 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.85% from 469); Green value is 205 (80.47% from 255 or 43.71% from 469); Blue value is 124 (48.83% from 255 or 26.44% from 469); Max value from RGB is 205 - color contains mainly: green. Hex color #8CCD7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CCD7C is #733283. Grayscale: #B0B0B0. Windows color (decimal): -7549572 or 8179084. OLE color: 8179084.

HSL color Cylindrical-coordinate representation of color #8CCD7C: hue angle of 108.15º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8CCD7C is Cyan = 0.32, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB140205124-
CMYK0.3200.400.20
HSL108.15º44.75%64.51%-
HSV(B)108.15º39.51%80.39%-
XYZ36.2850.6926.94-
YUV176.3398.47102.09-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 29.85%
GREEN value IS 205 (80.47% from 255) = 43.71%
BLUE value IS 124 (48.83% from 255) = 26.44%
R=29.85%
G=43.71%
B=26.44%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1402051240.3200.400.20108.1544.7564.51
Hex8CCD7C20028146c2d41
Octal214315174400502415455101
Binary1000110011001101111110010000001010001010011011001011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CCD7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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