#8FCC95

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

Shades of De York #8FCC95

Tints of De York #8FCC95

Color information

#8FCC95 (or 0x8FCC95) is unknown color: approx De York. HEX triplet: 8F, CC and 95. RGB value is (143,204,149). Sum of RGB (Red+Green+Blue) = 143+204+149=496 (65% of max value = 765). Red value is 143 (56.25% from 255 or 28.83% from 496); Green value is 204 (80.08% from 255 or 41.13% from 496); Blue value is 149 (58.59% from 255 or 30.04% from 496); Max value from RGB is 204 - color contains mainly: green. Hex color #8FCC95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FCC95 is #70336A. Grayscale: #B3B3B3. Windows color (decimal): -7353195 or 9817231. OLE color: 9817231.

HSL color Cylindrical-coordinate representation of color #8FCC95: hue angle of 125.9º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8FCC95 is Cyan = 0.30, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.2.

Color convert

RGB143204149-
CMYK0.3000.270.2
HSL125.9º37.42%68.04%-
HSV(B)125.9º29.9%80%-
XYZ38.3551.236.29-
YUV179.49110.79101.97-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 28.83%
GREEN value IS 204 (80.08% from 255) = 41.13%
BLUE value IS 149 (58.59% from 255) = 30.04%
R=28.83%
G=41.13%
B=30.04%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1432041490.3000.270.2125.937.4268.04
Hex8FCC951E01B147e2544
Octal217314225360332417645104
Binary100011111100110010010101111100110111010011111101001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FCC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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