Shades of Sulu #BBDD7F
Tints of Sulu #BBDD7F
RGB
CMYK
RGB Variations
Color information
#BBDD7F (or 0xBBDD7F) is known color: Sulu. HEX triplet: BB, DD and 7F. RGB value is (187,221,127). Sum of RGB (Red+Green+Blue) = 187+221+127=535 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.95% from 535); Green value is 221 (86.72% from 255 or 41.31% from 535); Blue value is 127 (50% from 255 or 23.74% from 535); Max value from RGB is 221 - color contains mainly: green. Hex color #BBDD7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDD7F is #442280. Grayscale: #C8C8C8. Windows color (decimal): -4465281 or 8379835. OLE color: 8379835.
HSL color Cylindrical-coordinate representation of color #BBDD7F: hue angle of 81.7º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BBDD7F is Cyan = 0.15, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 221 | 127 | - |
| CMYK | 0.15 | 0 | 0.43 | 0.13 |
| HSL | 81.7º | 0.58% | 0.68% | - |
| HSV(B) | 81.7º | 0.43% | 0.87% | - |
| XYZ | 50.18 | 63.81 | 29.75 | - |
| YUV | 200.12 | 86.74 | 118.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 221 | 127 | 0.15 | 0 | 0.43 | 0.13 | 81.7 | 0.58 | 0.68 |
| Hex | BB | DD | 7F | F | 0 | 2B | D | 52 | 3A | 44 |
| Octal | 273 | 335 | 177 | 17 | 0 | 53 | 15 | 122 | 72 | 104 |
| Binary | 10111011 | 11011101 | 1111111 | 1111 | 0 | 101011 | 1101 | 1010010 | 111010 | 1000100 |
Color Harmonies of #BBDD7F
Complementary color
Monochromatic Colors of #BBDD7F
Black with #BBDD7F
Text Example
Text Example
White with #BBDD7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDD7F; }
p { color: rgb(187,221,127); }
H1.HeaderClassName
{
color: #BBDD7F;
}
.AnyTagClassName
{
color: #BBDD7F;
}
</style>
background-color css
<style>
a { background-color: #BBDD7F; }
a { background-color: rgb(187,221,127); }
div.DivClassName
{
background-color: #BBDD7F;
}
.BgClassName
{
background-color: #BBDD7F;
}
</style>
border-color css
<style>
span { border-color: #BBDD7F; }
span { border-color: rgb(187,221,127); }
td.TdClassName
{
border-color: #BBDD7F;
}
.TagClassName
{
border-color: #BBDD7F;
}
</style>