Shades of Sulu #BFDC79
Tints of Sulu #BFDC79
RGB
CMYK
RGB Variations
Color information
#BFDC79 (or 0xBFDC79) is known color: Sulu. HEX triplet: BF, DC and 79. RGB value is (191,220,121). Sum of RGB (Red+Green+Blue) = 191+220+121=532 (70% of max value = 765). Red value is 191 (75% from 255 or 35.90% from 532); Green value is 220 (86.33% from 255 or 41.35% from 532); Blue value is 121 (47.66% from 255 or 22.74% from 532); Max value from RGB is 220 - color contains mainly: green. Hex color #BFDC79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDC79 is #402386. Grayscale: #C8C8C8. Windows color (decimal): -4203399 or 7986367. OLE color: 7986367.
HSL color Cylindrical-coordinate representation of color #BFDC79: hue angle of 77.58º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BFDC79 is Cyan = 0.13, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 220 | 121 | - |
| CMYK | 0.13 | 0 | 0.45 | 0.14 |
| HSL | 77.58º | 0.59% | 0.67% | - |
| HSV(B) | 77.58º | 0.45% | 0.86% | - |
| XYZ | 50.53 | 63.64 | 27.71 | - |
| YUV | 200.04 | 83.39 | 121.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 220 | 121 | 0.13 | 0 | 0.45 | 0.14 | 77.58 | 0.59 | 0.67 |
| Hex | BF | DC | 79 | D | 0 | 2D | E | 4E | 3B | 43 |
| Octal | 277 | 334 | 171 | 15 | 0 | 55 | 16 | 116 | 73 | 103 |
| Binary | 10111111 | 11011100 | 1111001 | 1101 | 0 | 101101 | 1110 | 1001110 | 111011 | 1000011 |
Color Harmonies of #BFDC79
Complementary color
Monochromatic Colors of #BFDC79
Black with #BFDC79
Text Example
Text Example
White with #BFDC79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDC79; }
p { color: rgb(191,220,121); }
H1.HeaderClassName
{
color: #BFDC79;
}
.AnyTagClassName
{
color: #BFDC79;
}
</style>
background-color css
<style>
a { background-color: #BFDC79; }
a { background-color: rgb(191,220,121); }
div.DivClassName
{
background-color: #BFDC79;
}
.BgClassName
{
background-color: #BFDC79;
}
</style>
border-color css
<style>
span { border-color: #BFDC79; }
span { border-color: rgb(191,220,121); }
td.TdClassName
{
border-color: #BFDC79;
}
.TagClassName
{
border-color: #BFDC79;
}
</style>