#8CD596

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

Shades of De York #8CD596

Tints of De York #8CD596

Color information

#8CD596 (or 0x8CD596) is unknown color: approx De York. HEX triplet: 8C, D5 and 96. RGB value is (140,213,150). Sum of RGB (Red+Green+Blue) = 140+213+150=503 (66% of max value = 765). Red value is 140 (55.08% from 255 or 27.83% from 503); Green value is 213 (83.59% from 255 or 42.35% from 503); Blue value is 150 (58.98% from 255 or 29.82% from 503); Max value from RGB is 213 - color contains mainly: green. Hex color #8CD596 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CD596 is #732A69. Grayscale: #B8B8B8. Windows color (decimal): -7547498 or 9885068. OLE color: 9885068.

HSL color Cylindrical-coordinate representation of color #8CD596: hue angle of 128.22º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8CD596 is Cyan = 0.34, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB140213150-
CMYK0.3400.300.16
HSL128.22º46.5%69.22%-
HSV(B)128.22º34.27%83.53%-
XYZ40.1155.3737.43-
YUV183.99108.8296.62-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 27.83%
GREEN value IS 213 (83.59% from 255) = 42.35%
BLUE value IS 150 (58.98% from 255) = 29.82%
R=27.83%
G=42.35%
B=29.82%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1402131500.3400.300.16128.2246.569.22
Hex8CD5962201E10802e45
Octal214325226420362020056105
Binary10001100110101011001011010001001111010000100000001011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CD596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,213,150); }

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

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

 a { background-color: rgb(140,213,150); }

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

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

 span { border-color: rgb(140,213,150); }

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