#8FD097

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

Shades of De York #8FD097

Tints of De York #8FD097

Color information

#8FD097 (or 0x8FD097) is unknown color: approx De York. HEX triplet: 8F, D0 and 97. RGB value is (143,208,151). Sum of RGB (Red+Green+Blue) = 143+208+151=502 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.49% from 502); Green value is 208 (81.64% from 255 or 41.43% from 502); Blue value is 151 (59.38% from 255 or 30.08% from 502); Max value from RGB is 208 - color contains mainly: green. Hex color #8FD097 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FD097 is #702F68. Grayscale: #B6B6B6. Windows color (decimal): -7352169 or 9949327. OLE color: 9949327.

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

Color convert

RGB143208151-
CMYK0.3100.270.18
HSL127.38º40.88%68.82%-
HSV(B)127.38º31.25%81.57%-
XYZ39.4753.1937.46-
YUV182.07110.47100.13-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 28.49%
GREEN value IS 208 (81.64% from 255) = 41.43%
BLUE value IS 151 (59.38% from 255) = 30.08%
R=28.49%
G=41.43%
B=30.08%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1432081510.3100.270.18127.3840.8868.82
Hex8FD0971F01B127f2945
Octal217320227370332217751105
Binary100011111101000010010111111110110111001011111111010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FD097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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