Shades of Sulu #BFDC7F
Tints of Sulu #BFDC7F
RGB
CMYK
RGB Variations
Color information
#BFDC7F (or 0xBFDC7F) is known color: Sulu. HEX triplet: BF, DC and 7F. RGB value is (191,220,127). Sum of RGB (Red+Green+Blue) = 191+220+127=538 (71% of max value = 765). Red value is 191 (75% from 255 or 35.50% from 538); Green value is 220 (86.33% from 255 or 40.89% from 538); Blue value is 127 (50% from 255 or 23.61% from 538); Max value from RGB is 220 - color contains mainly: green. Hex color #BFDC7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDC7F is #402380. Grayscale: #C9C9C9. Windows color (decimal): -4203393 or 8379583. OLE color: 8379583.
HSL color Cylindrical-coordinate representation of color #BFDC7F: hue angle of 78.71º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BFDC7F is Cyan = 0.13, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 220 | 127 | - |
| CMYK | 0.13 | 0 | 0.42 | 0.14 |
| HSL | 78.71º | 0.57% | 0.68% | - |
| HSV(B) | 78.71º | 0.42% | 0.86% | - |
| XYZ | 50.91 | 63.8 | 29.71 | - |
| YUV | 200.73 | 86.39 | 121.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 220 | 127 | 0.13 | 0 | 0.42 | 0.14 | 78.71 | 0.57 | 0.68 |
| Hex | BF | DC | 7F | D | 0 | 2A | E | 4F | 39 | 44 |
| Octal | 277 | 334 | 177 | 15 | 0 | 52 | 16 | 117 | 71 | 104 |
| Binary | 10111111 | 11011100 | 1111111 | 1101 | 0 | 101010 | 1110 | 1001111 | 111001 | 1000100 |
Color Harmonies of #BFDC7F
Complementary color
Monochromatic Colors of #BFDC7F
Black with #BFDC7F
Text Example
Text Example
White with #BFDC7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDC7F; }
p { color: rgb(191,220,127); }
H1.HeaderClassName
{
color: #BFDC7F;
}
.AnyTagClassName
{
color: #BFDC7F;
}
</style>
background-color css
<style>
a { background-color: #BFDC7F; }
a { background-color: rgb(191,220,127); }
div.DivClassName
{
background-color: #BFDC7F;
}
.BgClassName
{
background-color: #BFDC7F;
}
</style>
border-color css
<style>
span { border-color: #BFDC7F; }
span { border-color: rgb(191,220,127); }
td.TdClassName
{
border-color: #BFDC7F;
}
.TagClassName
{
border-color: #BFDC7F;
}
</style>