#8cd391

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

Shades of De York #8CD391

Tints of De York #8CD391

Color information

#8CD391 (or 0x8CD391) is unknown color: approx De York. HEX triplet: 8C, D3 and 91. RGB value is (140,211,145). Sum of RGB (Red+Green+Blue) = 140+211+145=496 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.23% from 496); Green value is 211 (82.81% from 255 or 42.54% from 496); Blue value is 145 (57.03% from 255 or 29.23% from 496); Max value from RGB is 211 - color contains mainly: green. Hex color #8CD391 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CD391 is #732C6E. Grayscale: #B6B6B6. Windows color (decimal): -7548015 or 9556876. OLE color: 9556876.

HSL color Cylindrical-coordinate representation of color #8CD391: hue angle of 124.23º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8CD391 is Cyan = 0.34, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.17.

Color convert

RGB140211145-
CMYK0.3400.310.17
HSL124.23º44.65%68.82%-
HSV(B)124.23º33.65%82.75%-
XYZ39.2254.2135.18-
YUV182.25106.9897.87-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.23%
GREEN value IS 211 (82.81% from 255) = 42.54%
BLUE value IS 145 (57.03% from 255) = 29.23%
R=28.23%
G=42.54%
B=29.23%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1402111450.3400.310.17124.2344.6568.82
Hex8CD3912201F117c2d45
Octal214323221420372117455105
Binary1000110011010011100100011000100111111000111111001011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8cd391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,211,145); }

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

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

 a { background-color: rgb(140,211,145); }

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

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

 span { border-color: rgb(140,211,145); }

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