#8FC988

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

Shades of De York #8FC988

Tints of De York #8FC988

Color information

#8FC988 (or 0x8FC988) is unknown color: approx De York. HEX triplet: 8F, C9 and 88. RGB value is (143,201,136). Sum of RGB (Red+Green+Blue) = 143+201+136=480 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.79% from 480); Green value is 201 (78.91% from 255 or 41.88% from 480); Blue value is 136 (53.52% from 255 or 28.33% from 480); Max value from RGB is 201 - color contains mainly: green. Hex color #8FC988 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FC988 is #703677. Grayscale: #B0B0B0. Windows color (decimal): -7353976 or 8964495. OLE color: 8964495.

HSL color Cylindrical-coordinate representation of color #8FC988: hue angle of 113.54º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8FC988 is Cyan = 0.29, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.21.

Color convert

RGB143201136-
CMYK0.2900.320.21
HSL113.54º37.57%66.08%-
HSV(B)113.54º32.34%78.82%-
XYZ36.6649.3930.89-
YUV176.25105.28104.29-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 29.79%
GREEN value IS 201 (78.91% from 255) = 41.88%
BLUE value IS 136 (53.52% from 255) = 28.33%
R=29.79%
G=41.88%
B=28.33%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1432011360.2900.320.21113.5437.5766.08
Hex8FC9881D02015722642
Octal217311210350402516246102
Binary1000111111001001100010001110101000001010111100101001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FC988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,201,136); }

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

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

 a { background-color: rgb(143,201,136); }

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

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

 span { border-color: rgb(143,201,136); }

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