Shades of Sulu #B0FA73
Tints of Sulu #B0FA73
RGB
CMYK
RGB Variations
Color information
#B0FA73 (or 0xB0FA73) is known color: Sulu. HEX triplet: B0, FA and 73. RGB value is (176,250,115). Sum of RGB (Red+Green+Blue) = 176+250+115=541 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.53% from 541); Green value is 250 (98.05% from 255 or 46.21% from 541); Blue value is 115 (45.31% from 255 or 21.26% from 541); Max value from RGB is 250 - color contains mainly: green. Hex color #B0FA73 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0FA73 is #4F058C. Grayscale: #D4D4D4. Windows color (decimal): -5178765 or 7600816. OLE color: 7600816.
HSL color Cylindrical-coordinate representation of color #B0FA73: hue angle of 92.89º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B0FA73 is Cyan = 0.30, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 176 | 250 | 115 | - |
| CMYK | 0.30 | 0 | 0.54 | 0.02 |
| HSL | 92.89º | 0.93% | 0.72% | - |
| HSV(B) | 92.89º | 0.54% | 0.98% | - |
| XYZ | 55.18 | 78.84 | 28.53 | - |
| YUV | 212.48 | 72.98 | 101.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 250 | 115 | 0.30 | 0 | 0.54 | 0.02 | 92.89 | 0.93 | 0.72 |
| Hex | B0 | FA | 73 | 1E | 0 | 36 | 2 | 5D | 5D | 48 |
| Octal | 260 | 372 | 163 | 36 | 0 | 66 | 2 | 135 | 135 | 110 |
| Binary | 10110000 | 11111010 | 1110011 | 11110 | 0 | 110110 | 10 | 1011101 | 1011101 | 1001000 |
Color Harmonies of #B0FA73
Complementary color
Monochromatic Colors of #B0FA73
Black with #B0FA73
Text Example
Text Example
White with #B0FA73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FA73; }
p { color: rgb(176,250,115); }
H1.HeaderClassName
{
color: #B0FA73;
}
.AnyTagClassName
{
color: #B0FA73;
}
</style>
background-color css
<style>
a { background-color: #B0FA73; }
a { background-color: rgb(176,250,115); }
div.DivClassName
{
background-color: #B0FA73;
}
.BgClassName
{
background-color: #B0FA73;
}
</style>
border-color css
<style>
span { border-color: #B0FA73; }
span { border-color: rgb(176,250,115); }
td.TdClassName
{
border-color: #B0FA73;
}
.TagClassName
{
border-color: #B0FA73;
}
</style>