#8FD496

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

Shades of De York #8FD496

Tints of De York #8FD496

Color information

#8FD496 (or 0x8FD496) is unknown color: approx De York. HEX triplet: 8F, D4 and 96. RGB value is (143,212,150). Sum of RGB (Red+Green+Blue) = 143+212+150=505 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.32% from 505); Green value is 212 (83.20% from 255 or 41.98% from 505); Blue value is 150 (58.98% from 255 or 29.70% from 505); Max value from RGB is 212 - color contains mainly: green. Hex color #8FD496 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FD496 is #702B69. Grayscale: #B8B8B8. Windows color (decimal): -7351146 or 9884815. OLE color: 9884815.

HSL color Cylindrical-coordinate representation of color #8FD496: hue angle of 126.09º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8FD496 is Cyan = 0.33, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.17.

Color convert

RGB143212150-
CMYK0.3300.290.17
HSL126.09º44.52%69.61%-
HSV(B)126.09º32.55%83.14%-
XYZ40.3855.1337.37-
YUV184.3108.6498.54-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 28.32%
GREEN value IS 212 (83.20% from 255) = 41.98%
BLUE value IS 150 (58.98% from 255) = 29.70%
R=28.32%
G=41.98%
B=29.70%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1432121500.3300.290.17126.0944.5269.61
Hex8FD4962101D117e2d46
Octal217324226410352117655106
Binary1000111111010100100101101000010111011000111111101011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FD496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,212,150); }

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

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

 a { background-color: rgb(143,212,150); }

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

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

 span { border-color: rgb(143,212,150); }

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