#B0FC93

Color #B0FC93 Madang (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Madang #B0FC93

Tints of Madang #B0FC93

Color information

#B0FC93 (or 0xB0FC93) is unknown color: approx Madang. HEX triplet: B0, FC and 93. RGB value is (176,252,147). Sum of RGB (Red+Green+Blue) = 176+252+147=575 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.61% from 575); Green value is 252 (98.83% from 255 or 43.83% from 575); Blue value is 147 (57.81% from 255 or 25.57% from 575); Max value from RGB is 252 - color contains mainly: green. Hex color #B0FC93 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0FC93 is #4F036C. Grayscale: #D9D9D9. Windows color (decimal): -5178221 or 9698480. OLE color: 9698480.

HSL color Cylindrical-coordinate representation of color #B0FC93: hue angle of 103.43º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B0FC93 is Cyan = 0.30, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.01.

Color convert

RGB176252147-
CMYK0.3000.420.01
HSL103.43º94.59%78.24%-
HSV(B)103.43º41.67%98.82%-
XYZ57.9880.9640.17-
YUV217.3188.3298.54-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.61%
GREEN value IS 252 (98.83% from 255) = 43.83%
BLUE value IS 147 (57.81% from 255) = 25.57%
R=30.61%
G=43.83%
B=25.57%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1762521470.3000.420.01103.4394.5978.24
HexB0FC931E02A1675f4e
Octal260374223360521147137116
Binary1011000011111100100100111111001010101110011110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0FC93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0FC93; }

 p { color: rgb(176,252,147); }

 H1.HeaderClassName
 {
   color: #B0FC93;
 }
 .AnyTagClassName
 {
   color: #B0FC93;
 }
</style>
background-color css

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

 a { background-color: rgb(176,252,147); }

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

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

 span { border-color: rgb(176,252,147); }

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