Shades of Sulu #BBDF72
Tints of Sulu #BBDF72
RGB
CMYK
RGB Variations
Color information
#BBDF72 (or 0xBBDF72) is known color: Sulu. HEX triplet: BB, DF and 72. RGB value is (187,223,114). Sum of RGB (Red+Green+Blue) = 187+223+114=524 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.69% from 524); Green value is 223 (87.5% from 255 or 42.56% from 524); Blue value is 114 (44.92% from 255 or 21.76% from 524); Max value from RGB is 223 - color contains mainly: green. Hex color #BBDF72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDF72 is #44208D. Grayscale: #C8C8C8. Windows color (decimal): -4464782 or 7528379. OLE color: 7528379.
HSL color Cylindrical-coordinate representation of color #BBDF72: hue angle of 79.82º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BBDF72 is Cyan = 0.16, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 223 | 114 | - |
| CMYK | 0.16 | 0 | 0.49 | 0.13 |
| HSL | 79.82º | 0.63% | 0.66% | - |
| HSV(B) | 79.82º | 0.49% | 0.87% | - |
| XYZ | 49.92 | 64.56 | 25.75 | - |
| YUV | 199.81 | 79.57 | 118.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 223 | 114 | 0.16 | 0 | 0.49 | 0.13 | 79.82 | 0.63 | 0.66 |
| Hex | BB | DF | 72 | 10 | 0 | 31 | D | 50 | 3F | 42 |
| Octal | 273 | 337 | 162 | 20 | 0 | 61 | 15 | 120 | 77 | 102 |
| Binary | 10111011 | 11011111 | 1110010 | 10000 | 0 | 110001 | 1101 | 1010000 | 111111 | 1000010 |
Color Harmonies of #BBDF72
Complementary color
Monochromatic Colors of #BBDF72
Black with #BBDF72
Text Example
Text Example
White with #BBDF72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDF72; }
p { color: rgb(187,223,114); }
H1.HeaderClassName
{
color: #BBDF72;
}
.AnyTagClassName
{
color: #BBDF72;
}
</style>
background-color css
<style>
a { background-color: #BBDF72; }
a { background-color: rgb(187,223,114); }
div.DivClassName
{
background-color: #BBDF72;
}
.BgClassName
{
background-color: #BBDF72;
}
</style>
border-color css
<style>
span { border-color: #BBDF72; }
span { border-color: rgb(187,223,114); }
td.TdClassName
{
border-color: #BBDF72;
}
.TagClassName
{
border-color: #BBDF72;
}
</style>