Shades of Sulu #BBF172
Tints of Sulu #BBF172
RGB
CMYK
RGB Variations
Color information
#BBF172 (or 0xBBF172) is known color: Sulu. HEX triplet: BB, F1 and 72. RGB value is (187,241,114). Sum of RGB (Red+Green+Blue) = 187+241+114=542 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.50% from 542); Green value is 241 (94.53% from 255 or 44.46% from 542); Blue value is 114 (44.92% from 255 or 21.03% from 542); Max value from RGB is 241 - color contains mainly: green. Hex color #BBF172 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF172 is #440E8D. Grayscale: #D2D2D2. Windows color (decimal): -4460174 or 7532987. OLE color: 7532987.
HSL color Cylindrical-coordinate representation of color #BBF172: hue angle of 85.51º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BBF172 is Cyan = 0.22, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 241 | 114 | - |
| CMYK | 0.22 | 0 | 0.53 | 0.05 |
| HSL | 85.51º | 0.82% | 0.7% | - |
| HSV(B) | 85.51º | 0.53% | 0.95% | - |
| XYZ | 54.99 | 74.69 | 27.44 | - |
| YUV | 210.38 | 73.61 | 111.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 241 | 114 | 0.22 | 0 | 0.53 | 0.05 | 85.51 | 0.82 | 0.7 |
| Hex | BB | F1 | 72 | 16 | 0 | 35 | 5 | 56 | 52 | 46 |
| Octal | 273 | 361 | 162 | 26 | 0 | 65 | 5 | 126 | 122 | 106 |
| Binary | 10111011 | 11110001 | 1110010 | 10110 | 0 | 110101 | 101 | 1010110 | 1010010 | 1000110 |
Color Harmonies of #BBF172
Complementary color
Monochromatic Colors of #BBF172
Black with #BBF172
Text Example
Text Example
White with #BBF172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF172; }
p { color: rgb(187,241,114); }
H1.HeaderClassName
{
color: #BBF172;
}
.AnyTagClassName
{
color: #BBF172;
}
</style>
background-color css
<style>
a { background-color: #BBF172; }
a { background-color: rgb(187,241,114); }
div.DivClassName
{
background-color: #BBF172;
}
.BgClassName
{
background-color: #BBF172;
}
</style>
border-color css
<style>
span { border-color: #BBF172; }
span { border-color: rgb(187,241,114); }
td.TdClassName
{
border-color: #BBF172;
}
.TagClassName
{
border-color: #BBF172;
}
</style>