#8FD18E

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

Shades of De York #8FD18E

Tints of De York #8FD18E

Color information

#8FD18E (or 0x8FD18E) is unknown color: approx De York. HEX triplet: 8F, D1 and 8E. RGB value is (143,209,142). Sum of RGB (Red+Green+Blue) = 143+209+142=494 (65% of max value = 765). Red value is 143 (56.25% from 255 or 28.95% from 494); Green value is 209 (82.03% from 255 or 42.31% from 494); Blue value is 142 (55.86% from 255 or 28.74% from 494); Max value from RGB is 209 - color contains mainly: green. Hex color #8FD18E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FD18E is #702E71. Grayscale: #B5B5B5. Windows color (decimal): -7351922 or 9359759. OLE color: 9359759.

HSL color Cylindrical-coordinate representation of color #8FD18E: hue angle of 119.1º degrees, saturation: 0.42, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8FD18E is Cyan = 0.32, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB143209142-
CMYK0.3200.320.18
HSL119.1º42.14%68.82%-
HSV(B)119.1º32.06%81.96%-
XYZ39.0153.3933.84-
YUV181.63105.63100.45-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 28.95%
GREEN value IS 209 (82.03% from 255) = 42.31%
BLUE value IS 142 (55.86% from 255) = 28.74%
R=28.95%
G=42.31%
B=28.74%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1432091420.3200.320.18119.142.1468.82
Hex8FD18E2002012772a45
Octal217321216400402216752105
Binary10001111110100011000111010000001000001001011101111010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FD18E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,209,142); }

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

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

 a { background-color: rgb(143,209,142); }

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

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

 span { border-color: rgb(143,209,142); }

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