Shades of Sulu #BBF97A
Tints of Sulu #BBF97A
RGB
CMYK
RGB Variations
Color information
#BBF97A (or 0xBBF97A) is known color: Sulu. HEX triplet: BB, F9 and 7A. RGB value is (187,249,122). Sum of RGB (Red+Green+Blue) = 187+249+122=558 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.51% from 558); Green value is 249 (97.66% from 255 or 44.62% from 558); Blue value is 122 (48.05% from 255 or 21.86% from 558); Max value from RGB is 249 - color contains mainly: green. Hex color #BBF97A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF97A is #440685. Grayscale: #D8D8D8. Windows color (decimal): -4458118 or 8059323. OLE color: 8059323.
HSL color Cylindrical-coordinate representation of color #BBF97A: hue angle of 89.29º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BBF97A is Cyan = 0.25, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 249 | 122 | - |
| CMYK | 0.25 | 0 | 0.51 | 0.02 |
| HSL | 89.29º | 0.91% | 0.73% | - |
| HSV(B) | 89.29º | 0.51% | 0.98% | - |
| XYZ | 57.88 | 79.72 | 30.75 | - |
| YUV | 215.98 | 74.96 | 107.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 249 | 122 | 0.25 | 0 | 0.51 | 0.02 | 89.29 | 0.91 | 0.73 |
| Hex | BB | F9 | 7A | 19 | 0 | 33 | 2 | 59 | 5B | 49 |
| Octal | 273 | 371 | 172 | 31 | 0 | 63 | 2 | 131 | 133 | 111 |
| Binary | 10111011 | 11111001 | 1111010 | 11001 | 0 | 110011 | 10 | 1011001 | 1011011 | 1001001 |
Color Harmonies of #BBF97A
Complementary color
Monochromatic Colors of #BBF97A
Black with #BBF97A
Text Example
Text Example
White with #BBF97A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF97A; }
p { color: rgb(187,249,122); }
H1.HeaderClassName
{
color: #BBF97A;
}
.AnyTagClassName
{
color: #BBF97A;
}
</style>
background-color css
<style>
a { background-color: #BBF97A; }
a { background-color: rgb(187,249,122); }
div.DivClassName
{
background-color: #BBF97A;
}
.BgClassName
{
background-color: #BBF97A;
}
</style>
border-color css
<style>
span { border-color: #BBF97A; }
span { border-color: rgb(187,249,122); }
td.TdClassName
{
border-color: #BBF97A;
}
.TagClassName
{
border-color: #BBF97A;
}
</style>