#95FEBF

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

Shades of Magic Mint #95FEBF

Tints of Magic Mint #95FEBF

Color information

#95FEBF (or 0x95FEBF) is unknown color: approx Magic Mint. HEX triplet: 95, FE and BF. RGB value is (149,254,191). Sum of RGB (Red+Green+Blue) = 149+254+191=594 (78% of max value = 765). Red value is 149 (58.59% from 255 or 25.08% from 594); Green value is 254 (99.61% from 255 or 42.76% from 594); Blue value is 191 (75% from 255 or 32.15% from 594); Max value from RGB is 254 - color contains mainly: green. Hex color #95FEBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95FEBF is #6A0140. Grayscale: #D7D7D7. Windows color (decimal): -6947137 or 12582549. OLE color: 12582549.

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

Color convert

RGB149254191-
CMYK0.4100.250.00
HSL144º98.13%79.02%-
HSV(B)144º41.34%99.61%-
XYZ57.2481.0361.91-
YUV215.42114.2180.62-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 25.08%
GREEN value IS 254 (99.61% from 255) = 42.76%
BLUE value IS 191 (75% from 255) = 32.15%
R=25.08%
G=42.76%
B=32.15%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1492541910.4100.250.0014498.1379.02
Hex95FEBF29019090624f
Octal225376277510310220142117
Binary10010101111111101011111110100101100101001000011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95FEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,254,191); }

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

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

 a { background-color: rgb(149,254,191); }

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

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

 span { border-color: rgb(149,254,191); }

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