Shades of Sulu #BBF266
Tints of Sulu #BBF266
RGB
CMYK
RGB Variations
Color information
#BBF266 (or 0xBBF266) is known color: Sulu. HEX triplet: BB, F2 and 66. RGB value is (187,242,102). Sum of RGB (Red+Green+Blue) = 187+242+102=531 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.22% from 531); Green value is 242 (94.92% from 255 or 45.57% from 531); Blue value is 102 (40.23% from 255 or 19.21% from 531); Max value from RGB is 242 - color contains mainly: green. Hex color #BBF266 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF266 is #440D99. Grayscale: #D2D2D2. Windows color (decimal): -4459930 or 6746811. OLE color: 6746811.
HSL color Cylindrical-coordinate representation of color #BBF266: hue angle of 83.57º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BBF266 is Cyan = 0.23, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 242 | 102 | - |
| CMYK | 0.23 | 0 | 0.58 | 0.05 |
| HSL | 83.57º | 0.84% | 0.67% | - |
| HSV(B) | 83.57º | 0.58% | 0.95% | - |
| XYZ | 54.64 | 75.03 | 24.17 | - |
| YUV | 209.6 | 67.28 | 111.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 242 | 102 | 0.23 | 0 | 0.58 | 0.05 | 83.57 | 0.84 | 0.67 |
| Hex | BB | F2 | 66 | 17 | 0 | 3A | 5 | 54 | 54 | 43 |
| Octal | 273 | 362 | 146 | 27 | 0 | 72 | 5 | 124 | 124 | 103 |
| Binary | 10111011 | 11110010 | 1100110 | 10111 | 0 | 111010 | 101 | 1010100 | 1010100 | 1000011 |
Color Harmonies of #BBF266
Complementary color
Monochromatic Colors of #BBF266
Black with #BBF266
Text Example
Text Example
White with #BBF266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF266; }
p { color: rgb(187,242,102); }
H1.HeaderClassName
{
color: #BBF266;
}
.AnyTagClassName
{
color: #BBF266;
}
</style>
background-color css
<style>
a { background-color: #BBF266; }
a { background-color: rgb(187,242,102); }
div.DivClassName
{
background-color: #BBF266;
}
.BgClassName
{
background-color: #BBF266;
}
</style>
border-color css
<style>
span { border-color: #BBF266; }
span { border-color: rgb(187,242,102); }
td.TdClassName
{
border-color: #BBF266;
}
.TagClassName
{
border-color: #BBF266;
}
</style>