#7DFDA1

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

Shades of Mint Green #7DFDA1

Tints of Mint Green #7DFDA1

Color information

#7DFDA1 (or 0x7DFDA1) is unknown color: approx Mint Green. HEX triplet: 7D, FD and A1. RGB value is (125,253,161). Sum of RGB (Red+Green+Blue) = 125+253+161=539 (71% of max value = 765). Red value is 125 (49.22% from 255 or 23.19% from 539); Green value is 253 (99.22% from 255 or 46.94% from 539); Blue value is 161 (63.28% from 255 or 29.87% from 539); Max value from RGB is 253 - color contains mainly: green. Hex color #7DFDA1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DFDA1 is #82025E. Grayscale: #CCCCCC. Windows color (decimal): -8520287 or 10616189. OLE color: 10616189.

HSL color Cylindrical-coordinate representation of color #7DFDA1: hue angle of 136.88º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7DFDA1 is Cyan = 0.51, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.01.

Color convert

RGB125253161-
CMYK0.5100.360.01
HSL136.88º96.97%74.12%-
HSV(B)136.88º50.59%99.22%-
XYZ50.0277.1845.98-
YUV204.24103.5971.48-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.19%
GREEN value IS 253 (99.22% from 255) = 46.94%
BLUE value IS 161 (63.28% from 255) = 29.87%
R=23.19%
G=46.94%
B=29.87%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1252531610.5100.360.01136.8896.9774.12
Hex7DFDA133024189614a
Octal175375241630441211141112
Binary11111011111110110100001110011010010011000100111000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DFDA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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