#B0FD8E

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

Shades of Mint Green #B0FD8E

Tints of Mint Green #B0FD8E

Color information

#B0FD8E (or 0xB0FD8E) is unknown color: approx Mint Green. HEX triplet: B0, FD and 8E. RGB value is (176,253,142). Sum of RGB (Red+Green+Blue) = 176+253+142=571 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.82% from 571); Green value is 253 (99.22% from 255 or 44.31% from 571); Blue value is 142 (55.86% from 255 or 24.87% from 571); Max value from RGB is 253 - color contains mainly: green. Hex color #B0FD8E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0FD8E is #4F0271. Grayscale: #D9D9D9. Windows color (decimal): -5177970 or 9371056. OLE color: 9371056.

HSL color Cylindrical-coordinate representation of color #B0FD8E: hue angle of 101.62º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B0FD8E is Cyan = 0.30, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.01.

Color convert

RGB176253142-
CMYK0.3000.440.01
HSL101.62º96.52%77.45%-
HSV(B)101.62º43.87%99.22%-
XYZ57.9181.4338.26-
YUV217.3285.4998.53-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.82%
GREEN value IS 253 (99.22% from 255) = 44.31%
BLUE value IS 142 (55.86% from 255) = 24.87%
R=30.82%
G=44.31%
B=24.87%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1762531420.3000.440.01101.6296.5277.45
HexB0FD8E1E02C166614d
Octal260375216360541146141115
Binary1011000011111101100011101111001011001110011011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0FD8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0FD8E; }

 p { color: rgb(176,253,142); }

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

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

 a { background-color: rgb(176,253,142); }

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

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

 span { border-color: rgb(176,253,142); }

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