Shades of Sulu #BBDE77
Tints of Sulu #BBDE77
RGB
CMYK
RGB Variations
Color information
#BBDE77 (or 0xBBDE77) is known color: Sulu. HEX triplet: BB, DE and 77. RGB value is (187,222,119). Sum of RGB (Red+Green+Blue) = 187+222+119=528 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.42% from 528); Green value is 222 (87.11% from 255 or 42.05% from 528); Blue value is 119 (46.88% from 255 or 22.54% from 528); Max value from RGB is 222 - color contains mainly: green. Hex color #BBDE77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDE77 is #442188. Grayscale: #C8C8C8. Windows color (decimal): -4465033 or 7855803. OLE color: 7855803.
HSL color Cylindrical-coordinate representation of color #BBDE77: hue angle of 80.39º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BBDE77 is Cyan = 0.16, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 222 | 119 | - |
| CMYK | 0.16 | 0 | 0.46 | 0.13 |
| HSL | 80.39º | 0.61% | 0.67% | - |
| HSV(B) | 80.39º | 0.46% | 0.87% | - |
| XYZ | 49.94 | 64.14 | 27.2 | - |
| YUV | 199.79 | 82.4 | 118.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 222 | 119 | 0.16 | 0 | 0.46 | 0.13 | 80.39 | 0.61 | 0.67 |
| Hex | BB | DE | 77 | 10 | 0 | 2E | D | 50 | 3D | 43 |
| Octal | 273 | 336 | 167 | 20 | 0 | 56 | 15 | 120 | 75 | 103 |
| Binary | 10111011 | 11011110 | 1110111 | 10000 | 0 | 101110 | 1101 | 1010000 | 111101 | 1000011 |
Color Harmonies of #BBDE77
Complementary color
Monochromatic Colors of #BBDE77
Black with #BBDE77
Text Example
Text Example
White with #BBDE77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDE77; }
p { color: rgb(187,222,119); }
H1.HeaderClassName
{
color: #BBDE77;
}
.AnyTagClassName
{
color: #BBDE77;
}
</style>
background-color css
<style>
a { background-color: #BBDE77; }
a { background-color: rgb(187,222,119); }
div.DivClassName
{
background-color: #BBDE77;
}
.BgClassName
{
background-color: #BBDE77;
}
</style>
border-color css
<style>
span { border-color: #BBDE77; }
span { border-color: rgb(187,222,119); }
td.TdClassName
{
border-color: #BBDE77;
}
.TagClassName
{
border-color: #BBDE77;
}
</style>