Shades of Sulu #BFDC78
Tints of Sulu #BFDC78
RGB
CMYK
RGB Variations
Color information
#BFDC78 (or 0xBFDC78) is known color: Sulu. HEX triplet: BF, DC and 78. RGB value is (191,220,120). Sum of RGB (Red+Green+Blue) = 191+220+120=531 (70% of max value = 765). Red value is 191 (75% from 255 or 35.97% from 531); Green value is 220 (86.33% from 255 or 41.43% from 531); Blue value is 120 (47.27% from 255 or 22.60% from 531); Max value from RGB is 220 - color contains mainly: green. Hex color #BFDC78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDC78 is #402387. Grayscale: #C8C8C8. Windows color (decimal): -4203400 or 7920831. OLE color: 7920831.
HSL color Cylindrical-coordinate representation of color #BFDC78: hue angle of 77.4º 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 #BFDC78 is Cyan = 0.13, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 220 | 120 | - |
| CMYK | 0.13 | 0 | 0.45 | 0.14 |
| HSL | 77.4º | 0.59% | 0.67% | - |
| HSV(B) | 77.4º | 0.45% | 0.86% | - |
| XYZ | 50.47 | 63.62 | 27.39 | - |
| YUV | 199.93 | 82.89 | 121.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 220 | 120 | 0.13 | 0 | 0.45 | 0.14 | 77.4 | 0.59 | 0.67 |
| Hex | BF | DC | 78 | D | 0 | 2D | E | 4D | 3B | 43 |
| Octal | 277 | 334 | 170 | 15 | 0 | 55 | 16 | 115 | 73 | 103 |
| Binary | 10111111 | 11011100 | 1111000 | 1101 | 0 | 101101 | 1110 | 1001101 | 111011 | 1000011 |
Color Harmonies of #BFDC78
Complementary color
Monochromatic Colors of #BFDC78
Black with #BFDC78
Text Example
Text Example
White with #BFDC78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDC78; }
p { color: rgb(191,220,120); }
H1.HeaderClassName
{
color: #BFDC78;
}
.AnyTagClassName
{
color: #BFDC78;
}
</style>
background-color css
<style>
a { background-color: #BFDC78; }
a { background-color: rgb(191,220,120); }
div.DivClassName
{
background-color: #BFDC78;
}
.BgClassName
{
background-color: #BFDC78;
}
</style>
border-color css
<style>
span { border-color: #BFDC78; }
span { border-color: rgb(191,220,120); }
td.TdClassName
{
border-color: #BFDC78;
}
.TagClassName
{
border-color: #BFDC78;
}
</style>