Html Css Color HEX #7DF80C Lawn Green

📋 copy color: '#7DF80C'

red 125 ◦ green 248 ◦ blue 12

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

Shades of Lawn Green #7DF80C

Tints of Lawn Green #7DF80C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.12%

R = 32.47%
G = 64.42%
B = 3.12%

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

#7DF80C (or 0x7DF80C) is known color: Lawn Green. HEX triplet: 7D, F8 and 0C. RGB value is (125,248,12). Sum of RGB (Red+Green+Blue) = 125+248+12=385 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.47% from 385); Green value is 248 (97.27% from 255 or 64.42% from 385); Blue value is 12 (5.08% from 255 or 3.12% from 385); Max value from RGB is 248 - color contains mainly: green. Hex color #7DF80C is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #7DF80C is #8207F3. Grayscale: #B9B9B9. Windows color (decimal): -8521716 or 850045. OLE color: 850045.

HSL color Cylindrical-coordinate representation of color #7DF80C: hue angle of 91.27º 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 #7DF80C is Cyan = 0.50, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.03.

Color convert

RGB 125 248 12 -
CMYK 0.50 0 0.95 0.03
HSL 91.27º 0.94% 0.51% -
HSV(B) 91.27º 0.95% 0.97% -
XYZ 42.09 71.52 11.93 -
YUV 184.32 30.75 85.69 -
System Red Green Blue C M Y K H S L
Decimal 125 248 12 0.50 0 0.95 0.03 91.27 0.94 0.51
Hex 7D F8 C 32 0 5F 3 5B 5E 33
Octal 175 370 14 62 0 137 3 133 136 63
Binary 1111101 11111000 1100 110010 0 1011111 11 1011011 1011110 110011

Color Harmonies of #7DF80C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DF80C

Black with #7DF80C

Text Example


Text Example

White with #7DF80C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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