#8FCF8D

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

Shades of De York #8FCF8D

Tints of De York #8FCF8D

Color information

#8FCF8D (or 0x8FCF8D) is unknown color: approx De York. HEX triplet: 8F, CF and 8D. RGB value is (143,207,141). Sum of RGB (Red+Green+Blue) = 143+207+141=491 (65% of max value = 765). Red value is 143 (56.25% from 255 or 29.12% from 491); Green value is 207 (81.25% from 255 or 42.16% from 491); Blue value is 141 (55.47% from 255 or 28.72% from 491); Max value from RGB is 207 - color contains mainly: green. Hex color #8FCF8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FCF8D is #703072. Grayscale: #B4B4B4. Windows color (decimal): -7352435 or 9293711. OLE color: 9293711.

HSL color Cylindrical-coordinate representation of color #8FCF8D: hue angle of 118.18º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8FCF8D is Cyan = 0.31, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.19.

Color convert

RGB143207141-
CMYK0.3100.320.19
HSL118.18º40.74%68.24%-
HSV(B)118.18º31.88%81.18%-
XYZ38.4552.3933.28-
YUV180.34105.8101.37-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 29.12%
GREEN value IS 207 (81.25% from 255) = 42.16%
BLUE value IS 141 (55.47% from 255) = 28.72%
R=29.12%
G=42.16%
B=28.72%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1432071410.3100.320.19118.1840.7468.24
Hex8FCF8D1F02013762944
Octal217317215370402316651104
Binary1000111111001111100011011111101000001001111101101010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FCF8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,207,141); }

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

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

 a { background-color: rgb(143,207,141); }

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

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

 span { border-color: rgb(143,207,141); }

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