#95FFC7

Color #95FFC7 Magic Mint (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Magic Mint #95FFC7

Tints of Magic Mint #95FFC7

Color information

#95FFC7 (or 0x95FFC7) is unknown color: approx Magic Mint. HEX triplet: 95, FF and C7. RGB value is (149,255,199). Sum of RGB (Red+Green+Blue) = 149+255+199=603 (79% of max value = 765). Red value is 149 (58.59% from 255 or 24.71% from 603); Green value is 255 (100% from 255 or 42.29% from 603); Blue value is 199 (78.12% from 255 or 33.00% from 603); Max value from RGB is 255 - color contains mainly: green. Hex color #95FFC7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95FFC7 is #6A0038. Grayscale: #D9D9D9. Windows color (decimal): -6946873 or 13107093. OLE color: 13107093.

HSL color Cylindrical-coordinate representation of color #95FFC7: hue angle of 148.3º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #95FFC7 is Cyan = 0.42, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.

Color convert

RGB149255199-
CMYK0.4200.220
HSL148.3º100%79.22%-
HSV(B)148.3º41.57%100%-
XYZ58.4682.0366.79-
YUV216.92117.8879.55-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 24.71%
GREEN value IS 255 (100% from 255) = 42.29%
BLUE value IS 199 (78.12% from 255) = 33.00%
R=24.71%
G=42.29%
B=33.00%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1492551990.4200.220148.310079.22
Hex95FFC72A016094644f
Octal225377307520260224144117
Binary10010101111111111100011110101001011001001010011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95FFC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95FFC7; }

 p { color: rgb(149,255,199); }

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

<style>
 a { background-color: #95FFC7; }

 a { background-color: rgb(149,255,199); }

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

<style>
 span { border-color: #95FFC7; }

 span { border-color: rgb(149,255,199); }

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