#8FD38E

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

Shades of De York #8FD38E

Tints of De York #8FD38E

Color information

#8FD38E (or 0x8FD38E) is unknown color: approx De York. HEX triplet: 8F, D3 and 8E. RGB value is (143,211,142). Sum of RGB (Red+Green+Blue) = 143+211+142=496 (65% of max value = 765). Red value is 143 (56.25% from 255 or 28.83% from 496); Green value is 211 (82.81% from 255 or 42.54% from 496); Blue value is 142 (55.86% from 255 or 28.63% from 496); Max value from RGB is 211 - color contains mainly: green. Hex color #8FD38E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FD38E is #702C71. Grayscale: #B7B7B7. Windows color (decimal): -7351410 or 9360271. OLE color: 9360271.

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

Color convert

RGB143211142-
CMYK0.3200.330.17
HSL119.13º43.95%69.22%-
HSV(B)119.13º32.7%82.75%-
XYZ39.554.3834.01-
YUV182.8104.9799.61-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 28.83%
GREEN value IS 211 (82.81% from 255) = 42.54%
BLUE value IS 142 (55.86% from 255) = 28.63%
R=28.83%
G=42.54%
B=28.63%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1432111420.3200.330.17119.1343.9569.22
Hex8FD38E2002111772c45
Octal217323216400412116754105
Binary10001111110100111000111010000001000011000111101111011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FD38E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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