Shades of Sulu #BBF781
Tints of Sulu #BBF781
RGB
CMYK
RGB Variations
Color information
#BBF781 (or 0xBBF781) is known color: Sulu. HEX triplet: BB, F7 and 81. RGB value is (187,247,129). Sum of RGB (Red+Green+Blue) = 187+247+129=563 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.21% from 563); Green value is 247 (96.88% from 255 or 43.87% from 563); Blue value is 129 (50.78% from 255 or 22.91% from 563); Max value from RGB is 247 - color contains mainly: green. Hex color #BBF781 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBF781 is #44087E. Grayscale: #D8D8D8. Windows color (decimal): -4458623 or 8517563. OLE color: 8517563.
HSL color Cylindrical-coordinate representation of color #BBF781: hue angle of 90.51º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BBF781 is Cyan = 0.24, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 187 | 247 | 129 | - |
| CMYK | 0.24 | 0 | 0.48 | 0.03 |
| HSL | 90.51º | 0.88% | 0.74% | - |
| HSV(B) | 90.51º | 0.48% | 0.97% | - |
| XYZ | 57.72 | 78.67 | 32.91 | - |
| YUV | 215.61 | 79.12 | 107.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 247 | 129 | 0.24 | 0 | 0.48 | 0.03 | 90.51 | 0.88 | 0.74 |
| Hex | BB | F7 | 81 | 18 | 0 | 30 | 3 | 5B | 58 | 4A |
| Octal | 273 | 367 | 201 | 30 | 0 | 60 | 3 | 133 | 130 | 112 |
| Binary | 10111011 | 11110111 | 10000001 | 11000 | 0 | 110000 | 11 | 1011011 | 1011000 | 1001010 |
Color Harmonies of #BBF781
Complementary color
Monochromatic Colors of #BBF781
Black with #BBF781
Text Example
Text Example
White with #BBF781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF781; }
p { color: rgb(187,247,129); }
H1.HeaderClassName
{
color: #BBF781;
}
.AnyTagClassName
{
color: #BBF781;
}
</style>
background-color css
<style>
a { background-color: #BBF781; }
a { background-color: rgb(187,247,129); }
div.DivClassName
{
background-color: #BBF781;
}
.BgClassName
{
background-color: #BBF781;
}
</style>
border-color css
<style>
span { border-color: #BBF781; }
span { border-color: rgb(187,247,129); }
td.TdClassName
{
border-color: #BBF781;
}
.TagClassName
{
border-color: #BBF781;
}
</style>