#7DF292

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

Shades of Light Green #7DF292

Tints of Light Green #7DF292

Color information

#7DF292 (or 0x7DF292) is unknown color: approx Light Green. HEX triplet: 7D, F2 and 92. RGB value is (125,242,146). Sum of RGB (Red+Green+Blue) = 125+242+146=513 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.37% from 513); Green value is 242 (94.92% from 255 or 47.17% from 513); Blue value is 146 (57.42% from 255 or 28.46% from 513); Max value from RGB is 242 - color contains mainly: green. Hex color #7DF292 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DF292 is #820D6D. Grayscale: #C4C4C4. Windows color (decimal): -8523118 or 9630333. OLE color: 9630333.

HSL color Cylindrical-coordinate representation of color #7DF292: hue angle of 130.77º 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 #7DF292 is Cyan = 0.48, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB125242146-
CMYK0.4800.400.05
HSL130.77º81.82%71.96%-
HSV(B)130.77º48.35%94.9%-
XYZ45.469.9438.3-
YUV196.0799.7477.31-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.37%
GREEN value IS 242 (94.92% from 255) = 47.17%
BLUE value IS 146 (57.42% from 255) = 28.46%
R=24.37%
G=47.17%
B=28.46%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1252421460.4800.400.05130.7781.8271.96
Hex7DF292300285835248
Octal175362222600505203122110
Binary1111101111100101001001011000001010001011000001110100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DF292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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