#8CD495

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

Shades of De York #8CD495

Tints of De York #8CD495

Color information

#8CD495 (or 0x8CD495) is unknown color: approx De York. HEX triplet: 8C, D4 and 95. RGB value is (140,212,149). Sum of RGB (Red+Green+Blue) = 140+212+149=501 (66% of max value = 765). Red value is 140 (55.08% from 255 or 27.94% from 501); Green value is 212 (83.20% from 255 or 42.32% from 501); Blue value is 149 (58.59% from 255 or 29.74% from 501); Max value from RGB is 212 - color contains mainly: green. Hex color #8CD495 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CD495 is #732B6A. Grayscale: #B7B7B7. Windows color (decimal): -7547755 or 9819276. OLE color: 9819276.

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

Color convert

RGB140212149-
CMYK0.3400.300.17
HSL127.5º45.57%69.02%-
HSV(B)127.5º33.96%83.14%-
XYZ39.7854.8336.92-
YUV183.29108.6597.12-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 27.94%
GREEN value IS 212 (83.20% from 255) = 42.32%
BLUE value IS 149 (58.59% from 255) = 29.74%
R=27.94%
G=42.32%
B=29.74%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1402121490.3400.300.17127.545.5769.02
Hex8CD4952201E117f2e45
Octal214324225420362117756105
Binary1000110011010100100101011000100111101000111111111011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CD495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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