#B0FD8C

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

Shades of Mint Green #B0FD8C

Tints of Mint Green #B0FD8C

Color information

#B0FD8C (or 0xB0FD8C) is unknown color: approx Mint Green. HEX triplet: B0, FD and 8C. RGB value is (176,253,140). Sum of RGB (Red+Green+Blue) = 176+253+140=569 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.93% from 569); Green value is 253 (99.22% from 255 or 44.46% from 569); Blue value is 140 (55.08% from 255 or 24.60% from 569); Max value from RGB is 253 - color contains mainly: green. Hex color #B0FD8C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0FD8C is #4F0273. Grayscale: #D9D9D9. Windows color (decimal): -5177972 or 9239984. OLE color: 9239984.

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

Color convert

RGB176253140-
CMYK0.3000.450.01
HSL100.88º96.58%77.06%-
HSV(B)100.88º44.66%99.22%-
XYZ57.7681.3737.47-
YUV217.184.4998.69-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.93%
GREEN value IS 253 (99.22% from 255) = 44.46%
BLUE value IS 140 (55.08% from 255) = 24.60%
R=30.93%
G=44.46%
B=24.60%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1762531400.3000.450.01100.8896.5877.06
HexB0FD8C1E02D165614d
Octal260375214360551145141115
Binary1011000011111101100011001111001011011110010111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0FD8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0FD8C; }

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

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

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

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

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

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

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

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