Shades of Sulu #B0F070
Tints of Sulu #B0F070
RGB
CMYK
RGB Variations
Color information
#B0F070 (or 0xB0F070) is known color: Sulu. HEX triplet: B0, F0 and 70. RGB value is (176,240,112). Sum of RGB (Red+Green+Blue) = 176+240+112=528 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.33% from 528); Green value is 240 (94.14% from 255 or 45.45% from 528); Blue value is 112 (44.14% from 255 or 21.21% from 528); Max value from RGB is 240 - color contains mainly: green. Hex color #B0F070 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0F070 is #4F0F8F. Grayscale: #CECECE. Windows color (decimal): -5181328 or 7401648. OLE color: 7401648.
HSL color Cylindrical-coordinate representation of color #B0F070: hue angle of 90º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B0F070 is Cyan = 0.27, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 176 | 240 | 112 | - |
| CMYK | 0.27 | 0 | 0.53 | 0.06 |
| HSL | 90º | 0.81% | 0.69% | - |
| HSV(B) | 90º | 0.53% | 0.94% | - |
| XYZ | 51.99 | 72.72 | 26.63 | - |
| YUV | 206.27 | 74.8 | 106.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 240 | 112 | 0.27 | 0 | 0.53 | 0.06 | 90 | 0.81 | 0.69 |
| Hex | B0 | F0 | 70 | 1B | 0 | 35 | 6 | 5A | 51 | 45 |
| Octal | 260 | 360 | 160 | 33 | 0 | 65 | 6 | 132 | 121 | 105 |
| Binary | 10110000 | 11110000 | 1110000 | 11011 | 0 | 110101 | 110 | 1011010 | 1010001 | 1000101 |
Color Harmonies of #B0F070
Complementary color
Monochromatic Colors of #B0F070
Black with #B0F070
Text Example
Text Example
White with #B0F070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F070; }
p { color: rgb(176,240,112); }
H1.HeaderClassName
{
color: #B0F070;
}
.AnyTagClassName
{
color: #B0F070;
}
</style>
background-color css
<style>
a { background-color: #B0F070; }
a { background-color: rgb(176,240,112); }
div.DivClassName
{
background-color: #B0F070;
}
.BgClassName
{
background-color: #B0F070;
}
</style>
border-color css
<style>
span { border-color: #B0F070; }
span { border-color: rgb(176,240,112); }
td.TdClassName
{
border-color: #B0F070;
}
.TagClassName
{
border-color: #B0F070;
}
</style>