Shades of Sulu #BFDF78
Tints of Sulu #BFDF78
RGB
CMYK
RGB Variations
Color information
#BFDF78 (or 0xBFDF78) is known color: Sulu. HEX triplet: BF, DF and 78. RGB value is (191,223,120). Sum of RGB (Red+Green+Blue) = 191+223+120=534 (70% of max value = 765). Red value is 191 (75% from 255 or 35.77% from 534); Green value is 223 (87.5% from 255 or 41.76% from 534); Blue value is 120 (47.27% from 255 or 22.47% from 534); Max value from RGB is 223 - color contains mainly: green. Hex color #BFDF78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDF78 is #402087. Grayscale: #CACACA. Windows color (decimal): -4202632 or 7921599. OLE color: 7921599.
HSL color Cylindrical-coordinate representation of color #BFDF78: hue angle of 78.64º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BFDF78 is Cyan = 0.14, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 223 | 120 | - |
| CMYK | 0.14 | 0 | 0.46 | 0.13 |
| HSL | 78.64º | 0.62% | 0.67% | - |
| HSV(B) | 78.64º | 0.46% | 0.87% | - |
| XYZ | 51.26 | 65.21 | 27.65 | - |
| YUV | 201.69 | 81.9 | 120.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 223 | 120 | 0.14 | 0 | 0.46 | 0.13 | 78.64 | 0.62 | 0.67 |
| Hex | BF | DF | 78 | E | 0 | 2E | D | 4F | 3E | 43 |
| Octal | 277 | 337 | 170 | 16 | 0 | 56 | 15 | 117 | 76 | 103 |
| Binary | 10111111 | 11011111 | 1111000 | 1110 | 0 | 101110 | 1101 | 1001111 | 111110 | 1000011 |
Color Harmonies of #BFDF78
Complementary color
Monochromatic Colors of #BFDF78
Black with #BFDF78
Text Example
Text Example
White with #BFDF78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDF78; }
p { color: rgb(191,223,120); }
H1.HeaderClassName
{
color: #BFDF78;
}
.AnyTagClassName
{
color: #BFDF78;
}
</style>
background-color css
<style>
a { background-color: #BFDF78; }
a { background-color: rgb(191,223,120); }
div.DivClassName
{
background-color: #BFDF78;
}
.BgClassName
{
background-color: #BFDF78;
}
</style>
border-color css
<style>
span { border-color: #BFDF78; }
span { border-color: rgb(191,223,120); }
td.TdClassName
{
border-color: #BFDF78;
}
.TagClassName
{
border-color: #BFDF78;
}
</style>