Shades of Sulu #B0F870
Tints of Sulu #B0F870
RGB
CMYK
RGB Variations
Color information
#B0F870 (or 0xB0F870) is known color: Sulu. HEX triplet: B0, F8 and 70. RGB value is (176,248,112). Sum of RGB (Red+Green+Blue) = 176+248+112=536 (70% of max value = 765). Red value is 176 (69.14% from 255 or 32.84% from 536); Green value is 248 (97.27% from 255 or 46.27% from 536); Blue value is 112 (44.14% from 255 or 20.90% from 536); Max value from RGB is 248 - color contains mainly: green. Hex color #B0F870 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0F870 is #4F078F. Grayscale: #D3D3D3. Windows color (decimal): -5179280 or 7403696. OLE color: 7403696.
HSL color Cylindrical-coordinate representation of color #B0F870: hue angle of 91.76º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B0F870 is Cyan = 0.29, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 176 | 248 | 112 | - |
| CMYK | 0.29 | 0 | 0.55 | 0.03 |
| HSL | 91.76º | 0.91% | 0.71% | - |
| HSV(B) | 91.76º | 0.55% | 0.97% | - |
| XYZ | 54.4 | 77.53 | 27.43 | - |
| YUV | 210.97 | 72.15 | 103.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 248 | 112 | 0.29 | 0 | 0.55 | 0.03 | 91.76 | 0.91 | 0.71 |
| Hex | B0 | F8 | 70 | 1D | 0 | 37 | 3 | 5C | 5B | 47 |
| Octal | 260 | 370 | 160 | 35 | 0 | 67 | 3 | 134 | 133 | 107 |
| Binary | 10110000 | 11111000 | 1110000 | 11101 | 0 | 110111 | 11 | 1011100 | 1011011 | 1000111 |
Color Harmonies of #B0F870
Complementary color
Monochromatic Colors of #B0F870
Black with #B0F870
Text Example
Text Example
White with #B0F870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F870; }
p { color: rgb(176,248,112); }
H1.HeaderClassName
{
color: #B0F870;
}
.AnyTagClassName
{
color: #B0F870;
}
</style>
background-color css
<style>
a { background-color: #B0F870; }
a { background-color: rgb(176,248,112); }
div.DivClassName
{
background-color: #B0F870;
}
.BgClassName
{
background-color: #B0F870;
}
</style>
border-color css
<style>
span { border-color: #B0F870; }
span { border-color: rgb(176,248,112); }
td.TdClassName
{
border-color: #B0F870;
}
.TagClassName
{
border-color: #B0F870;
}
</style>