Html Css Color HEX #8DDC14 Yellow Green

📋 copy color: '#8DDC14'

red 141 ◦ green 220 ◦ blue 20

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

Shades of Yellow Green #8DDC14

Tints of Yellow Green #8DDC14

RGB

 RED value IS 141 (55.47% from 255) = 37.01%

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

 BLUE value IS 20 (8.2% from 255) = 5.25%

R = 37.01%
G = 57.74%
B = 5.25%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#8DDC14 (or 0x8DDC14) is known color: Yellow Green. HEX triplet: 8D, DC and 14. RGB value is (141,220,20). Sum of RGB (Red+Green+Blue) = 141+220+20=381 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.01% from 381); Green value is 220 (86.33% from 255 or 57.74% from 381); Blue value is 20 (8.20% from 255 or 5.25% from 381); Max value from RGB is 220 - color contains mainly: green. Hex color #8DDC14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DDC14 is #7223EB. Grayscale: #AEAEAE. Windows color (decimal): -7480300 or 1367181. OLE color: 1367181.

HSL color Cylindrical-coordinate representation of color #8DDC14: hue angle of 83.7º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8DDC14 is Cyan = 0.36, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.

Color convert

RGB 141 220 20 -
CMYK 0.36 0 0.91 0.14
HSL 83.7º 0.83% 0.47% -
HSV(B) 83.7º 0.91% 0.86% -
XYZ 36.7 56.9 9.71 -
YUV 173.58 41.33 104.76 -
System Red Green Blue C M Y K H S L
Decimal 141 220 20 0.36 0 0.91 0.14 83.7 0.83 0.47
Hex 8D DC 14 24 0 5B E 54 53 2F
Octal 215 334 24 44 0 133 16 124 123 57
Binary 10001101 11011100 10100 100100 0 1011011 1110 1010100 1010011 101111

Color Harmonies of #8DDC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DDC14

Black with #8DDC14

Text Example


Text Example

White with #8DDC14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,220,20); }

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

background-color css

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

 a { background-color: rgb(141,220,20); }

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

border-color css

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

 span { border-color: rgb(141,220,20); }

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