#B5FED1

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

Shades of Magic Mint #B5FED1

Tints of Magic Mint #B5FED1

Color information

#B5FED1 (or 0xB5FED1) is unknown color: approx Magic Mint. HEX triplet: B5, FE and D1. RGB value is (181,254,209). Sum of RGB (Red+Green+Blue) = 181+254+209=644 (85% of max value = 765). Red value is 181 (71.09% from 255 or 28.11% from 644); Green value is 254 (99.61% from 255 or 39.44% from 644); Blue value is 209 (82.03% from 255 or 32.45% from 644); Max value from RGB is 254 - color contains mainly: green. Hex color #B5FED1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5FED1 is #4A012E. Grayscale: #E3E3E3. Windows color (decimal): -4849967 or 13762229. OLE color: 13762229.

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

Color convert

RGB181254209-
CMYK0.2900.180.00
HSL143.01º97.33%85.29%-
HSV(B)143.01º28.74%99.61%-
XYZ66.0185.3173.31-
YUV227.04117.8295.16-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 28.11%
GREEN value IS 254 (99.61% from 255) = 39.44%
BLUE value IS 209 (82.03% from 255) = 32.45%
R=28.11%
G=39.44%
B=32.45%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1812542090.2900.180.00143.0197.3385.29
HexB5FED11D01208f6155
Octal265376321350220217141125
Binary1011010111111110110100011110101001001000111111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5FED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5FED1; }

 p { color: rgb(181,254,209); }

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

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

 a { background-color: rgb(181,254,209); }

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

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

 span { border-color: rgb(181,254,209); }

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