#8FD08E

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

Shades of De York #8FD08E

Tints of De York #8FD08E

Color information

#8FD08E (or 0x8FD08E) is unknown color: approx De York. HEX triplet: 8F, D0 and 8E. RGB value is (143,208,142). Sum of RGB (Red+Green+Blue) = 143+208+142=493 (65% of max value = 765). Red value is 143 (56.25% from 255 or 29.01% from 493); Green value is 208 (81.64% from 255 or 42.19% from 493); Blue value is 142 (55.86% from 255 or 28.80% from 493); Max value from RGB is 208 - color contains mainly: green. Hex color #8FD08E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FD08E is #702F71. Grayscale: #B5B5B5. Windows color (decimal): -7352178 or 9359503. OLE color: 9359503.

HSL color Cylindrical-coordinate representation of color #8FD08E: hue angle of 119.09º degrees, saturation: 0.41, 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 #8FD08E is Cyan = 0.31, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB143208142-
CMYK0.3100.320.18
HSL119.09º41.25%68.63%-
HSV(B)119.09º31.73%81.57%-
XYZ38.7752.933.76-
YUV181.04105.97100.87-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 29.01%
GREEN value IS 208 (81.64% from 255) = 42.19%
BLUE value IS 142 (55.86% from 255) = 28.80%
R=29.01%
G=42.19%
B=28.80%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1432081420.3100.320.18119.0941.2568.63
Hex8FD08E1F02012772945
Octal217320216370402216751105
Binary1000111111010000100011101111101000001001011101111010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FD08E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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