Shades of Sulu #BBF773
Tints of Sulu #BBF773
RGB
CMYK
RGB Variations
Color information
#BBF773 (or 0xBBF773) is known color: Sulu. HEX triplet: BB, F7 and 73. RGB value is (187,247,115). Sum of RGB (Red+Green+Blue) = 187+247+115=549 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.06% from 549); Green value is 247 (96.88% from 255 or 44.99% from 549); Blue value is 115 (45.31% from 255 or 20.95% from 549); Max value from RGB is 247 - color contains mainly: green. Hex color #BBF773 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF773 is #44088C. Grayscale: #D6D6D6. Windows color (decimal): -4458637 or 7600059. OLE color: 7600059.
HSL color Cylindrical-coordinate representation of color #BBF773: hue angle of 87.27º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BBF773 is Cyan = 0.24, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 187 | 247 | 115 | - |
| CMYK | 0.24 | 0 | 0.53 | 0.03 |
| HSL | 87.27º | 0.89% | 0.71% | - |
| HSV(B) | 87.27º | 0.53% | 0.97% | - |
| XYZ | 56.85 | 78.32 | 28.34 | - |
| YUV | 214.01 | 72.12 | 108.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 247 | 115 | 0.24 | 0 | 0.53 | 0.03 | 87.27 | 0.89 | 0.71 |
| Hex | BB | F7 | 73 | 18 | 0 | 35 | 3 | 57 | 59 | 47 |
| Octal | 273 | 367 | 163 | 30 | 0 | 65 | 3 | 127 | 131 | 107 |
| Binary | 10111011 | 11110111 | 1110011 | 11000 | 0 | 110101 | 11 | 1010111 | 1011001 | 1000111 |
Color Harmonies of #BBF773
Complementary color
Monochromatic Colors of #BBF773
Black with #BBF773
Text Example
Text Example
White with #BBF773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF773; }
p { color: rgb(187,247,115); }
H1.HeaderClassName
{
color: #BBF773;
}
.AnyTagClassName
{
color: #BBF773;
}
</style>
background-color css
<style>
a { background-color: #BBF773; }
a { background-color: rgb(187,247,115); }
div.DivClassName
{
background-color: #BBF773;
}
.BgClassName
{
background-color: #BBF773;
}
</style>
border-color css
<style>
span { border-color: #BBF773; }
span { border-color: rgb(187,247,115); }
td.TdClassName
{
border-color: #BBF773;
}
.TagClassName
{
border-color: #BBF773;
}
</style>