Html Css Color HEX #B0FF8C Mint Green

📋 copy color: '#B0FF8C'

red 176 ◦ green 255 ◦ blue 140

#B0FF8C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mint Green #B0FF8C

Tints of Mint Green #B0FF8C

RGB

 RED value IS 176 (69.14% from 255) = 30.82%

 GREEN value IS 255 (100% from 255) = 44.66%

 BLUE value IS 140 (55.08% from 255) = 24.52%

R = 30.82%
G = 44.66%
B = 24.52%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.45

 K value IS 0

RGB Variations

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

Color information

#B0FF8C (or 0xB0FF8C) is known color: Mint Green. HEX triplet: B0, FF and 8C. RGB value is (176,255,140). Sum of RGB (Red+Green+Blue) = 176+255+140=571 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.82% from 571); Green value is 255 (100% from 255 or 44.66% from 571); Blue value is 140 (55.08% from 255 or 24.52% from 571); Max value from RGB is 255 - color contains mainly: green. Hex color #B0FF8C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0FF8C is #4F0073. Grayscale: #DADADA. Windows color (decimal): -5177460 or 9240496. OLE color: 9240496.

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

Color convert

RGB 176 255 140 -
CMYK 0.31 0 0.45 0
HSL 101.22º 1% 0.77% -
HSV(B) 101.22º 0.45% 1% -
XYZ 58.4 82.64 37.68 -
YUV 218.27 83.83 97.85 -
System Red Green Blue C M Y K H S L
Decimal 176 255 140 0.31 0 0.45 0 101.22 1 0.77
Hex B0 FF 8C 1F 0 2D 0 65 64 4D
Octal 260 377 214 37 0 55 0 145 144 115
Binary 10110000 11111111 10001100 11111 0 101101 0 1100101 1100100 1001101

Color Harmonies of #B0FF8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0FF8C

Black with #B0FF8C

Text Example


Text Example

White with #B0FF8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0FF8C; }

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

 H1.HeaderClassName
 {
   color: #B0FF8C;
 }
 .AnyTagClassName
 {
   color: #B0FF8C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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