Html Css Color HEX #7DF7A1 Light Green

📋 copy color: '#7DF7A1'

red 125 ◦ green 247 ◦ blue 161

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

Shades of Light Green #7DF7A1

Tints of Light Green #7DF7A1

RGB

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

 GREEN value IS 247 (96.88% from 255) = 46.34%

 BLUE value IS 161 (63.28% from 255) = 30.21%

R = 23.45%
G = 46.34%
B = 30.21%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.35

 K value IS 0.03

RGB Variations

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

Color information

#7DF7A1 (or 0x7DF7A1) is known color: Light Green. HEX triplet: 7D, F7 and A1. RGB value is (125,247,161). Sum of RGB (Red+Green+Blue) = 125+247+161=533 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.45% from 533); Green value is 247 (96.88% from 255 or 46.34% from 533); Blue value is 161 (63.28% from 255 or 30.21% from 533); Max value from RGB is 247 - color contains mainly: green. Hex color #7DF7A1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DF7A1 is #82085E. Grayscale: #C8C8C8. Windows color (decimal): -8521823 or 10614653. OLE color: 10614653.

HSL color Cylindrical-coordinate representation of color #7DF7A1: hue angle of 137.7º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7DF7A1 is Cyan = 0.49, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.03.

Color convert

RGB 125 247 161 -
CMYK 0.49 0 0.35 0.03
HSL 137.7º 0.88% 0.73% -
HSV(B) 137.7º 0.49% 0.97% -
XYZ 48.15 73.45 45.36 -
YUV 200.72 105.58 73.99 -
System Red Green Blue C M Y K H S L
Decimal 125 247 161 0.49 0 0.35 0.03 137.7 0.88 0.73
Hex 7D F7 A1 31 0 23 3 8A 58 49
Octal 175 367 241 61 0 43 3 212 130 111
Binary 1111101 11110111 10100001 110001 0 100011 11 10001010 1011000 1001001

Color Harmonies of #7DF7A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DF7A1

Black with #7DF7A1

Text Example


Text Example

White with #7DF7A1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,247,161); }

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

background-color css

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

 a { background-color: rgb(125,247,161); }

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

border-color css

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

 span { border-color: rgb(125,247,161); }

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