Shades of Sulu #B0F473
Tints of Sulu #B0F473
RGB
CMYK
RGB Variations
Color information
#B0F473 (or 0xB0F473) is known color: Sulu. HEX triplet: B0, F4 and 73. RGB value is (176,244,115). Sum of RGB (Red+Green+Blue) = 176+244+115=535 (70% of max value = 765). Red value is 176 (69.14% from 255 or 32.90% from 535); Green value is 244 (95.70% from 255 or 45.61% from 535); Blue value is 115 (45.31% from 255 or 21.50% from 535); Max value from RGB is 244 - color contains mainly: green. Hex color #B0F473 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0F473 is #4F0B8C. Grayscale: #D1D1D1. Windows color (decimal): -5180301 or 7599280. OLE color: 7599280.
HSL color Cylindrical-coordinate representation of color #B0F473: hue angle of 91.63º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B0F473 is Cyan = 0.28, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 176 | 244 | 115 | - |
| CMYK | 0.28 | 0 | 0.53 | 0.04 |
| HSL | 91.63º | 0.85% | 0.7% | - |
| HSV(B) | 91.63º | 0.53% | 0.96% | - |
| XYZ | 53.35 | 75.17 | 27.92 | - |
| YUV | 208.96 | 74.97 | 104.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 244 | 115 | 0.28 | 0 | 0.53 | 0.04 | 91.63 | 0.85 | 0.7 |
| Hex | B0 | F4 | 73 | 1C | 0 | 35 | 4 | 5C | 55 | 46 |
| Octal | 260 | 364 | 163 | 34 | 0 | 65 | 4 | 134 | 125 | 106 |
| Binary | 10110000 | 11110100 | 1110011 | 11100 | 0 | 110101 | 100 | 1011100 | 1010101 | 1000110 |
Color Harmonies of #B0F473
Complementary color
Monochromatic Colors of #B0F473
Black with #B0F473
Text Example
Text Example
White with #B0F473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F473; }
p { color: rgb(176,244,115); }
H1.HeaderClassName
{
color: #B0F473;
}
.AnyTagClassName
{
color: #B0F473;
}
</style>
background-color css
<style>
a { background-color: #B0F473; }
a { background-color: rgb(176,244,115); }
div.DivClassName
{
background-color: #B0F473;
}
.BgClassName
{
background-color: #B0F473;
}
</style>
border-color css
<style>
span { border-color: #B0F473; }
span { border-color: rgb(176,244,115); }
td.TdClassName
{
border-color: #B0F473;
}
.TagClassName
{
border-color: #B0F473;
}
</style>