#8FCE94

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

Shades of De York #8FCE94

Tints of De York #8FCE94

Color information

#8FCE94 (or 0x8FCE94) is unknown color: approx De York. HEX triplet: 8F, CE and 94. RGB value is (143,206,148). Sum of RGB (Red+Green+Blue) = 143+206+148=497 (65% of max value = 765). Red value is 143 (56.25% from 255 or 28.77% from 497); Green value is 206 (80.86% from 255 or 41.45% from 497); Blue value is 148 (58.20% from 255 or 29.78% from 497); Max value from RGB is 206 - color contains mainly: green. Hex color #8FCE94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FCE94 is #70316B. Grayscale: #B4B4B4. Windows color (decimal): -7352684 or 9752207. OLE color: 9752207.

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

Color convert

RGB143206148-
CMYK0.3100.280.19
HSL124.76º39.13%68.43%-
HSV(B)124.76º30.58%80.78%-
XYZ38.7452.1236.04-
YUV180.55109.63101.22-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 28.77%
GREEN value IS 206 (80.86% from 255) = 41.45%
BLUE value IS 148 (58.20% from 255) = 29.78%
R=28.77%
G=41.45%
B=29.78%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1432061480.3100.280.19124.7639.1368.43
Hex8FCE941F01C137d2744
Octal217316224370342317547104
Binary100011111100111010010100111110111001001111111011001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FCE94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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