Shades of Sulu #BBF765
Tints of Sulu #BBF765
RGB
CMYK
RGB Variations
Color information
#BBF765 (or 0xBBF765) is known color: Sulu. HEX triplet: BB, F7 and 65. RGB value is (187,247,101). Sum of RGB (Red+Green+Blue) = 187+247+101=535 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.95% from 535); Green value is 247 (96.88% from 255 or 46.17% from 535); Blue value is 101 (39.84% from 255 or 18.88% from 535); Max value from RGB is 247 - color contains mainly: green. Hex color #BBF765 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF765 is #44089A. Grayscale: #D4D4D4. Windows color (decimal): -4458651 or 6682555. OLE color: 6682555.
HSL color Cylindrical-coordinate representation of color #BBF765: hue angle of 84.66º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BBF765 is Cyan = 0.24, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 187 | 247 | 101 | - |
| CMYK | 0.24 | 0 | 0.59 | 0.03 |
| HSL | 84.66º | 0.9% | 0.68% | - |
| HSV(B) | 84.66º | 0.59% | 0.97% | - |
| XYZ | 56.1 | 78.03 | 24.42 | - |
| YUV | 212.42 | 65.12 | 109.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 247 | 101 | 0.24 | 0 | 0.59 | 0.03 | 84.66 | 0.9 | 0.68 |
| Hex | BB | F7 | 65 | 18 | 0 | 3B | 3 | 55 | 5A | 44 |
| Octal | 273 | 367 | 145 | 30 | 0 | 73 | 3 | 125 | 132 | 104 |
| Binary | 10111011 | 11110111 | 1100101 | 11000 | 0 | 111011 | 11 | 1010101 | 1011010 | 1000100 |
Color Harmonies of #BBF765
Complementary color
Monochromatic Colors of #BBF765
Black with #BBF765
Text Example
Text Example
White with #BBF765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF765; }
p { color: rgb(187,247,101); }
H1.HeaderClassName
{
color: #BBF765;
}
.AnyTagClassName
{
color: #BBF765;
}
</style>
background-color css
<style>
a { background-color: #BBF765; }
a { background-color: rgb(187,247,101); }
div.DivClassName
{
background-color: #BBF765;
}
.BgClassName
{
background-color: #BBF765;
}
</style>
border-color css
<style>
span { border-color: #BBF765; }
span { border-color: rgb(187,247,101); }
td.TdClassName
{
border-color: #BBF765;
}
.TagClassName
{
border-color: #BBF765;
}
</style>