Shades of Sulu #BBF27F
Tints of Sulu #BBF27F
RGB
CMYK
RGB Variations
Color information
#BBF27F (or 0xBBF27F) is known color: Sulu. HEX triplet: BB, F2 and 7F. RGB value is (187,242,127). Sum of RGB (Red+Green+Blue) = 187+242+127=556 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.63% from 556); Green value is 242 (94.92% from 255 or 43.53% from 556); Blue value is 127 (50% from 255 or 22.84% from 556); Max value from RGB is 242 - color contains mainly: green. Hex color #BBF27F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF27F is #440D80. Grayscale: #D4D4D4. Windows color (decimal): -4459905 or 8385211. OLE color: 8385211.
HSL color Cylindrical-coordinate representation of color #BBF27F: hue angle of 88.7º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BBF27F is Cyan = 0.23, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 242 | 127 | - |
| CMYK | 0.23 | 0 | 0.48 | 0.05 |
| HSL | 88.7º | 0.82% | 0.72% | - |
| HSV(B) | 88.7º | 0.48% | 0.95% | - |
| XYZ | 56.08 | 75.6 | 31.72 | - |
| YUV | 212.45 | 79.78 | 109.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 242 | 127 | 0.23 | 0 | 0.48 | 0.05 | 88.7 | 0.82 | 0.72 |
| Hex | BB | F2 | 7F | 17 | 0 | 30 | 5 | 59 | 52 | 48 |
| Octal | 273 | 362 | 177 | 27 | 0 | 60 | 5 | 131 | 122 | 110 |
| Binary | 10111011 | 11110010 | 1111111 | 10111 | 0 | 110000 | 101 | 1011001 | 1010010 | 1001000 |
Color Harmonies of #BBF27F
Complementary color
Monochromatic Colors of #BBF27F
Black with #BBF27F
Text Example
Text Example
White with #BBF27F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF27F; }
p { color: rgb(187,242,127); }
H1.HeaderClassName
{
color: #BBF27F;
}
.AnyTagClassName
{
color: #BBF27F;
}
</style>
background-color css
<style>
a { background-color: #BBF27F; }
a { background-color: rgb(187,242,127); }
div.DivClassName
{
background-color: #BBF27F;
}
.BgClassName
{
background-color: #BBF27F;
}
</style>
border-color css
<style>
span { border-color: #BBF27F; }
span { border-color: rgb(187,242,127); }
td.TdClassName
{
border-color: #BBF27F;
}
.TagClassName
{
border-color: #BBF27F;
}
</style>