Html Css Color HEX #7DD814 Lawn Green

📋 copy color: '#7DD814'

red 125 ◦ green 216 ◦ blue 20

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

Shades of Lawn Green #7DD814

Tints of Lawn Green #7DD814

RGB

 RED value IS 125 (49.22% from 255) = 34.63%

 GREEN value IS 216 (84.77% from 255) = 59.83%

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

R = 34.63%
G = 59.83%
B = 5.54%

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

#7DD814 (or 0x7DD814) is known color: Lawn Green. HEX triplet: 7D, D8 and 14. RGB value is (125,216,20). Sum of RGB (Red+Green+Blue) = 125+216+20=361 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.63% from 361); Green value is 216 (84.77% from 255 or 59.83% from 361); Blue value is 20 (8.20% from 255 or 5.54% from 361); Max value from RGB is 216 - color contains mainly: green. Hex color #7DD814 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DD814 is #8227EB. Grayscale: #A7A7A7. Windows color (decimal): -8529900 or 1366141. OLE color: 1366141.

HSL color Cylindrical-coordinate representation of color #7DD814: hue angle of 87.86º 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 #7DD814 is Cyan = 0.42, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB 125 216 20 -
CMYK 0.42 0 0.91 0.15
HSL 87.86º 0.83% 0.46% -
HSV(B) 87.86º 0.91% 0.85% -
XYZ 33.14 53.52 9.25 -
YUV 166.45 45.35 98.44 -
System Red Green Blue C M Y K H S L
Decimal 125 216 20 0.42 0 0.91 0.15 87.86 0.83 0.46
Hex 7D D8 14 2A 0 5B F 58 53 2E
Octal 175 330 24 52 0 133 17 130 123 56
Binary 1111101 11011000 10100 101010 0 1011011 1111 1011000 1010011 101110

Color Harmonies of #7DD814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DD814

Black with #7DD814

Text Example


Text Example

White with #7DD814

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,216,20); }

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

background-color css

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

 a { background-color: rgb(125,216,20); }

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

border-color css

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

 span { border-color: rgb(125,216,20); }

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