#8ED082

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

Shades of De York #8ED082

Tints of De York #8ED082

Color information

#8ED082 (or 0x8ED082) is unknown color: approx De York. HEX triplet: 8E, D0 and 82. RGB value is (142,208,130). Sum of RGB (Red+Green+Blue) = 142+208+130=480 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.58% from 480); Green value is 208 (81.64% from 255 or 43.33% from 480); Blue value is 130 (51.17% from 255 or 27.08% from 480); Max value from RGB is 208 - color contains mainly: green. Hex color #8ED082 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ED082 is #712F7D. Grayscale: #B3B3B3. Windows color (decimal): -7417726 or 8573070. OLE color: 8573070.

HSL color Cylindrical-coordinate representation of color #8ED082: hue angle of 110.77º degrees, saturation: 0.45, 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 #8ED082 is Cyan = 0.32, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB142208130-
CMYK0.3200.380.18
HSL110.77º45.35%66.27%-
HSV(B)110.77º37.5%81.57%-
XYZ37.7452.4729.26-
YUV179.37100.13101.34-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.58%
GREEN value IS 208 (81.64% from 255) = 43.33%
BLUE value IS 130 (51.17% from 255) = 27.08%
R=29.58%
G=43.33%
B=27.08%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1422081300.3200.380.18110.7745.3566.27
Hex8ED08220026126f2d42
Octal216320202400462215755102
Binary10001110110100001000001010000001001101001011011111011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,208,130); }

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

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

 a { background-color: rgb(142,208,130); }

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

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

 span { border-color: rgb(142,208,130); }

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