Shades of Sulu #BBF171
Tints of Sulu #BBF171
RGB
CMYK
RGB Variations
Color information
#BBF171 (or 0xBBF171) is known color: Sulu. HEX triplet: BB, F1 and 71. RGB value is (187,241,113). Sum of RGB (Red+Green+Blue) = 187+241+113=541 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.57% from 541); Green value is 241 (94.53% from 255 or 44.55% from 541); Blue value is 113 (44.53% from 255 or 20.89% from 541); Max value from RGB is 241 - color contains mainly: green. Hex color #BBF171 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF171 is #440E8E. Grayscale: #D2D2D2. Windows color (decimal): -4460175 or 7467451. OLE color: 7467451.
HSL color Cylindrical-coordinate representation of color #BBF171: hue angle of 85.31º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BBF171 is Cyan = 0.22, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 241 | 113 | - |
| CMYK | 0.22 | 0 | 0.53 | 0.05 |
| HSL | 85.31º | 0.82% | 0.69% | - |
| HSV(B) | 85.31º | 0.53% | 0.95% | - |
| XYZ | 54.93 | 74.67 | 27.14 | - |
| YUV | 210.26 | 73.11 | 111.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 241 | 113 | 0.22 | 0 | 0.53 | 0.05 | 85.31 | 0.82 | 0.69 |
| Hex | BB | F1 | 71 | 16 | 0 | 35 | 5 | 55 | 52 | 45 |
| Octal | 273 | 361 | 161 | 26 | 0 | 65 | 5 | 125 | 122 | 105 |
| Binary | 10111011 | 11110001 | 1110001 | 10110 | 0 | 110101 | 101 | 1010101 | 1010010 | 1000101 |
Color Harmonies of #BBF171
Complementary color
Monochromatic Colors of #BBF171
Black with #BBF171
Text Example
Text Example
White with #BBF171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF171; }
p { color: rgb(187,241,113); }
H1.HeaderClassName
{
color: #BBF171;
}
.AnyTagClassName
{
color: #BBF171;
}
</style>
background-color css
<style>
a { background-color: #BBF171; }
a { background-color: rgb(187,241,113); }
div.DivClassName
{
background-color: #BBF171;
}
.BgClassName
{
background-color: #BBF171;
}
</style>
border-color css
<style>
span { border-color: #BBF171; }
span { border-color: rgb(187,241,113); }
td.TdClassName
{
border-color: #BBF171;
}
.TagClassName
{
border-color: #BBF171;
}
</style>