#8DD682

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

Shades of De York #8DD682

Tints of De York #8DD682

Color information

#8DD682 (or 0x8DD682) is unknown color: approx De York. HEX triplet: 8D, D6 and 82. RGB value is (141,214,130). Sum of RGB (Red+Green+Blue) = 141+214+130=485 (64% of max value = 765). Red value is 141 (55.47% from 255 or 29.07% from 485); Green value is 214 (83.98% from 255 or 44.12% from 485); Blue value is 130 (51.17% from 255 or 26.80% from 485); Max value from RGB is 214 - color contains mainly: green. Hex color #8DD682 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DD682 is #72297D. Grayscale: #B6B6B6. Windows color (decimal): -7481726 or 8574605. OLE color: 8574605.

HSL color Cylindrical-coordinate representation of color #8DD682: hue angle of 112.14º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8DD682 is Cyan = 0.34, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.16.

Color convert

RGB141214130-
CMYK0.3400.390.16
HSL112.14º50.6%67.45%-
HSV(B)112.14º39.25%83.92%-
XYZ39.0655.3729.75-
YUV182.698.3298.33-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.07%
GREEN value IS 214 (83.98% from 255) = 44.12%
BLUE value IS 130 (51.17% from 255) = 26.80%
R=29.07%
G=44.12%
B=26.80%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1412141300.3400.390.16112.1450.667.45
Hex8DD6822202710703343
Octal215326202420472016063103
Binary10001101110101101000001010001001001111000011100001100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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