#8CD595

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

Shades of De York #8CD595

Tints of De York #8CD595

Color information

#8CD595 (or 0x8CD595) is unknown color: approx De York. HEX triplet: 8C, D5 and 95. RGB value is (140,213,149). Sum of RGB (Red+Green+Blue) = 140+213+149=502 (66% of max value = 765). Red value is 140 (55.08% from 255 or 27.89% from 502); Green value is 213 (83.59% from 255 or 42.43% from 502); Blue value is 149 (58.59% from 255 or 29.68% from 502); Max value from RGB is 213 - color contains mainly: green. Hex color #8CD595 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CD595 is #732A6A. Grayscale: #B8B8B8. Windows color (decimal): -7547499 or 9819532. OLE color: 9819532.

HSL color Cylindrical-coordinate representation of color #8CD595: hue angle of 127.4º 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 #8CD595 is Cyan = 0.34, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB140213149-
CMYK0.3400.300.16
HSL127.4º46.5%69.22%-
HSV(B)127.4º34.27%83.53%-
XYZ40.0355.3337-
YUV183.88108.3296.7-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 27.89%
GREEN value IS 213 (83.59% from 255) = 42.43%
BLUE value IS 149 (58.59% from 255) = 29.68%
R=27.89%
G=42.43%
B=29.68%

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
Decimal1402131490.3400.300.16127.446.569.22
Hex8CD5952201E107f2e45
Octal214325225420362017756105
Binary1000110011010101100101011000100111101000011111111011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CD595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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