Shades of Sulu #BBF48D
Tints of Sulu #BBF48D
RGB
CMYK
RGB Variations
Color information
#BBF48D (or 0xBBF48D) is known color: Sulu. HEX triplet: BB, F4 and 8D. RGB value is (187,244,141). Sum of RGB (Red+Green+Blue) = 187+244+141=572 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.69% from 572); Green value is 244 (95.70% from 255 or 42.66% from 572); Blue value is 141 (55.47% from 255 or 24.65% from 572); Max value from RGB is 244 - color contains mainly: green. Hex color #BBF48D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBF48D is #440B72. Grayscale: #D7D7D7. Windows color (decimal): -4459379 or 9303227. OLE color: 9303227.
HSL color Cylindrical-coordinate representation of color #BBF48D: hue angle of 93.2º degrees, saturation: 0.82, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BBF48D is Cyan = 0.23, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 244 | 141 | - |
| CMYK | 0.23 | 0 | 0.42 | 0.04 |
| HSL | 93.2º | 0.82% | 0.75% | - |
| HSV(B) | 93.2º | 0.42% | 0.96% | - |
| XYZ | 57.65 | 77.19 | 37.06 | - |
| YUV | 215.22 | 86.12 | 107.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 244 | 141 | 0.23 | 0 | 0.42 | 0.04 | 93.2 | 0.82 | 0.75 |
| Hex | BB | F4 | 8D | 17 | 0 | 2A | 4 | 5D | 52 | 4B |
| Octal | 273 | 364 | 215 | 27 | 0 | 52 | 4 | 135 | 122 | 113 |
| Binary | 10111011 | 11110100 | 10001101 | 10111 | 0 | 101010 | 100 | 1011101 | 1010010 | 1001011 |
Color Harmonies of #BBF48D
Complementary color
Monochromatic Colors of #BBF48D
Black with #BBF48D
Text Example
Text Example
White with #BBF48D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF48D; }
p { color: rgb(187,244,141); }
H1.HeaderClassName
{
color: #BBF48D;
}
.AnyTagClassName
{
color: #BBF48D;
}
</style>
background-color css
<style>
a { background-color: #BBF48D; }
a { background-color: rgb(187,244,141); }
div.DivClassName
{
background-color: #BBF48D;
}
.BgClassName
{
background-color: #BBF48D;
}
</style>
border-color css
<style>
span { border-color: #BBF48D; }
span { border-color: rgb(187,244,141); }
td.TdClassName
{
border-color: #BBF48D;
}
.TagClassName
{
border-color: #BBF48D;
}
</style>