Html Css Color HEX #7DDC0D Lawn Green

📋 copy color: '#7DDC0D'

red 125 ◦ green 220 ◦ blue 13

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

Shades of Lawn Green #7DDC0D

Tints of Lawn Green #7DDC0D

RGB

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

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

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

R = 34.92%
G = 61.45%
B = 3.63%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#7DDC0D (or 0x7DDC0D) is known color: Lawn Green. HEX triplet: 7D, DC and 0D. RGB value is (125,220,13). Sum of RGB (Red+Green+Blue) = 125+220+13=358 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.92% from 358); Green value is 220 (86.33% from 255 or 61.45% from 358); Blue value is 13 (5.47% from 255 or 3.63% from 358); Max value from RGB is 220 - color contains mainly: green. Hex color #7DDC0D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DDC0D is #8223F2. Grayscale: #A8A8A8. Windows color (decimal): -8528883 or 908413. OLE color: 908413.

HSL color Cylindrical-coordinate representation of color #7DDC0D: hue angle of 87.54º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7DDC0D is Cyan = 0.43, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.14.

Color convert

RGB 125 220 13 -
CMYK 0.43 0 0.94 0.14
HSL 87.54º 0.89% 0.46% -
HSV(B) 87.54º 0.94% 0.86% -
XYZ 34.12 55.58 9.31 -
YUV 168 40.53 97.33 -
System Red Green Blue C M Y K H S L
Decimal 125 220 13 0.43 0 0.94 0.14 87.54 0.89 0.46
Hex 7D DC D 2B 0 5E E 58 59 2E
Octal 175 334 15 53 0 136 16 130 131 56
Binary 1111101 11011100 1101 101011 0 1011110 1110 1011000 1011001 101110

Color Harmonies of #7DDC0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DDC0D

Black with #7DDC0D

Text Example


Text Example

White with #7DDC0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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