#8CD191

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

Shades of De York #8CD191

Tints of De York #8CD191

Color information

#8CD191 (or 0x8CD191) is unknown color: approx De York. HEX triplet: 8C, D1 and 91. RGB value is (140,209,145). Sum of RGB (Red+Green+Blue) = 140+209+145=494 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.34% from 494); Green value is 209 (82.03% from 255 or 42.31% from 494); Blue value is 145 (57.03% from 255 or 29.35% from 494); Max value from RGB is 209 - color contains mainly: green. Hex color #8CD191 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CD191 is #732E6E. Grayscale: #B5B5B5. Windows color (decimal): -7548527 or 9556364. OLE color: 9556364.

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

Color convert

RGB140209145-
CMYK0.3300.310.18
HSL124.35º42.86%68.43%-
HSV(B)124.35º33.01%81.96%-
XYZ38.7353.2235.02-
YUV181.07107.6498.7-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.34%
GREEN value IS 209 (82.03% from 255) = 42.31%
BLUE value IS 145 (57.03% from 255) = 29.35%
R=28.34%
G=42.31%
B=29.35%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1402091450.3300.310.18124.3542.8668.43
Hex8CD1912101F127c2b44
Octal214321221410372217453104
Binary1000110011010001100100011000010111111001011111001010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CD191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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