#8FCA88

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

Shades of De York #8FCA88

Tints of De York #8FCA88

Color information

#8FCA88 (or 0x8FCA88) is unknown color: approx De York. HEX triplet: 8F, CA and 88. RGB value is (143,202,136). Sum of RGB (Red+Green+Blue) = 143+202+136=481 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.73% from 481); Green value is 202 (79.30% from 255 or 42.00% from 481); Blue value is 136 (53.52% from 255 or 28.27% from 481); Max value from RGB is 202 - color contains mainly: green. Hex color #8FCA88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FCA88 is #703577. Grayscale: #B1B1B1. Windows color (decimal): -7353720 or 8964751. OLE color: 8964751.

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

Color convert

RGB143202136-
CMYK0.2900.330.21
HSL113.64º38.37%66.27%-
HSV(B)113.64º32.67%79.22%-
XYZ36.8949.8630.97-
YUV176.83104.95103.87-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 29.73%
GREEN value IS 202 (79.30% from 255) = 42.00%
BLUE value IS 136 (53.52% from 255) = 28.27%
R=29.73%
G=42.00%
B=28.27%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1432021360.2900.330.21113.6438.3766.27
Hex8FCA881D02115722642
Octal217312210350412516246102
Binary1000111111001010100010001110101000011010111100101001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FCA88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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