Shades of Sulu #BBF365
Tints of Sulu #BBF365
RGB
CMYK
RGB Variations
Color information
#BBF365 (or 0xBBF365) is known color: Sulu. HEX triplet: BB, F3 and 65. RGB value is (187,243,101). Sum of RGB (Red+Green+Blue) = 187+243+101=531 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.22% from 531); Green value is 243 (95.31% from 255 or 45.76% from 531); Blue value is 101 (39.84% from 255 or 19.02% from 531); Max value from RGB is 243 - color contains mainly: green. Hex color #BBF365 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF365 is #440C9A. Grayscale: #D2D2D2. Windows color (decimal): -4459675 or 6681531. OLE color: 6681531.
HSL color Cylindrical-coordinate representation of color #BBF365: hue angle of 83.66º degrees, saturation: 0.86, 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 #BBF365 is Cyan = 0.23, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 243 | 101 | - |
| CMYK | 0.23 | 0 | 0.58 | 0.05 |
| HSL | 83.66º | 0.86% | 0.67% | - |
| HSV(B) | 83.66º | 0.58% | 0.95% | - |
| XYZ | 54.89 | 75.61 | 24.01 | - |
| YUV | 210.07 | 66.45 | 111.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 243 | 101 | 0.23 | 0 | 0.58 | 0.05 | 83.66 | 0.86 | 0.67 |
| Hex | BB | F3 | 65 | 17 | 0 | 3A | 5 | 54 | 56 | 43 |
| Octal | 273 | 363 | 145 | 27 | 0 | 72 | 5 | 124 | 126 | 103 |
| Binary | 10111011 | 11110011 | 1100101 | 10111 | 0 | 111010 | 101 | 1010100 | 1010110 | 1000011 |
Color Harmonies of #BBF365
Complementary color
Monochromatic Colors of #BBF365
Black with #BBF365
Text Example
Text Example
White with #BBF365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF365; }
p { color: rgb(187,243,101); }
H1.HeaderClassName
{
color: #BBF365;
}
.AnyTagClassName
{
color: #BBF365;
}
</style>
background-color css
<style>
a { background-color: #BBF365; }
a { background-color: rgb(187,243,101); }
div.DivClassName
{
background-color: #BBF365;
}
.BgClassName
{
background-color: #BBF365;
}
</style>
border-color css
<style>
span { border-color: #BBF365; }
span { border-color: rgb(187,243,101); }
td.TdClassName
{
border-color: #BBF365;
}
.TagClassName
{
border-color: #BBF365;
}
</style>