Shades of Sulu #B3FF71
Tints of Sulu #B3FF71
RGB
CMYK
RGB Variations
Color information
#B3FF71 (or 0xB3FF71) is known color: Sulu. HEX triplet: B3, FF and 71. RGB value is (179,255,113). Sum of RGB (Red+Green+Blue) = 179+255+113=547 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.72% from 547); Green value is 255 (100% from 255 or 46.62% from 547); Blue value is 113 (44.53% from 255 or 20.66% from 547); Max value from RGB is 255 - color contains mainly: green. Hex color #B3FF71 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B3FF71 is #4C008E. Grayscale: #D8D8D8. Windows color (decimal): -4980879 or 7471027. OLE color: 7471027.
HSL color Cylindrical-coordinate representation of color #B3FF71: hue angle of 92.11º 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 #B3FF71 is Cyan = 0.30, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 179 | 255 | 113 | - |
| CMYK | 0.30 | 0 | 0.56 | 0 |
| HSL | 92.11º | 1% | 0.72% | - |
| HSV(B) | 92.11º | 0.56% | 1% | - |
| XYZ | 57.33 | 82.3 | 28.49 | - |
| YUV | 216.09 | 69.82 | 101.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 255 | 113 | 0.30 | 0 | 0.56 | 0 | 92.11 | 1 | 0.72 |
| Hex | B3 | FF | 71 | 1E | 0 | 38 | 0 | 5C | 64 | 48 |
| Octal | 263 | 377 | 161 | 36 | 0 | 70 | 0 | 134 | 144 | 110 |
| Binary | 10110011 | 11111111 | 1110001 | 11110 | 0 | 111000 | 0 | 1011100 | 1100100 | 1001000 |
Color Harmonies of #B3FF71
Complementary color
Monochromatic Colors of #B3FF71
Black with #B3FF71
Text Example
Text Example
White with #B3FF71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3FF71; }
p { color: rgb(179,255,113); }
H1.HeaderClassName
{
color: #B3FF71;
}
.AnyTagClassName
{
color: #B3FF71;
}
</style>
background-color css
<style>
a { background-color: #B3FF71; }
a { background-color: rgb(179,255,113); }
div.DivClassName
{
background-color: #B3FF71;
}
.BgClassName
{
background-color: #B3FF71;
}
</style>
border-color css
<style>
span { border-color: #B3FF71; }
span { border-color: rgb(179,255,113); }
td.TdClassName
{
border-color: #B3FF71;
}
.TagClassName
{
border-color: #B3FF71;
}
</style>