Shades of Sulu #BFD978
Tints of Sulu #BFD978
RGB
CMYK
RGB Variations
Color information
#BFD978 (or 0xBFD978) is known color: Sulu. HEX triplet: BF, D9 and 78. RGB value is (191,217,120). Sum of RGB (Red+Green+Blue) = 191+217+120=528 (69% of max value = 765). Red value is 191 (75% from 255 or 36.17% from 528); Green value is 217 (85.16% from 255 or 41.10% from 528); Blue value is 120 (47.27% from 255 or 22.73% from 528); Max value from RGB is 217 - color contains mainly: green. Hex color #BFD978 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD978 is #402687. Grayscale: #C6C6C6. Windows color (decimal): -4204168 or 7920063. OLE color: 7920063.
HSL color Cylindrical-coordinate representation of color #BFD978: hue angle of 76.08º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BFD978 is Cyan = 0.12, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 217 | 120 | - |
| CMYK | 0.12 | 0 | 0.45 | 0.15 |
| HSL | 76.08º | 0.56% | 0.66% | - |
| HSV(B) | 76.08º | 0.45% | 0.85% | - |
| XYZ | 49.69 | 62.06 | 27.13 | - |
| YUV | 198.17 | 83.89 | 122.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 217 | 120 | 0.12 | 0 | 0.45 | 0.15 | 76.08 | 0.56 | 0.66 |
| Hex | BF | D9 | 78 | C | 0 | 2D | F | 4C | 38 | 42 |
| Octal | 277 | 331 | 170 | 14 | 0 | 55 | 17 | 114 | 70 | 102 |
| Binary | 10111111 | 11011001 | 1111000 | 1100 | 0 | 101101 | 1111 | 1001100 | 111000 | 1000010 |
Color Harmonies of #BFD978
Complementary color
Monochromatic Colors of #BFD978
Black with #BFD978
Text Example
Text Example
White with #BFD978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD978; }
p { color: rgb(191,217,120); }
H1.HeaderClassName
{
color: #BFD978;
}
.AnyTagClassName
{
color: #BFD978;
}
</style>
background-color css
<style>
a { background-color: #BFD978; }
a { background-color: rgb(191,217,120); }
div.DivClassName
{
background-color: #BFD978;
}
.BgClassName
{
background-color: #BFD978;
}
</style>
border-color css
<style>
span { border-color: #BFD978; }
span { border-color: rgb(191,217,120); }
td.TdClassName
{
border-color: #BFD978;
}
.TagClassName
{
border-color: #BFD978;
}
</style>