Shades of Sulu #BFD778
Tints of Sulu #BFD778
RGB
CMYK
RGB Variations
Color information
#BFD778 (or 0xBFD778) is known color: Sulu. HEX triplet: BF, D7 and 78. RGB value is (191,215,120). Sum of RGB (Red+Green+Blue) = 191+215+120=526 (69% of max value = 765). Red value is 191 (75% from 255 or 36.31% from 526); Green value is 215 (84.38% from 255 or 40.87% from 526); Blue value is 120 (47.27% from 255 or 22.81% from 526); Max value from RGB is 215 - color contains mainly: green. Hex color #BFD778 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD778 is #402887. Grayscale: #C5C5C5. Windows color (decimal): -4204680 or 7919551. OLE color: 7919551.
HSL color Cylindrical-coordinate representation of color #BFD778: hue angle of 75.16º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BFD778 is Cyan = 0.11, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 215 | 120 | - |
| CMYK | 0.11 | 0 | 0.44 | 0.16 |
| HSL | 75.16º | 0.54% | 0.66% | - |
| HSV(B) | 75.16º | 0.44% | 0.84% | - |
| XYZ | 49.18 | 61.03 | 26.96 | - |
| YUV | 196.99 | 84.55 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 215 | 120 | 0.11 | 0 | 0.44 | 0.16 | 75.16 | 0.54 | 0.66 |
| Hex | BF | D7 | 78 | B | 0 | 2C | 10 | 4B | 36 | 42 |
| Octal | 277 | 327 | 170 | 13 | 0 | 54 | 20 | 113 | 66 | 102 |
| Binary | 10111111 | 11010111 | 1111000 | 1011 | 0 | 101100 | 10000 | 1001011 | 110110 | 1000010 |
Color Harmonies of #BFD778
Complementary color
Monochromatic Colors of #BFD778
Black with #BFD778
Text Example
Text Example
White with #BFD778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD778; }
p { color: rgb(191,215,120); }
H1.HeaderClassName
{
color: #BFD778;
}
.AnyTagClassName
{
color: #BFD778;
}
</style>
background-color css
<style>
a { background-color: #BFD778; }
a { background-color: rgb(191,215,120); }
div.DivClassName
{
background-color: #BFD778;
}
.BgClassName
{
background-color: #BFD778;
}
</style>
border-color css
<style>
span { border-color: #BFD778; }
span { border-color: rgb(191,215,120); }
td.TdClassName
{
border-color: #BFD778;
}
.TagClassName
{
border-color: #BFD778;
}
</style>