Shades of Sulu #BBF07D
Tints of Sulu #BBF07D
RGB
CMYK
RGB Variations
Color information
#BBF07D (or 0xBBF07D) is known color: Sulu. HEX triplet: BB, F0 and 7D. RGB value is (187,240,125). Sum of RGB (Red+Green+Blue) = 187+240+125=552 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.88% from 552); Green value is 240 (94.14% from 255 or 43.48% from 552); Blue value is 125 (49.22% from 255 or 22.64% from 552); Max value from RGB is 240 - color contains mainly: green. Hex color #BBF07D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF07D is #440F82. Grayscale: #D3D3D3. Windows color (decimal): -4460419 or 8253627. OLE color: 8253627.
HSL color Cylindrical-coordinate representation of color #BBF07D: hue angle of 87.65º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BBF07D is Cyan = 0.22, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 240 | 125 | - |
| CMYK | 0.22 | 0 | 0.48 | 0.06 |
| HSL | 87.65º | 0.79% | 0.72% | - |
| HSV(B) | 87.65º | 0.48% | 0.94% | - |
| XYZ | 55.36 | 74.37 | 30.84 | - |
| YUV | 211.04 | 79.44 | 110.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 240 | 125 | 0.22 | 0 | 0.48 | 0.06 | 87.65 | 0.79 | 0.72 |
| Hex | BB | F0 | 7D | 16 | 0 | 30 | 6 | 58 | 4F | 48 |
| Octal | 273 | 360 | 175 | 26 | 0 | 60 | 6 | 130 | 117 | 110 |
| Binary | 10111011 | 11110000 | 1111101 | 10110 | 0 | 110000 | 110 | 1011000 | 1001111 | 1001000 |
Color Harmonies of #BBF07D
Complementary color
Monochromatic Colors of #BBF07D
Black with #BBF07D
Text Example
Text Example
White with #BBF07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF07D; }
p { color: rgb(187,240,125); }
H1.HeaderClassName
{
color: #BBF07D;
}
.AnyTagClassName
{
color: #BBF07D;
}
</style>
background-color css
<style>
a { background-color: #BBF07D; }
a { background-color: rgb(187,240,125); }
div.DivClassName
{
background-color: #BBF07D;
}
.BgClassName
{
background-color: #BBF07D;
}
</style>
border-color css
<style>
span { border-color: #BBF07D; }
span { border-color: rgb(187,240,125); }
td.TdClassName
{
border-color: #BBF07D;
}
.TagClassName
{
border-color: #BBF07D;
}
</style>