Html Css Color HEX #8ED084 De York

📋 copy color: '#8ED084'

red 142 ◦ green 208 ◦ blue 132

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

Shades of De York #8ED084

Tints of De York #8ED084

RGB

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

 GREEN value IS 208 (81.64% from 255) = 43.15%

 BLUE value IS 132 (51.95% from 255) = 27.39%

R = 29.46%
G = 43.15%
B = 27.39%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#8ED084 (or 0x8ED084) is known color: De York. HEX triplet: 8E, D0 and 84. RGB value is (142,208,132). Sum of RGB (Red+Green+Blue) = 142+208+132=482 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.46% from 482); Green value is 208 (81.64% from 255 or 43.15% from 482); Blue value is 132 (51.95% from 255 or 27.39% from 482); Max value from RGB is 208 - color contains mainly: green. Hex color #8ED084 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ED084 is #712F7B. Grayscale: #B3B3B3. Windows color (decimal): -7417724 or 8704142. OLE color: 8704142.

HSL color Cylindrical-coordinate representation of color #8ED084: hue angle of 112.11º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8ED084 is Cyan = 0.32, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.18.

Color convert

RGB 142 208 132 -
CMYK 0.32 0 0.37 0.18
HSL 112.11º 0.45% 0.67% -
HSV(B) 112.11º 0.37% 0.82% -
XYZ 37.88 52.53 29.97 -
YUV 179.6 101.13 101.18 -
System Red Green Blue C M Y K H S L
Decimal 142 208 132 0.32 0 0.37 0.18 112.11 0.45 0.67
Hex 8E D0 84 20 0 25 12 70 2D 43
Octal 216 320 204 40 0 45 22 160 55 103
Binary 10001110 11010000 10000100 100000 0 100101 10010 1110000 101101 1000011

Color Harmonies of #8ED084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ED084

Black with #8ED084

Text Example


Text Example

White with #8ED084

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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