Shades of Sulu #BFD875
Tints of Sulu #BFD875
RGB
CMYK
RGB Variations
Color information
#BFD875 (or 0xBFD875) is known color: Sulu. HEX triplet: BF, D8 and 75. RGB value is (191,216,117). Sum of RGB (Red+Green+Blue) = 191+216+117=524 (69% of max value = 765). Red value is 191 (75% from 255 or 36.45% from 524); Green value is 216 (84.77% from 255 or 41.22% from 524); Blue value is 117 (46.09% from 255 or 22.33% from 524); Max value from RGB is 216 - color contains mainly: green. Hex color #BFD875 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD875 is #40278A. Grayscale: #C5C5C5. Windows color (decimal): -4204427 or 7723199. OLE color: 7723199.
HSL color Cylindrical-coordinate representation of color #BFD875: hue angle of 75.15º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BFD875 is Cyan = 0.12, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 216 | 117 | - |
| CMYK | 0.12 | 0 | 0.46 | 0.15 |
| HSL | 75.15º | 0.56% | 0.65% | - |
| HSV(B) | 75.15º | 0.46% | 0.85% | - |
| XYZ | 49.25 | 61.47 | 26.1 | - |
| YUV | 197.24 | 82.72 | 123.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 216 | 117 | 0.12 | 0 | 0.46 | 0.15 | 75.15 | 0.56 | 0.65 |
| Hex | BF | D8 | 75 | C | 0 | 2E | F | 4B | 38 | 41 |
| Octal | 277 | 330 | 165 | 14 | 0 | 56 | 17 | 113 | 70 | 101 |
| Binary | 10111111 | 11011000 | 1110101 | 1100 | 0 | 101110 | 1111 | 1001011 | 111000 | 1000001 |
Color Harmonies of #BFD875
Complementary color
Monochromatic Colors of #BFD875
Black with #BFD875
Text Example
Text Example
White with #BFD875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD875; }
p { color: rgb(191,216,117); }
H1.HeaderClassName
{
color: #BFD875;
}
.AnyTagClassName
{
color: #BFD875;
}
</style>
background-color css
<style>
a { background-color: #BFD875; }
a { background-color: rgb(191,216,117); }
div.DivClassName
{
background-color: #BFD875;
}
.BgClassName
{
background-color: #BFD875;
}
</style>
border-color css
<style>
span { border-color: #BFD875; }
span { border-color: rgb(191,216,117); }
td.TdClassName
{
border-color: #BFD875;
}
.TagClassName
{
border-color: #BFD875;
}
</style>