#8DC481

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

Shades of De York #8DC481

Tints of De York #8DC481

Color information

#8DC481 (or 0x8DC481) is unknown color: approx De York. HEX triplet: 8D, C4 and 81. RGB value is (141,196,129). Sum of RGB (Red+Green+Blue) = 141+196+129=466 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.26% from 466); Green value is 196 (76.95% from 255 or 42.06% from 466); Blue value is 129 (50.78% from 255 or 27.68% from 466); Max value from RGB is 196 - color contains mainly: green. Hex color #8DC481 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DC481 is #723B7E. Grayscale: #ACACAC. Windows color (decimal): -7486335 or 8504461. OLE color: 8504461.

HSL color Cylindrical-coordinate representation of color #8DC481: hue angle of 109.25º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8DC481 is Cyan = 0.28, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.23.

Color convert

RGB141196129-
CMYK0.2800.340.23
HSL109.25º36.22%63.73%-
HSV(B)109.25º34.18%76.86%-
XYZ34.6946.7327.96-
YUV171.92103.78105.95-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.26%
GREEN value IS 196 (76.95% from 255) = 42.06%
BLUE value IS 129 (50.78% from 255) = 27.68%
R=30.26%
G=42.06%
B=27.68%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1411961290.2800.340.23109.2536.2263.73
Hex8DC4811C022176d2440
Octal215304201340422715544100
Binary1000110111000100100000011110001000101011111011011001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DC481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,196,129); }

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

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

 a { background-color: rgb(141,196,129); }

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

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

 span { border-color: rgb(141,196,129); }

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