Html Css Color HEX #8ED512 Yellow Green

📋 copy color: '#8ED512'

red 142 ◦ green 213 ◦ blue 18

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

Shades of Yellow Green #8ED512

Tints of Yellow Green #8ED512

RGB

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

 GREEN value IS 213 (83.59% from 255) = 57.1%

 BLUE value IS 18 (7.42% from 255) = 4.83%

R = 38.07%
G = 57.1%
B = 4.83%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#8ED512 (or 0x8ED512) is known color: Yellow Green. HEX triplet: 8E, D5 and 12. RGB value is (142,213,18). Sum of RGB (Red+Green+Blue) = 142+213+18=373 (49% of max value = 765). Red value is 142 (55.86% from 255 or 38.07% from 373); Green value is 213 (83.59% from 255 or 57.10% from 373); Blue value is 18 (7.42% from 255 or 4.83% from 373); Max value from RGB is 213 - color contains mainly: green. Hex color #8ED512 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8ED512 is #712AED. Grayscale: #AAAAAA. Windows color (decimal): -7416558 or 1234318. OLE color: 1234318.

HSL color Cylindrical-coordinate representation of color #8ED512: hue angle of 81.85º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8ED512 is Cyan = 0.33, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.

Color convert

RGB 142 213 18 -
CMYK 0.33 0 0.92 0.16
HSL 81.85º 0.84% 0.45% -
HSV(B) 81.85º 0.92% 0.84% -
XYZ 35.06 53.38 9.03 -
YUV 169.54 42.48 108.36 -
System Red Green Blue C M Y K H S L
Decimal 142 213 18 0.33 0 0.92 0.16 81.85 0.84 0.45
Hex 8E D5 12 21 0 5C 10 52 54 2D
Octal 216 325 22 41 0 134 20 122 124 55
Binary 10001110 11010101 10010 100001 0 1011100 10000 1010010 1010100 101101

Color Harmonies of #8ED512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ED512

Black with #8ED512

Text Example


Text Example

White with #8ED512

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,213,18); }

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

background-color css

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

 a { background-color: rgb(142,213,18); }

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

border-color css

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

 span { border-color: rgb(142,213,18); }

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