Shades of Sulu #BFDC77
Tints of Sulu #BFDC77
RGB
CMYK
RGB Variations
Color information
#BFDC77 (or 0xBFDC77) is known color: Sulu. HEX triplet: BF, DC and 77. RGB value is (191,220,119). Sum of RGB (Red+Green+Blue) = 191+220+119=530 (70% of max value = 765). Red value is 191 (75% from 255 or 36.04% from 530); Green value is 220 (86.33% from 255 or 41.51% from 530); Blue value is 119 (46.88% from 255 or 22.45% from 530); Max value from RGB is 220 - color contains mainly: green. Hex color #BFDC77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDC77 is #402388. Grayscale: #C8C8C8. Windows color (decimal): -4203401 or 7855295. OLE color: 7855295.
HSL color Cylindrical-coordinate representation of color #BFDC77: hue angle of 77.23º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BFDC77 is Cyan = 0.13, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 220 | 119 | - |
| CMYK | 0.13 | 0 | 0.46 | 0.14 |
| HSL | 77.23º | 0.59% | 0.66% | - |
| HSV(B) | 77.23º | 0.46% | 0.86% | - |
| XYZ | 50.41 | 63.59 | 27.07 | - |
| YUV | 199.82 | 82.39 | 121.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 220 | 119 | 0.13 | 0 | 0.46 | 0.14 | 77.23 | 0.59 | 0.66 |
| Hex | BF | DC | 77 | D | 0 | 2E | E | 4D | 3B | 42 |
| Octal | 277 | 334 | 167 | 15 | 0 | 56 | 16 | 115 | 73 | 102 |
| Binary | 10111111 | 11011100 | 1110111 | 1101 | 0 | 101110 | 1110 | 1001101 | 111011 | 1000010 |
Color Harmonies of #BFDC77
Complementary color
Monochromatic Colors of #BFDC77
Black with #BFDC77
Text Example
Text Example
White with #BFDC77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDC77; }
p { color: rgb(191,220,119); }
H1.HeaderClassName
{
color: #BFDC77;
}
.AnyTagClassName
{
color: #BFDC77;
}
</style>
background-color css
<style>
a { background-color: #BFDC77; }
a { background-color: rgb(191,220,119); }
div.DivClassName
{
background-color: #BFDC77;
}
.BgClassName
{
background-color: #BFDC77;
}
</style>
border-color css
<style>
span { border-color: #BFDC77; }
span { border-color: rgb(191,220,119); }
td.TdClassName
{
border-color: #BFDC77;
}
.TagClassName
{
border-color: #BFDC77;
}
</style>