#B0FF98

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

Shades of Mint Green #B0FF98

Tints of Mint Green #B0FF98

Color information

#B0FF98 (or 0xB0FF98) is unknown color: approx Mint Green. HEX triplet: B0, FF and 98. RGB value is (176,255,152). Sum of RGB (Red+Green+Blue) = 176+255+152=583 (77% of max value = 765). Red value is 176 (69.14% from 255 or 30.19% from 583); Green value is 255 (100% from 255 or 43.74% from 583); Blue value is 152 (59.77% from 255 or 26.07% from 583); Max value from RGB is 255 - color contains mainly: green. Hex color #B0FF98 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0FF98 is #4F0067. Grayscale: #DBDBDB. Windows color (decimal): -5177448 or 10026928. OLE color: 10026928.

HSL color Cylindrical-coordinate representation of color #B0FF98: hue angle of 106.02º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B0FF98 is Cyan = 0.31, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.

Color convert

RGB176255152-
CMYK0.3100.400
HSL106.02º100%79.8%-
HSV(B)106.02º40.39%100%-
XYZ59.3383.0242.6-
YUV219.6489.8396.88-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.19%
GREEN value IS 255 (100% from 255) = 43.74%
BLUE value IS 152 (59.77% from 255) = 26.07%
R=30.19%
G=43.74%
B=26.07%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1762551520.3100.400106.0210079.8
HexB0FF981F02806a6450
Octal260377230370500152144120
Binary1011000011111111100110001111101010000110101011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0FF98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0FF98; }

 p { color: rgb(176,255,152); }

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

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

 a { background-color: rgb(176,255,152); }

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

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

 span { border-color: rgb(176,255,152); }

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