#7DFEA1

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

Shades of Mint Green #7DFEA1

Tints of Mint Green #7DFEA1

Color information

#7DFEA1 (or 0x7DFEA1) is unknown color: approx Mint Green. HEX triplet: 7D, FE and A1. RGB value is (125,254,161). Sum of RGB (Red+Green+Blue) = 125+254+161=540 (71% of max value = 765). Red value is 125 (49.22% from 255 or 23.15% from 540); Green value is 254 (99.61% from 255 or 47.04% from 540); Blue value is 161 (63.28% from 255 or 29.81% from 540); Max value from RGB is 254 - color contains mainly: green. Hex color #7DFEA1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DFEA1 is #82015E. Grayscale: #CDCDCD. Windows color (decimal): -8520031 or 10616445. OLE color: 10616445.

HSL color Cylindrical-coordinate representation of color #7DFEA1: hue angle of 136.74º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7DFEA1 is Cyan = 0.51, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.00.

Color convert

RGB125254161-
CMYK0.5100.370.00
HSL136.74º98.47%74.31%-
HSV(B)136.74º50.79%99.61%-
XYZ50.3377.8246.09-
YUV204.83103.2671.06-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.15%
GREEN value IS 254 (99.61% from 255) = 47.04%
BLUE value IS 161 (63.28% from 255) = 29.81%
R=23.15%
G=47.04%
B=29.81%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1252541610.5100.370.00136.7498.4774.31
Hex7DFEA133025089624a
Octal175376241630450211142112
Binary11111011111111010100001110011010010101000100111000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DFEA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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