#B5FFD9

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

Shades of Magic Mint #B5FFD9

Tints of Magic Mint #B5FFD9

Color information

#B5FFD9 (or 0xB5FFD9) is unknown color: approx Magic Mint. HEX triplet: B5, FF and D9. RGB value is (181,255,217). Sum of RGB (Red+Green+Blue) = 181+255+217=653 (86% of max value = 765). Red value is 181 (71.09% from 255 or 27.72% from 653); Green value is 255 (100% from 255 or 39.05% from 653); Blue value is 217 (85.16% from 255 or 33.23% from 653); Max value from RGB is 255 - color contains mainly: green. Hex color #B5FFD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5FFD9 is #4A0026. Grayscale: #E4E4E4. Windows color (decimal): -4849703 or 14286773. OLE color: 14286773.

HSL color Cylindrical-coordinate representation of color #B5FFD9: hue angle of 149.19º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B5FFD9 is Cyan = 0.29, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.

Color convert

RGB181255217-
CMYK0.2900.150
HSL149.19º100%85.49%-
HSV(B)149.19º29.02%100%-
XYZ67.3486.3578.76-
YUV228.54121.4894.09-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 27.72%
GREEN value IS 255 (100% from 255) = 39.05%
BLUE value IS 217 (85.16% from 255) = 33.23%
R=27.72%
G=39.05%
B=33.23%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1812552170.2900.150149.1910085.49
HexB5FFD91D0F0956455
Octal265377331350170225144125
Binary101101011111111111011001111010111101001010111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5FFD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5FFD9; }

 p { color: rgb(181,255,217); }

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

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

 a { background-color: rgb(181,255,217); }

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

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

 span { border-color: rgb(181,255,217); }

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