Shades of Sulu #B7FF70
Tints of Sulu #B7FF70
RGB
CMYK
RGB Variations
Color information
#B7FF70 (or 0xB7FF70) is known color: Sulu. HEX triplet: B7, FF and 70. RGB value is (183,255,112). Sum of RGB (Red+Green+Blue) = 183+255+112=550 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.27% from 550); Green value is 255 (100% from 255 or 46.36% from 550); Blue value is 112 (44.14% from 255 or 20.36% from 550); Max value from RGB is 255 - color contains mainly: green. Hex color #B7FF70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B7FF70 is #48008F. Grayscale: #D9D9D9. Windows color (decimal): -4718736 or 7405495. OLE color: 7405495.
HSL color Cylindrical-coordinate representation of color #B7FF70: hue angle of 90.21º 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 #B7FF70 is Cyan = 0.28, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 183 | 255 | 112 | - |
| CMYK | 0.28 | 0 | 0.56 | 0 |
| HSL | 90.21º | 1% | 0.72% | - |
| HSV(B) | 90.21º | 0.56% | 1% | - |
| XYZ | 58.21 | 82.76 | 28.23 | - |
| YUV | 217.17 | 68.65 | 103.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 255 | 112 | 0.28 | 0 | 0.56 | 0 | 90.21 | 1 | 0.72 |
| Hex | B7 | FF | 70 | 1C | 0 | 38 | 0 | 5A | 64 | 48 |
| Octal | 267 | 377 | 160 | 34 | 0 | 70 | 0 | 132 | 144 | 110 |
| Binary | 10110111 | 11111111 | 1110000 | 11100 | 0 | 111000 | 0 | 1011010 | 1100100 | 1001000 |
Color Harmonies of #B7FF70
Complementary color
Monochromatic Colors of #B7FF70
Black with #B7FF70
Text Example
Text Example
White with #B7FF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7FF70; }
p { color: rgb(183,255,112); }
H1.HeaderClassName
{
color: #B7FF70;
}
.AnyTagClassName
{
color: #B7FF70;
}
</style>
background-color css
<style>
a { background-color: #B7FF70; }
a { background-color: rgb(183,255,112); }
div.DivClassName
{
background-color: #B7FF70;
}
.BgClassName
{
background-color: #B7FF70;
}
</style>
border-color css
<style>
span { border-color: #B7FF70; }
span { border-color: rgb(183,255,112); }
td.TdClassName
{
border-color: #B7FF70;
}
.TagClassName
{
border-color: #B7FF70;
}
</style>