Html Css Color HEX #7ED914 Lawn Green

📋 copy color: '#7ED914'

red 126 ◦ green 217 ◦ blue 20

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

Shades of Lawn Green #7ED914

Tints of Lawn Green #7ED914

RGB

 RED value IS 126 (49.61% from 255) = 34.71%

 GREEN value IS 217 (85.16% from 255) = 59.78%

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

R = 34.71%
G = 59.78%
B = 5.51%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#7ED914 (or 0x7ED914) is known color: Lawn Green. HEX triplet: 7E, D9 and 14. RGB value is (126,217,20). Sum of RGB (Red+Green+Blue) = 126+217+20=363 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.71% from 363); Green value is 217 (85.16% from 255 or 59.78% from 363); Blue value is 20 (8.20% from 255 or 5.51% from 363); Max value from RGB is 217 - color contains mainly: green. Hex color #7ED914 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7ED914 is #8126EB. Grayscale: #A8A8A8. Windows color (decimal): -8464108 or 1366398. OLE color: 1366398.

HSL color Cylindrical-coordinate representation of color #7ED914: hue angle of 87.72º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7ED914 is Cyan = 0.42, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB 126 217 20 -
CMYK 0.42 0 0.91 0.15
HSL 87.72º 0.83% 0.46% -
HSV(B) 87.72º 0.91% 0.85% -
XYZ 33.54 54.11 9.34 -
YUV 167.33 44.85 98.52 -
System Red Green Blue C M Y K H S L
Decimal 126 217 20 0.42 0 0.91 0.15 87.72 0.83 0.46
Hex 7E D9 14 2A 0 5B F 58 53 2E
Octal 176 331 24 52 0 133 17 130 123 56
Binary 1111110 11011001 10100 101010 0 1011011 1111 1011000 1010011 101110

Color Harmonies of #7ED914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ED914

Black with #7ED914

Text Example


Text Example

White with #7ED914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7ED914; }

 p { color: rgb(126,217,20); }

 H1.HeaderClassName
 {
   color: #7ED914;
 }
 .AnyTagClassName
 {
   color: #7ED914;
 }
</style>

background-color css

<style>
 a { background-color: #7ED914; }

 a { background-color: rgb(126,217,20); }

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

border-color css

<style>
 span { border-color: #7ED914; }

 span { border-color: rgb(126,217,20); }

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