#8DCC95

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

Shades of De York #8DCC95

Tints of De York #8DCC95

Color information

#8DCC95 (or 0x8DCC95) is unknown color: approx De York. HEX triplet: 8D, CC and 95. RGB value is (141,204,149). Sum of RGB (Red+Green+Blue) = 141+204+149=494 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.54% from 494); Green value is 204 (80.08% from 255 or 41.30% from 494); Blue value is 149 (58.59% from 255 or 30.16% from 494); Max value from RGB is 204 - color contains mainly: green. Hex color #8DCC95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DCC95 is #72336A. Grayscale: #B3B3B3. Windows color (decimal): -7484267 or 9817229. OLE color: 9817229.

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

Color convert

RGB141204149-
CMYK0.3100.270.2
HSL127.62º38.18%67.65%-
HSV(B)127.62º30.88%80%-
XYZ3851.0236.28-
YUV178.89111.13100.97-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.54%
GREEN value IS 204 (80.08% from 255) = 41.30%
BLUE value IS 149 (58.59% from 255) = 30.16%
R=28.54%
G=41.30%
B=30.16%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1412041490.3100.270.2127.6238.1867.65
Hex8DCC951F01B14802644
Octal215314225370332420046104
Binary1000110111001100100101011111101101110100100000001001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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