#8FCF8A

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

Shades of De York #8FCF8A

Tints of De York #8FCF8A

Color information

#8FCF8A (or 0x8FCF8A) is unknown color: approx De York. HEX triplet: 8F, CF and 8A. RGB value is (143,207,138). Sum of RGB (Red+Green+Blue) = 143+207+138=488 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.30% from 488); Green value is 207 (81.25% from 255 or 42.42% from 488); Blue value is 138 (54.30% from 255 or 28.28% from 488); Max value from RGB is 207 - color contains mainly: green. Hex color #8FCF8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FCF8A is #703075. Grayscale: #B4B4B4. Windows color (decimal): -7352438 or 9097103. OLE color: 9097103.

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

Color convert

RGB143207138-
CMYK0.3100.330.19
HSL115.65º41.82%67.65%-
HSV(B)115.65º33.33%81.18%-
XYZ38.2352.332.12-
YUV180104.3101.61-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 29.30%
GREEN value IS 207 (81.25% from 255) = 42.42%
BLUE value IS 138 (54.30% from 255) = 28.28%
R=29.30%
G=42.42%
B=28.28%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1432071380.3100.330.19115.6541.8267.65
Hex8FCF8A1F02113742a44
Octal217317212370412316452104
Binary1000111111001111100010101111101000011001111101001010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FCF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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