Shades of Sulu #BBF66A
Tints of Sulu #BBF66A
RGB
CMYK
RGB Variations
Color information
#BBF66A (or 0xBBF66A) is known color: Sulu. HEX triplet: BB, F6 and 6A. RGB value is (187,246,106). Sum of RGB (Red+Green+Blue) = 187+246+106=539 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.69% from 539); Green value is 246 (96.48% from 255 or 45.64% from 539); Blue value is 106 (41.80% from 255 or 19.67% from 539); Max value from RGB is 246 - color contains mainly: green. Hex color #BBF66A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF66A is #440995. Grayscale: #D4D4D4. Windows color (decimal): -4458902 or 7009979. OLE color: 7009979.
HSL color Cylindrical-coordinate representation of color #BBF66A: hue angle of 85.29º 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 #BBF66A is Cyan = 0.24, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 246 | 106 | - |
| CMYK | 0.24 | 0 | 0.57 | 0.04 |
| HSL | 85.29º | 0.89% | 0.69% | - |
| HSV(B) | 85.29º | 0.57% | 0.96% | - |
| XYZ | 56.05 | 77.52 | 25.64 | - |
| YUV | 212.4 | 67.95 | 109.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 246 | 106 | 0.24 | 0 | 0.57 | 0.04 | 85.29 | 0.89 | 0.69 |
| Hex | BB | F6 | 6A | 18 | 0 | 39 | 4 | 55 | 59 | 45 |
| Octal | 273 | 366 | 152 | 30 | 0 | 71 | 4 | 125 | 131 | 105 |
| Binary | 10111011 | 11110110 | 1101010 | 11000 | 0 | 111001 | 100 | 1010101 | 1011001 | 1000101 |
Color Harmonies of #BBF66A
Complementary color
Monochromatic Colors of #BBF66A
Black with #BBF66A
Text Example
Text Example
White with #BBF66A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF66A; }
p { color: rgb(187,246,106); }
H1.HeaderClassName
{
color: #BBF66A;
}
.AnyTagClassName
{
color: #BBF66A;
}
</style>
background-color css
<style>
a { background-color: #BBF66A; }
a { background-color: rgb(187,246,106); }
div.DivClassName
{
background-color: #BBF66A;
}
.BgClassName
{
background-color: #BBF66A;
}
</style>
border-color css
<style>
span { border-color: #BBF66A; }
span { border-color: rgb(187,246,106); }
td.TdClassName
{
border-color: #BBF66A;
}
.TagClassName
{
border-color: #BBF66A;
}
</style>