Shades of Sulu #B3FF70
Tints of Sulu #B3FF70
RGB
CMYK
RGB Variations
Color information
#B3FF70 (or 0xB3FF70) is known color: Sulu. HEX triplet: B3, FF and 70. RGB value is (179,255,112). Sum of RGB (Red+Green+Blue) = 179+255+112=546 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.78% from 546); Green value is 255 (100% from 255 or 46.70% from 546); Blue value is 112 (44.14% from 255 or 20.51% from 546); Max value from RGB is 255 - color contains mainly: green. Hex color #B3FF70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B3FF70 is #4C008F. Grayscale: #D8D8D8. Windows color (decimal): -4980880 or 7405491. OLE color: 7405491.
HSL color Cylindrical-coordinate representation of color #B3FF70: hue angle of 91.89º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B3FF70 is Cyan = 0.30, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 179 | 255 | 112 | - |
| CMYK | 0.30 | 0 | 0.56 | 0 |
| HSL | 91.89º | 1% | 0.72% | - |
| HSV(B) | 91.89º | 0.56% | 1% | - |
| XYZ | 57.28 | 82.27 | 28.19 | - |
| YUV | 215.97 | 69.32 | 101.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 255 | 112 | 0.30 | 0 | 0.56 | 0 | 91.89 | 1 | 0.72 |
| Hex | B3 | FF | 70 | 1E | 0 | 38 | 0 | 5C | 64 | 48 |
| Octal | 263 | 377 | 160 | 36 | 0 | 70 | 0 | 134 | 144 | 110 |
| Binary | 10110011 | 11111111 | 1110000 | 11110 | 0 | 111000 | 0 | 1011100 | 1100100 | 1001000 |
Color Harmonies of #B3FF70
Complementary color
Monochromatic Colors of #B3FF70
Black with #B3FF70
Text Example
Text Example
White with #B3FF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3FF70; }
p { color: rgb(179,255,112); }
H1.HeaderClassName
{
color: #B3FF70;
}
.AnyTagClassName
{
color: #B3FF70;
}
</style>
background-color css
<style>
a { background-color: #B3FF70; }
a { background-color: rgb(179,255,112); }
div.DivClassName
{
background-color: #B3FF70;
}
.BgClassName
{
background-color: #B3FF70;
}
</style>
border-color css
<style>
span { border-color: #B3FF70; }
span { border-color: rgb(179,255,112); }
td.TdClassName
{
border-color: #B3FF70;
}
.TagClassName
{
border-color: #B3FF70;
}
</style>