#8FD494

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

Shades of De York #8FD494

Tints of De York #8FD494

Color information

#8FD494 (or 0x8FD494) is unknown color: approx De York. HEX triplet: 8F, D4 and 94. RGB value is (143,212,148). Sum of RGB (Red+Green+Blue) = 143+212+148=503 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.43% from 503); Green value is 212 (83.20% from 255 or 42.15% from 503); Blue value is 148 (58.20% from 255 or 29.42% from 503); Max value from RGB is 212 - color contains mainly: green. Hex color #8FD494 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FD494 is #702B6B. Grayscale: #B8B8B8. Windows color (decimal): -7351148 or 9753743. OLE color: 9753743.

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

Color convert

RGB143212148-
CMYK0.3300.300.17
HSL124.35º44.52%69.61%-
HSV(B)124.35º32.55%83.14%-
XYZ40.2255.0636.53-
YUV184.07107.6498.7-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 28.43%
GREEN value IS 212 (83.20% from 255) = 42.15%
BLUE value IS 148 (58.20% from 255) = 29.42%
R=28.43%
G=42.15%
B=29.42%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1432121480.3300.300.17124.3544.5269.61
Hex8FD4942101E117c2d46
Octal217324224410362117455106
Binary1000111111010100100101001000010111101000111111001011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FD494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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