Shades of Sulu #B0FE70
Tints of Sulu #B0FE70
RGB
CMYK
RGB Variations
Color information
#B0FE70 (or 0xB0FE70) is known color: Sulu. HEX triplet: B0, FE and 70. RGB value is (176,254,112). Sum of RGB (Red+Green+Blue) = 176+254+112=542 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.47% from 542); Green value is 254 (99.61% from 255 or 46.86% from 542); Blue value is 112 (44.14% from 255 or 20.66% from 542); Max value from RGB is 254 - color contains mainly: green. Hex color #B0FE70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0FE70 is #4F018F. Grayscale: #D6D6D6. Windows color (decimal): -5177744 or 7405232. OLE color: 7405232.
HSL color Cylindrical-coordinate representation of color #B0FE70: hue angle of 92.96º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B0FE70 is Cyan = 0.31, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 176 | 254 | 112 | - |
| CMYK | 0.31 | 0 | 0.56 | 0.00 |
| HSL | 92.96º | 0.99% | 0.72% | - |
| HSV(B) | 92.96º | 0.56% | 1% | - |
| XYZ | 56.27 | 81.28 | 28.05 | - |
| YUV | 214.49 | 70.16 | 100.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 254 | 112 | 0.31 | 0 | 0.56 | 0.00 | 92.96 | 0.99 | 0.72 |
| Hex | B0 | FE | 70 | 1F | 0 | 38 | 0 | 5D | 63 | 48 |
| Octal | 260 | 376 | 160 | 37 | 0 | 70 | 0 | 135 | 143 | 110 |
| Binary | 10110000 | 11111110 | 1110000 | 11111 | 0 | 111000 | 0 | 1011101 | 1100011 | 1001000 |
Color Harmonies of #B0FE70
Complementary color
Monochromatic Colors of #B0FE70
Black with #B0FE70
Text Example
Text Example
White with #B0FE70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FE70; }
p { color: rgb(176,254,112); }
H1.HeaderClassName
{
color: #B0FE70;
}
.AnyTagClassName
{
color: #B0FE70;
}
</style>
background-color css
<style>
a { background-color: #B0FE70; }
a { background-color: rgb(176,254,112); }
div.DivClassName
{
background-color: #B0FE70;
}
.BgClassName
{
background-color: #B0FE70;
}
</style>
border-color css
<style>
span { border-color: #B0FE70; }
span { border-color: rgb(176,254,112); }
td.TdClassName
{
border-color: #B0FE70;
}
.TagClassName
{
border-color: #B0FE70;
}
</style>