Html Css Color HEX #B0F296 Madang

📋 copy color: '#B0F296'

red 176 ◦ green 242 ◦ blue 150

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

Shades of Madang #B0F296

Tints of Madang #B0F296

RGB

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

 GREEN value IS 242 (94.92% from 255) = 42.61%

 BLUE value IS 150 (58.98% from 255) = 26.41%

R = 30.99%
G = 42.61%
B = 26.41%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#B0F296 (or 0xB0F296) is known color: Madang. HEX triplet: B0, F2 and 96. RGB value is (176,242,150). Sum of RGB (Red+Green+Blue) = 176+242+150=568 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.99% from 568); Green value is 242 (94.92% from 255 or 42.61% from 568); Blue value is 150 (58.98% from 255 or 26.41% from 568); Max value from RGB is 242 - color contains mainly: green. Hex color #B0F296 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0F296 is #4F0D69. Grayscale: #D4D4D4. Windows color (decimal): -5180778 or 9892528. OLE color: 9892528.

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

Color convert

RGB 176 242 150 -
CMYK 0.27 0 0.38 0.05
HSL 103.04º 0.78% 0.77% -
HSV(B) 103.04º 0.38% 0.95% -
XYZ 55.16 74.94 40.41 -
YUV 211.78 93.13 102.48 -
System Red Green Blue C M Y K H S L
Decimal 176 242 150 0.27 0 0.38 0.05 103.04 0.78 0.77
Hex B0 F2 96 1B 0 26 5 67 4E 4D
Octal 260 362 226 33 0 46 5 147 116 115
Binary 10110000 11110010 10010110 11011 0 100110 101 1100111 1001110 1001101

Color Harmonies of #B0F296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0F296

Black with #B0F296

Text Example


Text Example

White with #B0F296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0F296; }

 p { color: rgb(176,242,150); }

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

background-color css

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

 a { background-color: rgb(176,242,150); }

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

border-color css

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

 span { border-color: rgb(176,242,150); }

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