Html Css Color HEX #8DD40E Yellow Green

📋 copy color: '#8DD40E'

red 141 ◦ green 212 ◦ blue 14

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

Shades of Yellow Green #8DD40E

Tints of Yellow Green #8DD40E

RGB

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

 GREEN value IS 212 (83.2% from 255) = 57.77%

 BLUE value IS 14 (5.86% from 255) = 3.81%

R = 38.42%
G = 57.77%
B = 3.81%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.93

 K value IS 0.17

RGB Variations

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

Color information

#8DD40E (or 0x8DD40E) is known color: Yellow Green. HEX triplet: 8D, D4 and 0E. RGB value is (141,212,14). Sum of RGB (Red+Green+Blue) = 141+212+14=367 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.42% from 367); Green value is 212 (83.20% from 255 or 57.77% from 367); Blue value is 14 (5.86% from 255 or 3.81% from 367); Max value from RGB is 212 - color contains mainly: green. Hex color #8DD40E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DD40E is #722BF1. Grayscale: #A8A8A8. Windows color (decimal): -7482354 or 971917. OLE color: 971917.

HSL color Cylindrical-coordinate representation of color #8DD40E: hue angle of 81.52º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8DD40E is Cyan = 0.33, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.17.

Color convert

RGB 141 212 14 -
CMYK 0.33 0 0.93 0.17
HSL 81.52º 0.88% 0.44% -
HSV(B) 81.52º 0.93% 0.83% -
XYZ 34.61 52.78 8.78 -
YUV 168.2 40.98 108.6 -
System Red Green Blue C M Y K H S L
Decimal 141 212 14 0.33 0 0.93 0.17 81.52 0.88 0.44
Hex 8D D4 E 21 0 5D 11 52 58 2C
Octal 215 324 16 41 0 135 21 122 130 54
Binary 10001101 11010100 1110 100001 0 1011101 10001 1010010 1011000 101100

Color Harmonies of #8DD40E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DD40E

Black with #8DD40E

Text Example


Text Example

White with #8DD40E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,212,14); }

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

background-color css

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

 a { background-color: rgb(141,212,14); }

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

border-color css

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

 span { border-color: rgb(141,212,14); }

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