Shades of Sulu #BBF07B
Tints of Sulu #BBF07B
RGB
CMYK
RGB Variations
Color information
#BBF07B (or 0xBBF07B) is known color: Sulu. HEX triplet: BB, F0 and 7B. RGB value is (187,240,123). Sum of RGB (Red+Green+Blue) = 187+240+123=550 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34% from 550); Green value is 240 (94.14% from 255 or 43.64% from 550); Blue value is 123 (48.44% from 255 or 22.36% from 550); Max value from RGB is 240 - color contains mainly: green. Hex color #BBF07B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF07B is #440F84. Grayscale: #D3D3D3. Windows color (decimal): -4460421 or 8122555. OLE color: 8122555.
HSL color Cylindrical-coordinate representation of color #BBF07B: hue angle of 87.18º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BBF07B is Cyan = 0.22, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 240 | 123 | - |
| CMYK | 0.22 | 0 | 0.49 | 0.06 |
| HSL | 87.18º | 0.8% | 0.71% | - |
| HSV(B) | 87.18º | 0.49% | 0.94% | - |
| XYZ | 55.23 | 74.32 | 30.17 | - |
| YUV | 210.82 | 78.44 | 111.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 240 | 123 | 0.22 | 0 | 0.49 | 0.06 | 87.18 | 0.8 | 0.71 |
| Hex | BB | F0 | 7B | 16 | 0 | 31 | 6 | 57 | 50 | 47 |
| Octal | 273 | 360 | 173 | 26 | 0 | 61 | 6 | 127 | 120 | 107 |
| Binary | 10111011 | 11110000 | 1111011 | 10110 | 0 | 110001 | 110 | 1010111 | 1010000 | 1000111 |
Color Harmonies of #BBF07B
Complementary color
Monochromatic Colors of #BBF07B
Black with #BBF07B
Text Example
Text Example
White with #BBF07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF07B; }
p { color: rgb(187,240,123); }
H1.HeaderClassName
{
color: #BBF07B;
}
.AnyTagClassName
{
color: #BBF07B;
}
</style>
background-color css
<style>
a { background-color: #BBF07B; }
a { background-color: rgb(187,240,123); }
div.DivClassName
{
background-color: #BBF07B;
}
.BgClassName
{
background-color: #BBF07B;
}
</style>
border-color css
<style>
span { border-color: #BBF07B; }
span { border-color: rgb(187,240,123); }
td.TdClassName
{
border-color: #BBF07B;
}
.TagClassName
{
border-color: #BBF07B;
}
</style>