Html Css Color HEX #7DF531 Lawn Green

📋 copy color: '#7DF531'

red 125 ◦ green 245 ◦ blue 49

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

Shades of Lawn Green #7DF531

Tints of Lawn Green #7DF531

RGB

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

 GREEN value IS 245 (96.09% from 255) = 58.47%

 BLUE value IS 49 (19.53% from 255) = 11.69%

R = 29.83%
G = 58.47%
B = 11.69%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.8

 K value IS 0.04

RGB Variations

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

Color information

#7DF531 (or 0x7DF531) is known color: Lawn Green. HEX triplet: 7D, F5 and 31. RGB value is (125,245,49). Sum of RGB (Red+Green+Blue) = 125+245+49=419 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.83% from 419); Green value is 245 (96.09% from 255 or 58.47% from 419); Blue value is 49 (19.53% from 255 or 11.69% from 419); Max value from RGB is 245 - color contains mainly: green. Hex color #7DF531 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7DF531 is #820ACE. Grayscale: #BBBBBB. Windows color (decimal): -8522447 or 3274109. OLE color: 3274109.

HSL color Cylindrical-coordinate representation of color #7DF531: hue angle of 96.73º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7DF531 is Cyan = 0.49, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.04.

Color convert

RGB 125 245 49 -
CMYK 0.49 0 0.8 0.04
HSL 96.73º 0.91% 0.58% -
HSV(B) 96.73º 0.8% 0.96% -
XYZ 41.66 69.89 14.2 -
YUV 186.78 50.24 83.94 -
System Red Green Blue C M Y K H S L
Decimal 125 245 49 0.49 0 0.8 0.04 96.73 0.91 0.58
Hex 7D F5 31 31 0 50 4 61 5B 3A
Octal 175 365 61 61 0 120 4 141 133 72
Binary 1111101 11110101 110001 110001 0 1010000 100 1100001 1011011 111010

Color Harmonies of #7DF531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DF531

Black with #7DF531

Text Example


Text Example

White with #7DF531

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,245,49); }

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

background-color css

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

 a { background-color: rgb(125,245,49); }

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

border-color css

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

 span { border-color: rgb(125,245,49); }

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