Shades of Sulu #BFD872
Tints of Sulu #BFD872
RGB
CMYK
RGB Variations
Color information
#BFD872 (or 0xBFD872) is known color: Sulu. HEX triplet: BF, D8 and 72. RGB value is (191,216,114). Sum of RGB (Red+Green+Blue) = 191+216+114=521 (69% of max value = 765). Red value is 191 (75% from 255 or 36.66% from 521); Green value is 216 (84.77% from 255 or 41.46% from 521); Blue value is 114 (44.92% from 255 or 21.88% from 521); Max value from RGB is 216 - color contains mainly: green. Hex color #BFD872 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD872 is #40278D. Grayscale: #C5C5C5. Windows color (decimal): -4204430 or 7526591. OLE color: 7526591.
HSL color Cylindrical-coordinate representation of color #BFD872: hue angle of 74.71º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BFD872 is Cyan = 0.12, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 216 | 114 | - |
| CMYK | 0.12 | 0 | 0.47 | 0.15 |
| HSL | 74.71º | 0.57% | 0.65% | - |
| HSV(B) | 74.71º | 0.47% | 0.85% | - |
| XYZ | 49.08 | 61.4 | 25.18 | - |
| YUV | 196.9 | 81.22 | 123.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 216 | 114 | 0.12 | 0 | 0.47 | 0.15 | 74.71 | 0.57 | 0.65 |
| Hex | BF | D8 | 72 | C | 0 | 2F | F | 4B | 39 | 41 |
| Octal | 277 | 330 | 162 | 14 | 0 | 57 | 17 | 113 | 71 | 101 |
| Binary | 10111111 | 11011000 | 1110010 | 1100 | 0 | 101111 | 1111 | 1001011 | 111001 | 1000001 |
Color Harmonies of #BFD872
Complementary color
Monochromatic Colors of #BFD872
Black with #BFD872
Text Example
Text Example
White with #BFD872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD872; }
p { color: rgb(191,216,114); }
H1.HeaderClassName
{
color: #BFD872;
}
.AnyTagClassName
{
color: #BFD872;
}
</style>
background-color css
<style>
a { background-color: #BFD872; }
a { background-color: rgb(191,216,114); }
div.DivClassName
{
background-color: #BFD872;
}
.BgClassName
{
background-color: #BFD872;
}
</style>
border-color css
<style>
span { border-color: #BFD872; }
span { border-color: rgb(191,216,114); }
td.TdClassName
{
border-color: #BFD872;
}
.TagClassName
{
border-color: #BFD872;
}
</style>