Shades of Sulu #BBF271
Tints of Sulu #BBF271
RGB
CMYK
RGB Variations
Color information
#BBF271 (or 0xBBF271) is known color: Sulu. HEX triplet: BB, F2 and 71. RGB value is (187,242,113). Sum of RGB (Red+Green+Blue) = 187+242+113=542 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.50% from 542); Green value is 242 (94.92% from 255 or 44.65% from 542); Blue value is 113 (44.53% from 255 or 20.85% from 542); Max value from RGB is 242 - color contains mainly: green. Hex color #BBF271 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF271 is #440D8E. Grayscale: #D3D3D3. Windows color (decimal): -4459919 or 7467707. OLE color: 7467707.
HSL color Cylindrical-coordinate representation of color #BBF271: hue angle of 85.58º degrees, saturation: 0.83, 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 #BBF271 is Cyan = 0.23, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 242 | 113 | - |
| CMYK | 0.23 | 0 | 0.53 | 0.05 |
| HSL | 85.58º | 0.83% | 0.7% | - |
| HSV(B) | 85.58º | 0.53% | 0.95% | - |
| XYZ | 55.23 | 75.26 | 27.24 | - |
| YUV | 210.85 | 72.78 | 110.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 242 | 113 | 0.23 | 0 | 0.53 | 0.05 | 85.58 | 0.83 | 0.7 |
| Hex | BB | F2 | 71 | 17 | 0 | 35 | 5 | 56 | 53 | 46 |
| Octal | 273 | 362 | 161 | 27 | 0 | 65 | 5 | 126 | 123 | 106 |
| Binary | 10111011 | 11110010 | 1110001 | 10111 | 0 | 110101 | 101 | 1010110 | 1010011 | 1000110 |
Color Harmonies of #BBF271
Complementary color
Monochromatic Colors of #BBF271
Black with #BBF271
Text Example
Text Example
White with #BBF271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF271; }
p { color: rgb(187,242,113); }
H1.HeaderClassName
{
color: #BBF271;
}
.AnyTagClassName
{
color: #BBF271;
}
</style>
background-color css
<style>
a { background-color: #BBF271; }
a { background-color: rgb(187,242,113); }
div.DivClassName
{
background-color: #BBF271;
}
.BgClassName
{
background-color: #BBF271;
}
</style>
border-color css
<style>
span { border-color: #BBF271; }
span { border-color: rgb(187,242,113); }
td.TdClassName
{
border-color: #BBF271;
}
.TagClassName
{
border-color: #BBF271;
}
</style>