Shades of Sulu #BBF18D
Tints of Sulu #BBF18D
RGB
CMYK
RGB Variations
Color information
#BBF18D (or 0xBBF18D) is known color: Sulu. HEX triplet: BB, F1 and 8D. RGB value is (187,241,141). Sum of RGB (Red+Green+Blue) = 187+241+141=569 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.86% from 569); Green value is 241 (94.53% from 255 or 42.36% from 569); Blue value is 141 (55.47% from 255 or 24.78% from 569); Max value from RGB is 241 - color contains mainly: green. Hex color #BBF18D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBF18D is #440E72. Grayscale: #D5D5D5. Windows color (decimal): -4460147 or 9302459. OLE color: 9302459.
HSL color Cylindrical-coordinate representation of color #BBF18D: hue angle of 92.4º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BBF18D is Cyan = 0.22, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 241 | 141 | - |
| CMYK | 0.22 | 0 | 0.41 | 0.05 |
| HSL | 92.4º | 0.78% | 0.75% | - |
| HSV(B) | 92.4º | 0.41% | 0.95% | - |
| XYZ | 56.76 | 75.4 | 36.76 | - |
| YUV | 213.45 | 87.11 | 109.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 241 | 141 | 0.22 | 0 | 0.41 | 0.05 | 92.4 | 0.78 | 0.75 |
| Hex | BB | F1 | 8D | 16 | 0 | 29 | 5 | 5C | 4E | 4B |
| Octal | 273 | 361 | 215 | 26 | 0 | 51 | 5 | 134 | 116 | 113 |
| Binary | 10111011 | 11110001 | 10001101 | 10110 | 0 | 101001 | 101 | 1011100 | 1001110 | 1001011 |
Color Harmonies of #BBF18D
Complementary color
Monochromatic Colors of #BBF18D
Black with #BBF18D
Text Example
Text Example
White with #BBF18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF18D; }
p { color: rgb(187,241,141); }
H1.HeaderClassName
{
color: #BBF18D;
}
.AnyTagClassName
{
color: #BBF18D;
}
</style>
background-color css
<style>
a { background-color: #BBF18D; }
a { background-color: rgb(187,241,141); }
div.DivClassName
{
background-color: #BBF18D;
}
.BgClassName
{
background-color: #BBF18D;
}
</style>
border-color css
<style>
span { border-color: #BBF18D; }
span { border-color: rgb(187,241,141); }
td.TdClassName
{
border-color: #BBF18D;
}
.TagClassName
{
border-color: #BBF18D;
}
</style>