Html Css Color HEX #8EDC2C Yellow Green

📋 copy color: '#8EDC2C'

red 142 ◦ green 220 ◦ blue 44

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

Shades of Yellow Green #8EDC2C

Tints of Yellow Green #8EDC2C

RGB

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

 GREEN value IS 220 (86.33% from 255) = 54.19%

 BLUE value IS 44 (17.58% from 255) = 10.84%

R = 34.98%
G = 54.19%
B = 10.84%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.8

 K value IS 0.14

RGB Variations

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

Color information

#8EDC2C (or 0x8EDC2C) is known color: Yellow Green. HEX triplet: 8E, DC and 2C. RGB value is (142,220,44). Sum of RGB (Red+Green+Blue) = 142+220+44=406 (53% of max value = 765). Red value is 142 (55.86% from 255 or 34.98% from 406); Green value is 220 (86.33% from 255 or 54.19% from 406); Blue value is 44 (17.58% from 255 or 10.84% from 406); Max value from RGB is 220 - color contains mainly: green. Hex color #8EDC2C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EDC2C is #7123D3. Grayscale: #B1B1B1. Windows color (decimal): -7414740 or 2940046. OLE color: 2940046.

HSL color Cylindrical-coordinate representation of color #8EDC2C: hue angle of 86.59º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8EDC2C is Cyan = 0.35, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.14.

Color convert

RGB 142 220 44 -
CMYK 0.35 0 0.8 0.14
HSL 86.59º 0.72% 0.52% -
HSV(B) 86.59º 0.8% 0.86% -
XYZ 37.2 57.12 11.45 -
YUV 176.61 53.16 103.31 -
System Red Green Blue C M Y K H S L
Decimal 142 220 44 0.35 0 0.8 0.14 86.59 0.72 0.52
Hex 8E DC 2C 23 0 50 E 57 48 34
Octal 216 334 54 43 0 120 16 127 110 64
Binary 10001110 11011100 101100 100011 0 1010000 1110 1010111 1001000 110100

Color Harmonies of #8EDC2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EDC2C

Black with #8EDC2C

Text Example


Text Example

White with #8EDC2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,220,44); }

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

background-color css

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

 a { background-color: rgb(142,220,44); }

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

border-color css

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

 span { border-color: rgb(142,220,44); }

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