Html Css Color HEX #8ED982 De York

📋 copy color: '#8ED982'

red 142 ◦ green 217 ◦ blue 130

#8ED982
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of De York #8ED982

Tints of De York #8ED982

RGB

 RED value IS 142 (55.86% from 255) = 29.04%

 GREEN value IS 217 (85.16% from 255) = 44.38%

 BLUE value IS 130 (51.17% from 255) = 26.58%

R = 29.04%
G = 44.38%
B = 26.58%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#8ED982 (or 0x8ED982) is known color: De York. HEX triplet: 8E, D9 and 82. RGB value is (142,217,130). Sum of RGB (Red+Green+Blue) = 142+217+130=489 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.04% from 489); Green value is 217 (85.16% from 255 or 44.38% from 489); Blue value is 130 (51.17% from 255 or 26.58% from 489); Max value from RGB is 217 - color contains mainly: green. Hex color #8ED982 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ED982 is #71267D. Grayscale: #B8B8B8. Windows color (decimal): -7415422 or 8575374. OLE color: 8575374.

HSL color Cylindrical-coordinate representation of color #8ED982: hue angle of 111.72º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8ED982 is Cyan = 0.35, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB 142 217 130 -
CMYK 0.35 0 0.40 0.15
HSL 111.72º 0.53% 0.68% -
HSV(B) 111.72º 0.4% 0.85% -
XYZ 40 56.99 30.01 -
YUV 184.66 97.15 97.57 -
System Red Green Blue C M Y K H S L
Decimal 142 217 130 0.35 0 0.40 0.15 111.72 0.53 0.68
Hex 8E D9 82 23 0 28 F 70 35 44
Octal 216 331 202 43 0 50 17 160 65 104
Binary 10001110 11011001 10000010 100011 0 101000 1111 1110000 110101 1000100

Color Harmonies of #8ED982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ED982

Black with #8ED982

Text Example


Text Example

White with #8ED982

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8ED982;
 }
 .AnyTagClassName
 {
   color: #8ED982;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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