Html Css Color HEX #B0FD8C Mint Green

📋 copy color: '#B0FD8C'

red 176 ◦ green 253 ◦ blue 140

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

Shades of Mint Green #B0FD8C

Tints of Mint Green #B0FD8C

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.6%

R = 30.93%
G = 44.46%
B = 24.6%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#B0FD8C (or 0xB0FD8C) is known color: 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

RGB 176 253 140 -
CMYK 0.30 0 0.45 0.01
HSL 100.89º 0.97% 0.77% -
HSV(B) 100.89º 0.45% 0.99% -
XYZ 57.76 81.37 37.47 -
YUV 217.1 84.49 98.69 -
System Red Green Blue C M Y K H S L
Decimal 176 253 140 0.30 0 0.45 0.01 100.89 0.97 0.77
Hex B0 FD 8C 1E 0 2D 1 65 61 4D
Octal 260 375 214 36 0 55 1 145 141 115
Binary 10110000 11111101 10001100 11110 0 101101 1 1100101 1100001 1001101

Color Harmonies of #B0FD8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0FD8C

Black with #B0FD8C

Text Example


Text Example

White with #B0FD8C

Text Example


Text Example

HTML Codes & Css Web 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>