Shades of Sulu #BBDD70
Tints of Sulu #BBDD70
RGB
CMYK
RGB Variations
Color information
#BBDD70 (or 0xBBDD70) is known color: Sulu. HEX triplet: BB, DD and 70. RGB value is (187,221,112). Sum of RGB (Red+Green+Blue) = 187+221+112=520 (68% of max value = 765). Red value is 187 (73.44% from 255 or 35.96% from 520); Green value is 221 (86.72% from 255 or 42.5% from 520); Blue value is 112 (44.14% from 255 or 21.54% from 520); Max value from RGB is 221 - color contains mainly: green. Hex color #BBDD70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDD70 is #44228F. Grayscale: #C6C6C6. Windows color (decimal): -4465296 or 7396795. OLE color: 7396795.
HSL color Cylindrical-coordinate representation of color #BBDD70: hue angle of 78.72º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BBDD70 is Cyan = 0.15, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 221 | 112 | - |
| CMYK | 0.15 | 0 | 0.49 | 0.13 |
| HSL | 78.72º | 0.62% | 0.65% | - |
| HSV(B) | 78.72º | 0.49% | 0.87% | - |
| XYZ | 49.27 | 63.45 | 24.98 | - |
| YUV | 198.41 | 79.24 | 119.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 221 | 112 | 0.15 | 0 | 0.49 | 0.13 | 78.72 | 0.62 | 0.65 |
| Hex | BB | DD | 70 | F | 0 | 31 | D | 4F | 3E | 41 |
| Octal | 273 | 335 | 160 | 17 | 0 | 61 | 15 | 117 | 76 | 101 |
| Binary | 10111011 | 11011101 | 1110000 | 1111 | 0 | 110001 | 1101 | 1001111 | 111110 | 1000001 |
Color Harmonies of #BBDD70
Complementary color
Monochromatic Colors of #BBDD70
Black with #BBDD70
Text Example
Text Example
White with #BBDD70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDD70; }
p { color: rgb(187,221,112); }
H1.HeaderClassName
{
color: #BBDD70;
}
.AnyTagClassName
{
color: #BBDD70;
}
</style>
background-color css
<style>
a { background-color: #BBDD70; }
a { background-color: rgb(187,221,112); }
div.DivClassName
{
background-color: #BBDD70;
}
.BgClassName
{
background-color: #BBDD70;
}
</style>
border-color css
<style>
span { border-color: #BBDD70; }
span { border-color: rgb(187,221,112); }
td.TdClassName
{
border-color: #BBDD70;
}
.TagClassName
{
border-color: #BBDD70;
}
</style>