#8DC882

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

Shades of De York #8DC882

Tints of De York #8DC882

Color information

#8DC882 (or 0x8DC882) is unknown color: approx De York. HEX triplet: 8D, C8 and 82. RGB value is (141,200,130). Sum of RGB (Red+Green+Blue) = 141+200+130=471 (62% of max value = 765). Red value is 141 (55.47% from 255 or 29.94% from 471); Green value is 200 (78.52% from 255 or 42.46% from 471); Blue value is 130 (51.17% from 255 or 27.60% from 471); Max value from RGB is 200 - color contains mainly: green. Hex color #8DC882 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DC882 is #72377D. Grayscale: #AEAEAE. Windows color (decimal): -7485310 or 8571021. OLE color: 8571021.

HSL color Cylindrical-coordinate representation of color #8DC882: hue angle of 110.57º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8DC882 is Cyan = 0.29, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.22.

Color convert

RGB141200130-
CMYK0.2900.350.22
HSL110.57º38.89%64.71%-
HSV(B)110.57º35%78.43%-
XYZ35.6748.5828.62-
YUV174.38102.95104.19-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.94%
GREEN value IS 200 (78.52% from 255) = 42.46%
BLUE value IS 130 (51.17% from 255) = 27.60%
R=29.94%
G=42.46%
B=27.60%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1412001300.2900.350.22110.5738.8964.71
Hex8DC8821D023166f2741
Octal215310202350432615747101
Binary1000110111001000100000101110101000111011011011111001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DC882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,200,130); }

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

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

 a { background-color: rgb(141,200,130); }

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

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

 span { border-color: rgb(141,200,130); }

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