#8FCE95

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

Shades of De York #8FCE95

Tints of De York #8FCE95

Color information

#8FCE95 (or 0x8FCE95) is unknown color: approx De York. HEX triplet: 8F, CE and 95. RGB value is (143,206,149). Sum of RGB (Red+Green+Blue) = 143+206+149=498 (65% of max value = 765). Red value is 143 (56.25% from 255 or 28.71% from 498); Green value is 206 (80.86% from 255 or 41.37% from 498); Blue value is 149 (58.59% from 255 or 29.92% from 498); Max value from RGB is 206 - color contains mainly: green. Hex color #8FCE95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FCE95 is #70316A. Grayscale: #B4B4B4. Windows color (decimal): -7352683 or 9817743. OLE color: 9817743.

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

Color convert

RGB143206149-
CMYK0.3100.280.19
HSL125.71º39.13%68.43%-
HSV(B)125.71º30.58%80.78%-
XYZ38.8252.1536.45-
YUV180.66110.13101.13-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 28.71%
GREEN value IS 206 (80.86% from 255) = 41.37%
BLUE value IS 149 (58.59% from 255) = 29.92%
R=28.71%
G=41.37%
B=29.92%

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
Decimal1432061490.3100.280.19125.7139.1368.43
Hex8FCE951F01C137e2744
Octal217316225370342317647104
Binary100011111100111010010101111110111001001111111101001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FCE95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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