#7DF293

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

Shades of Light Green #7DF293

Tints of Light Green #7DF293

Color information

#7DF293 (or 0x7DF293) is unknown color: approx Light Green. HEX triplet: 7D, F2 and 93. RGB value is (125,242,147). Sum of RGB (Red+Green+Blue) = 125+242+147=514 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.32% from 514); Green value is 242 (94.92% from 255 or 47.08% from 514); Blue value is 147 (57.81% from 255 or 28.60% from 514); Max value from RGB is 242 - color contains mainly: green. Hex color #7DF293 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DF293 is #820D6C. Grayscale: #C4C4C4. Windows color (decimal): -8523117 or 9695869. OLE color: 9695869.

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

Color convert

RGB125242147-
CMYK0.4800.390.05
HSL131.28º81.82%71.96%-
HSV(B)131.28º48.35%94.9%-
XYZ45.4869.9738.71-
YUV196.19100.2477.22-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.32%
GREEN value IS 242 (94.92% from 255) = 47.08%
BLUE value IS 147 (57.81% from 255) = 28.60%
R=24.32%
G=47.08%
B=28.60%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1252421470.4800.390.05131.2881.8271.96
Hex7DF293300275835248
Octal175362223600475203122110
Binary1111101111100101001001111000001001111011000001110100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DF293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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