Html Css Color HEX #8EDD2A Yellow Green

📋 copy color: '#8EDD2A'

red 142 ◦ green 221 ◦ blue 42

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

Shades of Yellow Green #8EDD2A

Tints of Yellow Green #8EDD2A

RGB

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

 GREEN value IS 221 (86.72% from 255) = 54.57%

 BLUE value IS 42 (16.8% from 255) = 10.37%

R = 35.06%
G = 54.57%
B = 10.37%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#8EDD2A (or 0x8EDD2A) is known color: Yellow Green. HEX triplet: 8E, DD and 2A. RGB value is (142,221,42). Sum of RGB (Red+Green+Blue) = 142+221+42=405 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.06% from 405); Green value is 221 (86.72% from 255 or 54.57% from 405); Blue value is 42 (16.80% from 255 or 10.37% from 405); Max value from RGB is 221 - color contains mainly: green. Hex color #8EDD2A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EDD2A is #7122D5. Grayscale: #B1B1B1. Windows color (decimal): -7414486 or 2809230. OLE color: 2809230.

HSL color Cylindrical-coordinate representation of color #8EDD2A: hue angle of 86.48º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8EDD2A is Cyan = 0.36, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.13.

Color convert

RGB 142 221 42 -
CMYK 0.36 0 0.81 0.13
HSL 86.48º 0.72% 0.52% -
HSV(B) 86.48º 0.81% 0.87% -
XYZ 37.43 57.63 11.34 -
YUV 176.97 51.83 103.05 -
System Red Green Blue C M Y K H S L
Decimal 142 221 42 0.36 0 0.81 0.13 86.48 0.72 0.52
Hex 8E DD 2A 24 0 51 D 56 48 34
Octal 216 335 52 44 0 121 15 126 110 64
Binary 10001110 11011101 101010 100100 0 1010001 1101 1010110 1001000 110100

Color Harmonies of #8EDD2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EDD2A

Black with #8EDD2A

Text Example


Text Example

White with #8EDD2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,221,42); }

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

background-color css

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

 a { background-color: rgb(142,221,42); }

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

border-color css

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

 span { border-color: rgb(142,221,42); }

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