#8FD382

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

Shades of De York #8FD382

Tints of De York #8FD382

Color information

#8FD382 (or 0x8FD382) is unknown color: approx De York. HEX triplet: 8F, D3 and 82. RGB value is (143,211,130). Sum of RGB (Red+Green+Blue) = 143+211+130=484 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.55% from 484); Green value is 211 (82.81% from 255 or 43.60% from 484); Blue value is 130 (51.17% from 255 or 26.86% from 484); Max value from RGB is 211 - color contains mainly: green. Hex color #8FD382 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FD382 is #702C7D. Grayscale: #B5B5B5. Windows color (decimal): -7351422 or 8573839. OLE color: 8573839.

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

Color convert

RGB143211130-
CMYK0.3200.380.17
HSL110.37º47.93%66.86%-
HSV(B)110.37º38.39%82.75%-
XYZ38.6554.0429.51-
YUV181.4398.97100.59-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 29.55%
GREEN value IS 211 (82.81% from 255) = 43.60%
BLUE value IS 130 (51.17% from 255) = 26.86%
R=29.55%
G=43.60%
B=26.86%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1432111300.3200.380.17110.3747.9366.86
Hex8FD38220026116e3043
Octal217323202400462115660103
Binary10001111110100111000001010000001001101000111011101100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FD382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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