#8FCE8B

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

Shades of De York #8FCE8B

Tints of De York #8FCE8B

Color information

#8FCE8B (or 0x8FCE8B) is unknown color: approx De York. HEX triplet: 8F, CE and 8B. RGB value is (143,206,139). Sum of RGB (Red+Green+Blue) = 143+206+139=488 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.30% from 488); Green value is 206 (80.86% from 255 or 42.21% from 488); Blue value is 139 (54.69% from 255 or 28.48% from 488); Max value from RGB is 206 - color contains mainly: green. Hex color #8FCE8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FCE8B is #703174. Grayscale: #B3B3B3. Windows color (decimal): -7352693 or 9162383. OLE color: 9162383.

HSL color Cylindrical-coordinate representation of color #8FCE8B: hue angle of 116.42º degrees, saturation: 0.41, 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 #8FCE8B is Cyan = 0.31, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.

Color convert

RGB143206139-
CMYK0.3100.330.19
HSL116.42º40.61%67.65%-
HSV(B)116.42º32.52%80.78%-
XYZ38.0651.8532.43-
YUV179.52105.13101.95-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 29.30%
GREEN value IS 206 (80.86% from 255) = 42.21%
BLUE value IS 139 (54.69% from 255) = 28.48%
R=29.30%
G=42.21%
B=28.48%

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
Decimal1432061390.3100.330.19116.4240.6167.65
Hex8FCE8B1F02113742944
Octal217316213370412316451104
Binary1000111111001110100010111111101000011001111101001010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FCE8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,206,139); }

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

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

 a { background-color: rgb(143,206,139); }

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

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

 span { border-color: rgb(143,206,139); }

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