Shades of Sulu #BBF272
Tints of Sulu #BBF272
RGB
CMYK
RGB Variations
Color information
#BBF272 (or 0xBBF272) is known color: Sulu. HEX triplet: BB, F2 and 72. RGB value is (187,242,114). Sum of RGB (Red+Green+Blue) = 187+242+114=543 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.44% from 543); Green value is 242 (94.92% from 255 or 44.57% from 543); Blue value is 114 (44.92% from 255 or 20.99% from 543); Max value from RGB is 242 - color contains mainly: green. Hex color #BBF272 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF272 is #440D8D. Grayscale: #D3D3D3. Windows color (decimal): -4459918 or 7533243. OLE color: 7533243.
HSL color Cylindrical-coordinate representation of color #BBF272: hue angle of 85.78º 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 #BBF272 is Cyan = 0.23, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 242 | 114 | - |
| CMYK | 0.23 | 0 | 0.53 | 0.05 |
| HSL | 85.78º | 0.83% | 0.7% | - |
| HSV(B) | 85.78º | 0.53% | 0.95% | - |
| XYZ | 55.28 | 75.28 | 27.54 | - |
| YUV | 210.96 | 73.28 | 110.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 242 | 114 | 0.23 | 0 | 0.53 | 0.05 | 85.78 | 0.83 | 0.7 |
| Hex | BB | F2 | 72 | 17 | 0 | 35 | 5 | 56 | 53 | 46 |
| Octal | 273 | 362 | 162 | 27 | 0 | 65 | 5 | 126 | 123 | 106 |
| Binary | 10111011 | 11110010 | 1110010 | 10111 | 0 | 110101 | 101 | 1010110 | 1010011 | 1000110 |
Color Harmonies of #BBF272
Complementary color
Monochromatic Colors of #BBF272
Black with #BBF272
Text Example
Text Example
White with #BBF272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF272; }
p { color: rgb(187,242,114); }
H1.HeaderClassName
{
color: #BBF272;
}
.AnyTagClassName
{
color: #BBF272;
}
</style>
background-color css
<style>
a { background-color: #BBF272; }
a { background-color: rgb(187,242,114); }
div.DivClassName
{
background-color: #BBF272;
}
.BgClassName
{
background-color: #BBF272;
}
</style>
border-color css
<style>
span { border-color: #BBF272; }
span { border-color: rgb(187,242,114); }
td.TdClassName
{
border-color: #BBF272;
}
.TagClassName
{
border-color: #BBF272;
}
</style>