Html Css Color HEX #B0FE94 Mint Green

📋 copy color: '#B0FE94'

red 176 ◦ green 254 ◦ blue 148

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

Shades of Mint Green #B0FE94

Tints of Mint Green #B0FE94

RGB

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

 GREEN value IS 254 (99.61% from 255) = 43.94%

 BLUE value IS 148 (58.2% from 255) = 25.61%

R = 30.45%
G = 43.94%
B = 25.61%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.42

 K value IS 0.00

RGB Variations

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

Color information

#B0FE94 (or 0xB0FE94) is known color: Mint Green. HEX triplet: B0, FE and 94. RGB value is (176,254,148). Sum of RGB (Red+Green+Blue) = 176+254+148=578 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.45% from 578); Green value is 254 (99.61% from 255 or 43.94% from 578); Blue value is 148 (58.20% from 255 or 25.61% from 578); Max value from RGB is 254 - color contains mainly: green. Hex color #B0FE94 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0FE94 is #4F016B. Grayscale: #DADADA. Windows color (decimal): -5177708 or 9764528. OLE color: 9764528.

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

Color convert

RGB 176 254 148 -
CMYK 0.31 0 0.42 0.00
HSL 104.15º 0.98% 0.79% -
HSV(B) 104.15º 0.42% 1% -
XYZ 58.69 82.25 40.8 -
YUV 218.59 88.16 97.62 -
System Red Green Blue C M Y K H S L
Decimal 176 254 148 0.31 0 0.42 0.00 104.15 0.98 0.79
Hex B0 FE 94 1F 0 2A 0 68 62 4F
Octal 260 376 224 37 0 52 0 150 142 117
Binary 10110000 11111110 10010100 11111 0 101010 0 1101000 1100010 1001111

Color Harmonies of #B0FE94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0FE94

Black with #B0FE94

Text Example


Text Example

White with #B0FE94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0FE94; }

 p { color: rgb(176,254,148); }

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

background-color css

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

 a { background-color: rgb(176,254,148); }

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

border-color css

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

 span { border-color: rgb(176,254,148); }

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