Shades of Sulu #BBF16C
Tints of Sulu #BBF16C
RGB
CMYK
RGB Variations
Color information
#BBF16C (or 0xBBF16C) is known color: Sulu. HEX triplet: BB, F1 and 6C. RGB value is (187,241,108). Sum of RGB (Red+Green+Blue) = 187+241+108=536 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.89% from 536); Green value is 241 (94.53% from 255 or 44.96% from 536); Blue value is 108 (42.58% from 255 or 20.15% from 536); Max value from RGB is 241 - color contains mainly: green. Hex color #BBF16C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF16C is #440E93. Grayscale: #D2D2D2. Windows color (decimal): -4460180 or 7139771. OLE color: 7139771.
HSL color Cylindrical-coordinate representation of color #BBF16C: hue angle of 84.36º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BBF16C is Cyan = 0.22, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 241 | 108 | - |
| CMYK | 0.22 | 0 | 0.55 | 0.05 |
| HSL | 84.36º | 0.83% | 0.68% | - |
| HSV(B) | 84.36º | 0.55% | 0.95% | - |
| XYZ | 54.66 | 74.56 | 25.7 | - |
| YUV | 209.69 | 70.61 | 111.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 241 | 108 | 0.22 | 0 | 0.55 | 0.05 | 84.36 | 0.83 | 0.68 |
| Hex | BB | F1 | 6C | 16 | 0 | 37 | 5 | 54 | 53 | 44 |
| Octal | 273 | 361 | 154 | 26 | 0 | 67 | 5 | 124 | 123 | 104 |
| Binary | 10111011 | 11110001 | 1101100 | 10110 | 0 | 110111 | 101 | 1010100 | 1010011 | 1000100 |
Color Harmonies of #BBF16C
Complementary color
Monochromatic Colors of #BBF16C
Black with #BBF16C
Text Example
Text Example
White with #BBF16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF16C; }
p { color: rgb(187,241,108); }
H1.HeaderClassName
{
color: #BBF16C;
}
.AnyTagClassName
{
color: #BBF16C;
}
</style>
background-color css
<style>
a { background-color: #BBF16C; }
a { background-color: rgb(187,241,108); }
div.DivClassName
{
background-color: #BBF16C;
}
.BgClassName
{
background-color: #BBF16C;
}
</style>
border-color css
<style>
span { border-color: #BBF16C; }
span { border-color: rgb(187,241,108); }
td.TdClassName
{
border-color: #BBF16C;
}
.TagClassName
{
border-color: #BBF16C;
}
</style>