Html Css Color HEX #7DF992 Light Green

📋 copy color: '#7DF992'

red 125 ◦ green 249 ◦ blue 146

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

Shades of Light Green #7DF992

Tints of Light Green #7DF992

RGB

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

 GREEN value IS 249 (97.66% from 255) = 47.88%

 BLUE value IS 146 (57.42% from 255) = 28.08%

R = 24.04%
G = 47.88%
B = 28.08%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#7DF992 (or 0x7DF992) is known color: Light Green. HEX triplet: 7D, F9 and 92. RGB value is (125,249,146). Sum of RGB (Red+Green+Blue) = 125+249+146=520 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.04% from 520); Green value is 249 (97.66% from 255 or 47.88% from 520); Blue value is 146 (57.42% from 255 or 28.08% from 520); Max value from RGB is 249 - color contains mainly: green. Hex color #7DF992 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DF992 is #82066D. Grayscale: #C8C8C8. Windows color (decimal): -8521326 or 9632125. OLE color: 9632125.

HSL color Cylindrical-coordinate representation of color #7DF992: hue angle of 130.16º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7DF992 is Cyan = 0.50, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB 125 249 146 -
CMYK 0.50 0 0.41 0.02
HSL 130.16º 0.91% 0.73% -
HSV(B) 130.16º 0.5% 0.98% -
XYZ 47.52 74.19 39.01 -
YUV 200.18 97.42 74.38 -
System Red Green Blue C M Y K H S L
Decimal 125 249 146 0.50 0 0.41 0.02 130.16 0.91 0.73
Hex 7D F9 92 32 0 29 2 82 5B 49
Octal 175 371 222 62 0 51 2 202 133 111
Binary 1111101 11111001 10010010 110010 0 101001 10 10000010 1011011 1001001

Color Harmonies of #7DF992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DF992

Black with #7DF992

Text Example


Text Example

White with #7DF992

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,249,146); }

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

background-color css

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

 a { background-color: rgb(125,249,146); }

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

border-color css

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

 span { border-color: rgb(125,249,146); }

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