Shades of Sulu #B3FF73
Tints of Sulu #B3FF73
RGB
CMYK
RGB Variations
Color information
#B3FF73 (or 0xB3FF73) is known color: Sulu. HEX triplet: B3, FF and 73. RGB value is (179,255,115). Sum of RGB (Red+Green+Blue) = 179+255+115=549 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.60% from 549); Green value is 255 (100% from 255 or 46.45% from 549); Blue value is 115 (45.31% from 255 or 20.95% from 549); Max value from RGB is 255 - color contains mainly: green. Hex color #B3FF73 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B3FF73 is #4C008C. Grayscale: #D8D8D8. Windows color (decimal): -4980877 or 7602099. OLE color: 7602099.
HSL color Cylindrical-coordinate representation of color #B3FF73: hue angle of 92.57º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B3FF73 is Cyan = 0.30, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 179 | 255 | 115 | - |
| CMYK | 0.30 | 0 | 0.55 | 0 |
| HSL | 92.57º | 1% | 0.73% | - |
| HSV(B) | 92.57º | 0.55% | 1% | - |
| XYZ | 57.44 | 82.34 | 29.09 | - |
| YUV | 216.32 | 70.82 | 101.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 255 | 115 | 0.30 | 0 | 0.55 | 0 | 92.57 | 1 | 0.73 |
| Hex | B3 | FF | 73 | 1E | 0 | 37 | 0 | 5D | 64 | 49 |
| Octal | 263 | 377 | 163 | 36 | 0 | 67 | 0 | 135 | 144 | 111 |
| Binary | 10110011 | 11111111 | 1110011 | 11110 | 0 | 110111 | 0 | 1011101 | 1100100 | 1001001 |
Color Harmonies of #B3FF73
Complementary color
Monochromatic Colors of #B3FF73
Black with #B3FF73
Text Example
Text Example
White with #B3FF73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3FF73; }
p { color: rgb(179,255,115); }
H1.HeaderClassName
{
color: #B3FF73;
}
.AnyTagClassName
{
color: #B3FF73;
}
</style>
background-color css
<style>
a { background-color: #B3FF73; }
a { background-color: rgb(179,255,115); }
div.DivClassName
{
background-color: #B3FF73;
}
.BgClassName
{
background-color: #B3FF73;
}
</style>
border-color css
<style>
span { border-color: #B3FF73; }
span { border-color: rgb(179,255,115); }
td.TdClassName
{
border-color: #B3FF73;
}
.TagClassName
{
border-color: #B3FF73;
}
</style>