Html Css Color HEX #7DF814 Lawn Green

📋 copy color: '#7DF814'

red 125 ◦ green 248 ◦ blue 20

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

Shades of Lawn Green #7DF814

Tints of Lawn Green #7DF814

RGB

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

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

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

R = 31.81%
G = 63.1%
B = 5.09%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#7DF814 (or 0x7DF814) is known color: Lawn Green. HEX triplet: 7D, F8 and 14. RGB value is (125,248,20). Sum of RGB (Red+Green+Blue) = 125+248+20=393 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.81% from 393); Green value is 248 (97.27% from 255 or 63.10% from 393); Blue value is 20 (8.20% from 255 or 5.09% from 393); Max value from RGB is 248 - color contains mainly: green. Hex color #7DF814 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #7DF814 is #8207EB. Grayscale: #BABABA. Windows color (decimal): -8521708 or 1374333. OLE color: 1374333.

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

Color convert

RGB 125 248 20 -
CMYK 0.50 0 0.92 0.03
HSL 92.37º 0.94% 0.53% -
HSV(B) 92.37º 0.92% 0.97% -
XYZ 42.15 71.55 12.25 -
YUV 185.23 34.75 85.04 -
System Red Green Blue C M Y K H S L
Decimal 125 248 20 0.50 0 0.92 0.03 92.37 0.94 0.53
Hex 7D F8 14 32 0 5C 3 5C 5E 35
Octal 175 370 24 62 0 134 3 134 136 65
Binary 1111101 11111000 10100 110010 0 1011100 11 1011100 1011110 110101

Color Harmonies of #7DF814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DF814

Black with #7DF814

Text Example


Text Example

White with #7DF814

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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