#8CD996

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

Shades of De York #8CD996

Tints of De York #8CD996

Color information

#8CD996 (or 0x8CD996) is unknown color: approx De York. HEX triplet: 8C, D9 and 96. RGB value is (140,217,150). Sum of RGB (Red+Green+Blue) = 140+217+150=507 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.61% from 507); Green value is 217 (85.16% from 255 or 42.80% from 507); Blue value is 150 (58.98% from 255 or 29.59% from 507); Max value from RGB is 217 - color contains mainly: green. Hex color #8CD996 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CD996 is #732669. Grayscale: #BABABA. Windows color (decimal): -7546474 or 9886092. OLE color: 9886092.

HSL color Cylindrical-coordinate representation of color #8CD996: hue angle of 127.79º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8CD996 is Cyan = 0.35, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB140217150-
CMYK0.3500.310.15
HSL127.79º50.33%70%-
HSV(B)127.79º35.48%85.1%-
XYZ41.1357.437.77-
YUV186.34107.4994.95-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 27.61%
GREEN value IS 217 (85.16% from 255) = 42.80%
BLUE value IS 150 (58.98% from 255) = 29.59%
R=27.61%
G=42.80%
B=29.59%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1402171500.3500.310.15127.7950.3370
Hex8CD9962301FF803246
Octal214331226430371720062106
Binary1000110011011001100101101000110111111111100000001100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CD996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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