Html Css Color HEX #7DF80D Lawn Green

📋 copy color: '#7DF80D'

red 125 ◦ green 248 ◦ blue 13

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

Shades of Lawn Green #7DF80D

Tints of Lawn Green #7DF80D

RGB

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

 GREEN value IS 248 (97.27% from 255) = 64.25%

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

R = 32.38%
G = 64.25%
B = 3.37%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.95

 K value IS 0.03

RGB Variations

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

Color information

#7DF80D (or 0x7DF80D) is known color: Lawn Green. HEX triplet: 7D, F8 and 0D. RGB value is (125,248,13). Sum of RGB (Red+Green+Blue) = 125+248+13=386 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.38% from 386); Green value is 248 (97.27% from 255 or 64.25% from 386); Blue value is 13 (5.47% from 255 or 3.37% from 386); Max value from RGB is 248 - color contains mainly: green. Hex color #7DF80D is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #7DF80D is #8207F2. Grayscale: #B9B9B9. Windows color (decimal): -8521715 or 915581. OLE color: 915581.

HSL color Cylindrical-coordinate representation of color #7DF80D: hue angle of 91.4º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7DF80D is Cyan = 0.50, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.03.

Color convert

RGB 125 248 13 -
CMYK 0.50 0 0.95 0.03
HSL 91.4º 0.94% 0.51% -
HSV(B) 91.4º 0.95% 0.97% -
XYZ 42.1 71.52 11.97 -
YUV 184.43 31.25 85.61 -
System Red Green Blue C M Y K H S L
Decimal 125 248 13 0.50 0 0.95 0.03 91.4 0.94 0.51
Hex 7D F8 D 32 0 5F 3 5B 5E 33
Octal 175 370 15 62 0 137 3 133 136 63
Binary 1111101 11111000 1101 110010 0 1011111 11 1011011 1011110 110011

Color Harmonies of #7DF80D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DF80D

Black with #7DF80D

Text Example


Text Example

White with #7DF80D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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