#8CD17F

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

Shades of De York #8CD17F

Tints of De York #8CD17F

Color information

#8CD17F (or 0x8CD17F) is unknown color: approx De York. HEX triplet: 8C, D1 and 7F. RGB value is (140,209,127). Sum of RGB (Red+Green+Blue) = 140+209+127=476 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.41% from 476); Green value is 209 (82.03% from 255 or 43.91% from 476); Blue value is 127 (50% from 255 or 26.68% from 476); Max value from RGB is 209 - color contains mainly: green. Hex color #8CD17F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CD17F is #732E80. Grayscale: #B3B3B3. Windows color (decimal): -7548545 or 8376716. OLE color: 8376716.

HSL color Cylindrical-coordinate representation of color #8CD17F: hue angle of 110.49º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8CD17F is Cyan = 0.33, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB140209127-
CMYK0.3300.390.18
HSL110.49º47.13%65.88%-
HSV(B)110.49º39.23%81.96%-
XYZ37.4552.7128.28-
YUV179.0298.64100.17-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 29.41%
GREEN value IS 209 (82.03% from 255) = 43.91%
BLUE value IS 127 (50% from 255) = 26.68%
R=29.41%
G=43.91%
B=26.68%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1402091270.3300.390.18110.4947.1365.88
Hex8CD17F21027126e2f42
Octal214321177410472215657102
Binary1000110011010001111111110000101001111001011011101011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CD17F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,209,127); }

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

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

 a { background-color: rgb(140,209,127); }

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

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

 span { border-color: rgb(140,209,127); }

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