#8FCA81

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

Shades of De York #8FCA81

Tints of De York #8FCA81

Color information

#8FCA81 (or 0x8FCA81) is unknown color: approx De York. HEX triplet: 8F, CA and 81. RGB value is (143,202,129). Sum of RGB (Red+Green+Blue) = 143+202+129=474 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.17% from 474); Green value is 202 (79.30% from 255 or 42.62% from 474); Blue value is 129 (50.78% from 255 or 27.22% from 474); Max value from RGB is 202 - color contains mainly: green. Hex color #8FCA81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FCA81 is #70357E. Grayscale: #B0B0B0. Windows color (decimal): -7353727 or 8505999. OLE color: 8505999.

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

Color convert

RGB143202129-
CMYK0.2900.360.21
HSL108.49º40.78%64.9%-
HSV(B)108.49º36.14%79.22%-
XYZ36.4149.6728.44-
YUV176.04101.45104.44-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 30.17%
GREEN value IS 202 (79.30% from 255) = 42.62%
BLUE value IS 129 (50.78% from 255) = 27.22%
R=30.17%
G=42.62%
B=27.22%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1432021290.2900.360.21108.4940.7864.9
Hex8FCA811D024156c2941
Octal217312201350442515451101
Binary1000111111001010100000011110101001001010111011001010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FCA81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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