#8FD383

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

Shades of De York #8FD383

Tints of De York #8FD383

Color information

#8FD383 (or 0x8FD383) is unknown color: approx De York. HEX triplet: 8F, D3 and 83. RGB value is (143,211,131). Sum of RGB (Red+Green+Blue) = 143+211+131=485 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.48% from 485); Green value is 211 (82.81% from 255 or 43.51% from 485); Blue value is 131 (51.56% from 255 or 27.01% from 485); Max value from RGB is 211 - color contains mainly: green. Hex color #8FD383 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FD383 is #702C7C. Grayscale: #B5B5B5. Windows color (decimal): -7351421 or 8639375. OLE color: 8639375.

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

Color convert

RGB143211131-
CMYK0.3200.380.17
HSL111º47.62%67.06%-
HSV(B)111º37.91%82.75%-
XYZ38.7254.0729.87-
YUV181.5599.47100.5-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 29.48%
GREEN value IS 211 (82.81% from 255) = 43.51%
BLUE value IS 131 (51.56% from 255) = 27.01%
R=29.48%
G=43.51%
B=27.01%

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
Decimal1432111310.3200.380.1711147.6267.06
Hex8FD38320026116f3043
Octal217323203400462115760103
Binary10001111110100111000001110000001001101000111011111100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FD383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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