Shades of Sulu #BBF37F
Tints of Sulu #BBF37F
RGB
CMYK
RGB Variations
Color information
#BBF37F (or 0xBBF37F) is known color: Sulu. HEX triplet: BB, F3 and 7F. RGB value is (187,243,127). Sum of RGB (Red+Green+Blue) = 187+243+127=557 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.57% from 557); Green value is 243 (95.31% from 255 or 43.63% from 557); Blue value is 127 (50% from 255 or 22.80% from 557); Max value from RGB is 243 - color contains mainly: green. Hex color #BBF37F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF37F is #440C80. Grayscale: #D5D5D5. Windows color (decimal): -4459649 or 8385467. OLE color: 8385467.
HSL color Cylindrical-coordinate representation of color #BBF37F: hue angle of 88.97º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BBF37F is Cyan = 0.23, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 243 | 127 | - |
| CMYK | 0.23 | 0 | 0.48 | 0.05 |
| HSL | 88.97º | 0.83% | 0.73% | - |
| HSV(B) | 88.97º | 0.48% | 0.95% | - |
| XYZ | 56.37 | 76.2 | 31.82 | - |
| YUV | 213.03 | 79.45 | 109.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 243 | 127 | 0.23 | 0 | 0.48 | 0.05 | 88.97 | 0.83 | 0.73 |
| Hex | BB | F3 | 7F | 17 | 0 | 30 | 5 | 59 | 53 | 49 |
| Octal | 273 | 363 | 177 | 27 | 0 | 60 | 5 | 131 | 123 | 111 |
| Binary | 10111011 | 11110011 | 1111111 | 10111 | 0 | 110000 | 101 | 1011001 | 1010011 | 1001001 |
Color Harmonies of #BBF37F
Complementary color
Monochromatic Colors of #BBF37F
Black with #BBF37F
Text Example
Text Example
White with #BBF37F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF37F; }
p { color: rgb(187,243,127); }
H1.HeaderClassName
{
color: #BBF37F;
}
.AnyTagClassName
{
color: #BBF37F;
}
</style>
background-color css
<style>
a { background-color: #BBF37F; }
a { background-color: rgb(187,243,127); }
div.DivClassName
{
background-color: #BBF37F;
}
.BgClassName
{
background-color: #BBF37F;
}
</style>
border-color css
<style>
span { border-color: #BBF37F; }
span { border-color: rgb(187,243,127); }
td.TdClassName
{
border-color: #BBF37F;
}
.TagClassName
{
border-color: #BBF37F;
}
</style>