Html Css Color HEX #7DD80D Lawn Green

📋 copy color: '#7DD80D'

red 125 ◦ green 216 ◦ blue 13

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

Shades of Lawn Green #7DD80D

Tints of Lawn Green #7DD80D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.67%

R = 35.31%
G = 61.02%
B = 3.67%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#7DD80D (or 0x7DD80D) is known color: Lawn Green. HEX triplet: 7D, D8 and 0D. RGB value is (125,216,13). Sum of RGB (Red+Green+Blue) = 125+216+13=354 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.31% from 354); Green value is 216 (84.77% from 255 or 61.02% from 354); Blue value is 13 (5.47% from 255 or 3.67% from 354); Max value from RGB is 216 - color contains mainly: green. Hex color #7DD80D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DD80D is #8227F2. Grayscale: #A6A6A6. Windows color (decimal): -8529907 or 907389. OLE color: 907389.

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

Color convert

RGB 125 216 13 -
CMYK 0.42 0 0.94 0.15
HSL 86.9º 0.89% 0.45% -
HSV(B) 86.9º 0.94% 0.85% -
XYZ 33.09 53.5 8.96 -
YUV 165.65 41.85 99.01 -
System Red Green Blue C M Y K H S L
Decimal 125 216 13 0.42 0 0.94 0.15 86.9 0.89 0.45
Hex 7D D8 D 2A 0 5E F 57 59 2D
Octal 175 330 15 52 0 136 17 127 131 55
Binary 1111101 11011000 1101 101010 0 1011110 1111 1010111 1011001 101101

Color Harmonies of #7DD80D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DD80D

Black with #7DD80D

Text Example


Text Example

White with #7DD80D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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