Shades of Sulu #BBF66B
Tints of Sulu #BBF66B
RGB
CMYK
RGB Variations
Color information
#BBF66B (or 0xBBF66B) is known color: Sulu. HEX triplet: BB, F6 and 6B. RGB value is (187,246,107). Sum of RGB (Red+Green+Blue) = 187+246+107=540 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.63% from 540); Green value is 246 (96.48% from 255 or 45.56% from 540); Blue value is 107 (42.19% from 255 or 19.81% from 540); Max value from RGB is 246 - color contains mainly: green. Hex color #BBF66B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF66B is #440994. Grayscale: #D5D5D5. Windows color (decimal): -4458901 or 7075515. OLE color: 7075515.
HSL color Cylindrical-coordinate representation of color #BBF66B: hue angle of 85.47º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BBF66B is Cyan = 0.24, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 246 | 107 | - |
| CMYK | 0.24 | 0 | 0.57 | 0.04 |
| HSL | 85.47º | 0.89% | 0.69% | - |
| HSV(B) | 85.47º | 0.57% | 0.96% | - |
| XYZ | 56.1 | 77.54 | 25.92 | - |
| YUV | 212.51 | 68.45 | 109.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 246 | 107 | 0.24 | 0 | 0.57 | 0.04 | 85.47 | 0.89 | 0.69 |
| Hex | BB | F6 | 6B | 18 | 0 | 39 | 4 | 55 | 59 | 45 |
| Octal | 273 | 366 | 153 | 30 | 0 | 71 | 4 | 125 | 131 | 105 |
| Binary | 10111011 | 11110110 | 1101011 | 11000 | 0 | 111001 | 100 | 1010101 | 1011001 | 1000101 |
Color Harmonies of #BBF66B
Complementary color
Monochromatic Colors of #BBF66B
Black with #BBF66B
Text Example
Text Example
White with #BBF66B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF66B; }
p { color: rgb(187,246,107); }
H1.HeaderClassName
{
color: #BBF66B;
}
.AnyTagClassName
{
color: #BBF66B;
}
</style>
background-color css
<style>
a { background-color: #BBF66B; }
a { background-color: rgb(187,246,107); }
div.DivClassName
{
background-color: #BBF66B;
}
.BgClassName
{
background-color: #BBF66B;
}
</style>
border-color css
<style>
span { border-color: #BBF66B; }
span { border-color: rgb(187,246,107); }
td.TdClassName
{
border-color: #BBF66B;
}
.TagClassName
{
border-color: #BBF66B;
}
</style>