Html Css Color HEX #B0F191 Madang

📋 copy color: '#B0F191'

red 176 ◦ green 241 ◦ blue 145

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

Shades of Madang #B0F191

Tints of Madang #B0F191

RGB

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

 GREEN value IS 241 (94.53% from 255) = 42.88%

 BLUE value IS 145 (57.03% from 255) = 25.8%

R = 31.32%
G = 42.88%
B = 25.8%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#B0F191 (or 0xB0F191) is known color: Madang. HEX triplet: B0, F1 and 91. RGB value is (176,241,145). Sum of RGB (Red+Green+Blue) = 176+241+145=562 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.32% from 562); Green value is 241 (94.53% from 255 or 42.88% from 562); Blue value is 145 (57.03% from 255 or 25.80% from 562); Max value from RGB is 241 - color contains mainly: green. Hex color #B0F191 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0F191 is #4F0E6E. Grayscale: #D2D2D2. Windows color (decimal): -5181039 or 9564592. OLE color: 9564592.

HSL color Cylindrical-coordinate representation of color #B0F191: hue angle of 100.62º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B0F191 is Cyan = 0.27, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB 176 241 145 -
CMYK 0.27 0 0.40 0.05
HSL 100.63º 0.77% 0.76% -
HSV(B) 100.63º 0.4% 0.95% -
XYZ 54.47 74.19 38.24 -
YUV 210.62 90.97 103.31 -
System Red Green Blue C M Y K H S L
Decimal 176 241 145 0.27 0 0.40 0.05 100.63 0.77 0.76
Hex B0 F1 91 1B 0 28 5 65 4D 4C
Octal 260 361 221 33 0 50 5 145 115 114
Binary 10110000 11110001 10010001 11011 0 101000 101 1100101 1001101 1001100

Color Harmonies of #B0F191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0F191

Black with #B0F191

Text Example


Text Example

White with #B0F191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0F191; }

 p { color: rgb(176,241,145); }

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

background-color css

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

 a { background-color: rgb(176,241,145); }

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

border-color css

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

 span { border-color: rgb(176,241,145); }

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