Shades of Sulu #BBF97D
Tints of Sulu #BBF97D
RGB
CMYK
RGB Variations
Color information
#BBF97D (or 0xBBF97D) is known color: Sulu. HEX triplet: BB, F9 and 7D. RGB value is (187,249,125). Sum of RGB (Red+Green+Blue) = 187+249+125=561 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.33% from 561); Green value is 249 (97.66% from 255 or 44.39% from 561); Blue value is 125 (49.22% from 255 or 22.28% from 561); Max value from RGB is 249 - color contains mainly: green. Hex color #BBF97D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF97D is #440682. Grayscale: #D8D8D8. Windows color (decimal): -4458115 or 8255931. OLE color: 8255931.
HSL color Cylindrical-coordinate representation of color #BBF97D: hue angle of 90º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BBF97D is Cyan = 0.25, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 249 | 125 | - |
| CMYK | 0.25 | 0 | 0.50 | 0.02 |
| HSL | 90º | 0.91% | 0.73% | - |
| HSV(B) | 90º | 0.5% | 0.98% | - |
| XYZ | 58.07 | 79.8 | 31.74 | - |
| YUV | 216.33 | 76.46 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 249 | 125 | 0.25 | 0 | 0.50 | 0.02 | 90 | 0.91 | 0.73 |
| Hex | BB | F9 | 7D | 19 | 0 | 32 | 2 | 5A | 5B | 49 |
| Octal | 273 | 371 | 175 | 31 | 0 | 62 | 2 | 132 | 133 | 111 |
| Binary | 10111011 | 11111001 | 1111101 | 11001 | 0 | 110010 | 10 | 1011010 | 1011011 | 1001001 |
Color Harmonies of #BBF97D
Complementary color
Monochromatic Colors of #BBF97D
Black with #BBF97D
Text Example
Text Example
White with #BBF97D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF97D; }
p { color: rgb(187,249,125); }
H1.HeaderClassName
{
color: #BBF97D;
}
.AnyTagClassName
{
color: #BBF97D;
}
</style>
background-color css
<style>
a { background-color: #BBF97D; }
a { background-color: rgb(187,249,125); }
div.DivClassName
{
background-color: #BBF97D;
}
.BgClassName
{
background-color: #BBF97D;
}
</style>
border-color css
<style>
span { border-color: #BBF97D; }
span { border-color: rgb(187,249,125); }
td.TdClassName
{
border-color: #BBF97D;
}
.TagClassName
{
border-color: #BBF97D;
}
</style>