#7DF29A

Color #7DF29A Light Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Green #7DF29A

Tints of Light Green #7DF29A

Color information

#7DF29A (or 0x7DF29A) is unknown color: approx Light Green. HEX triplet: 7D, F2 and 9A. RGB value is (125,242,154). Sum of RGB (Red+Green+Blue) = 125+242+154=521 (69% of max value = 765). Red value is 125 (49.22% from 255 or 23.99% from 521); Green value is 242 (94.92% from 255 or 46.45% from 521); Blue value is 154 (60.55% from 255 or 29.56% from 521); Max value from RGB is 242 - color contains mainly: green. Hex color #7DF29A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DF29A is #820D65. Grayscale: #C5C5C5. Windows color (decimal): -8523110 or 10154621. OLE color: 10154621.

HSL color Cylindrical-coordinate representation of color #7DF29A: hue angle of 134.87º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7DF29A is Cyan = 0.48, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.05.

Color convert

RGB125242154-
CMYK0.4800.360.05
HSL134.87º81.82%71.96%-
HSV(B)134.87º48.35%94.9%-
XYZ46.0470.241.69-
YUV196.98103.7476.66-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.99%
GREEN value IS 242 (94.92% from 255) = 46.45%
BLUE value IS 154 (60.55% from 255) = 29.56%
R=23.99%
G=46.45%
B=29.56%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1252421540.4800.360.05134.8781.8271.96
Hex7DF29A300245875248
Octal175362232600445207122110
Binary1111101111100101001101011000001001001011000011110100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DF29A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,242,154); }

 H1.HeaderClassName
 {
   color: #7DF29A;
 }
 .AnyTagClassName
 {
   color: #7DF29A;
 }
</style>
background-color css

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

 a { background-color: rgb(125,242,154); }

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

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

 span { border-color: rgb(125,242,154); }

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