Shades of Sulu #BBF76B
Tints of Sulu #BBF76B
RGB
CMYK
RGB Variations
Color information
#BBF76B (or 0xBBF76B) is known color: Sulu. HEX triplet: BB, F7 and 6B. RGB value is (187,247,107). Sum of RGB (Red+Green+Blue) = 187+247+107=541 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.57% from 541); Green value is 247 (96.88% from 255 or 45.66% from 541); Blue value is 107 (42.19% from 255 or 19.78% from 541); Max value from RGB is 247 - color contains mainly: green. Hex color #BBF76B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF76B is #440894. Grayscale: #D5D5D5. Windows color (decimal): -4458645 or 7075771. OLE color: 7075771.
HSL color Cylindrical-coordinate representation of color #BBF76B: hue angle of 85.71º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BBF76B is Cyan = 0.24, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 187 | 247 | 107 | - |
| CMYK | 0.24 | 0 | 0.57 | 0.03 |
| HSL | 85.71º | 0.9% | 0.69% | - |
| HSV(B) | 85.71º | 0.57% | 0.97% | - |
| XYZ | 56.41 | 78.15 | 26.02 | - |
| YUV | 213.1 | 68.12 | 109.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 247 | 107 | 0.24 | 0 | 0.57 | 0.03 | 85.71 | 0.9 | 0.69 |
| Hex | BB | F7 | 6B | 18 | 0 | 39 | 3 | 56 | 5A | 45 |
| Octal | 273 | 367 | 153 | 30 | 0 | 71 | 3 | 126 | 132 | 105 |
| Binary | 10111011 | 11110111 | 1101011 | 11000 | 0 | 111001 | 11 | 1010110 | 1011010 | 1000101 |
Color Harmonies of #BBF76B
Complementary color
Monochromatic Colors of #BBF76B
Black with #BBF76B
Text Example
Text Example
White with #BBF76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF76B; }
p { color: rgb(187,247,107); }
H1.HeaderClassName
{
color: #BBF76B;
}
.AnyTagClassName
{
color: #BBF76B;
}
</style>
background-color css
<style>
a { background-color: #BBF76B; }
a { background-color: rgb(187,247,107); }
div.DivClassName
{
background-color: #BBF76B;
}
.BgClassName
{
background-color: #BBF76B;
}
</style>
border-color css
<style>
span { border-color: #BBF76B; }
span { border-color: rgb(187,247,107); }
td.TdClassName
{
border-color: #BBF76B;
}
.TagClassName
{
border-color: #BBF76B;
}
</style>