Html Css Color HEX #8ED013 Yellow Green

📋 copy color: '#8ED013'

red 142 ◦ green 208 ◦ blue 19

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

Shades of Yellow Green #8ED013

Tints of Yellow Green #8ED013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.15%

R = 38.48%
G = 56.37%
B = 5.15%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#8ED013 (or 0x8ED013) is known color: Yellow Green. HEX triplet: 8E, D0 and 13. RGB value is (142,208,19). Sum of RGB (Red+Green+Blue) = 142+208+19=369 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.48% from 369); Green value is 208 (81.64% from 255 or 56.37% from 369); Blue value is 19 (7.81% from 255 or 5.15% from 369); Max value from RGB is 208 - color contains mainly: green. Hex color #8ED013 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8ED013 is #712FEC. Grayscale: #A7A7A7. Windows color (decimal): -7417837 or 1298574. OLE color: 1298574.

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

Color convert

RGB 142 208 19 -
CMYK 0.32 0 0.91 0.18
HSL 80.95º 0.83% 0.45% -
HSV(B) 80.95º 0.91% 0.82% -
XYZ 33.83 50.91 8.66 -
YUV 166.72 44.63 110.37 -
System Red Green Blue C M Y K H S L
Decimal 142 208 19 0.32 0 0.91 0.18 80.95 0.83 0.45
Hex 8E D0 13 20 0 5B 12 51 53 2D
Octal 216 320 23 40 0 133 22 121 123 55
Binary 10001110 11010000 10011 100000 0 1011011 10010 1010001 1010011 101101

Color Harmonies of #8ED013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ED013

Black with #8ED013

Text Example


Text Example

White with #8ED013

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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