Shades of Sulu #BBF67A
Tints of Sulu #BBF67A
RGB
CMYK
RGB Variations
Color information
#BBF67A (or 0xBBF67A) is known color: Sulu. HEX triplet: BB, F6 and 7A. RGB value is (187,246,122). Sum of RGB (Red+Green+Blue) = 187+246+122=555 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.69% from 555); Green value is 246 (96.48% from 255 or 44.32% from 555); Blue value is 122 (48.05% from 255 or 21.98% from 555); Max value from RGB is 246 - color contains mainly: green. Hex color #BBF67A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF67A is #440985. Grayscale: #D6D6D6. Windows color (decimal): -4458886 or 8058555. OLE color: 8058555.
HSL color Cylindrical-coordinate representation of color #BBF67A: hue angle of 88.55º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BBF67A is Cyan = 0.24, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 246 | 122 | - |
| CMYK | 0.24 | 0 | 0.50 | 0.04 |
| HSL | 88.55º | 0.87% | 0.72% | - |
| HSV(B) | 88.55º | 0.5% | 0.96% | - |
| XYZ | 56.96 | 77.88 | 30.44 | - |
| YUV | 214.22 | 75.95 | 108.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 246 | 122 | 0.24 | 0 | 0.50 | 0.04 | 88.55 | 0.87 | 0.72 |
| Hex | BB | F6 | 7A | 18 | 0 | 32 | 4 | 59 | 57 | 48 |
| Octal | 273 | 366 | 172 | 30 | 0 | 62 | 4 | 131 | 127 | 110 |
| Binary | 10111011 | 11110110 | 1111010 | 11000 | 0 | 110010 | 100 | 1011001 | 1010111 | 1001000 |
Color Harmonies of #BBF67A
Complementary color
Monochromatic Colors of #BBF67A
Black with #BBF67A
Text Example
Text Example
White with #BBF67A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF67A; }
p { color: rgb(187,246,122); }
H1.HeaderClassName
{
color: #BBF67A;
}
.AnyTagClassName
{
color: #BBF67A;
}
</style>
background-color css
<style>
a { background-color: #BBF67A; }
a { background-color: rgb(187,246,122); }
div.DivClassName
{
background-color: #BBF67A;
}
.BgClassName
{
background-color: #BBF67A;
}
</style>
border-color css
<style>
span { border-color: #BBF67A; }
span { border-color: rgb(187,246,122); }
td.TdClassName
{
border-color: #BBF67A;
}
.TagClassName
{
border-color: #BBF67A;
}
</style>