#8CD182

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

Shades of De York #8CD182

Tints of De York #8CD182

Color information

#8CD182 (or 0x8CD182) is unknown color: approx De York. HEX triplet: 8C, D1 and 82. RGB value is (140,209,130). Sum of RGB (Red+Green+Blue) = 140+209+130=479 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.23% from 479); Green value is 209 (82.03% from 255 or 43.63% from 479); Blue value is 130 (51.17% from 255 or 27.14% from 479); Max value from RGB is 209 - color contains mainly: green. Hex color #8CD182 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CD182 is #732E7D. Grayscale: #B3B3B3. Windows color (decimal): -7548542 or 8573324. OLE color: 8573324.

HSL color Cylindrical-coordinate representation of color #8CD182: hue angle of 112.41º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8CD182 is Cyan = 0.33, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB140209130-
CMYK0.3300.380.18
HSL112.41º46.2%66.47%-
HSV(B)112.41º37.8%81.96%-
XYZ37.6452.7929.32-
YUV179.36100.1499.92-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 29.23%
GREEN value IS 209 (82.03% from 255) = 43.63%
BLUE value IS 130 (51.17% from 255) = 27.14%
R=29.23%
G=43.63%
B=27.14%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1402091300.3300.380.18112.4146.266.47
Hex8CD1822102612702e42
Octal214321202410462216056102
Binary10001100110100011000001010000101001101001011100001011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CD182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,209,130); }

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

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

 a { background-color: rgb(140,209,130); }

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

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

 span { border-color: rgb(140,209,130); }

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