Shades of Sulu #BFDC7E
Tints of Sulu #BFDC7E
RGB
CMYK
RGB Variations
Color information
#BFDC7E (or 0xBFDC7E) is known color: Sulu. HEX triplet: BF, DC and 7E. RGB value is (191,220,126). Sum of RGB (Red+Green+Blue) = 191+220+126=537 (71% of max value = 765). Red value is 191 (75% from 255 or 35.57% from 537); Green value is 220 (86.33% from 255 or 40.97% from 537); Blue value is 126 (49.61% from 255 or 23.46% from 537); Max value from RGB is 220 - color contains mainly: green. Hex color #BFDC7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDC7E is #402381. Grayscale: #C8C8C8. Windows color (decimal): -4203394 or 8314047. OLE color: 8314047.
HSL color Cylindrical-coordinate representation of color #BFDC7E: hue angle of 78.51º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BFDC7E is Cyan = 0.13, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 220 | 126 | - |
| CMYK | 0.13 | 0 | 0.43 | 0.14 |
| HSL | 78.51º | 0.57% | 0.68% | - |
| HSV(B) | 78.51º | 0.43% | 0.86% | - |
| XYZ | 50.84 | 63.77 | 29.37 | - |
| YUV | 200.61 | 85.89 | 121.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 220 | 126 | 0.13 | 0 | 0.43 | 0.14 | 78.51 | 0.57 | 0.68 |
| Hex | BF | DC | 7E | D | 0 | 2B | E | 4F | 39 | 44 |
| Octal | 277 | 334 | 176 | 15 | 0 | 53 | 16 | 117 | 71 | 104 |
| Binary | 10111111 | 11011100 | 1111110 | 1101 | 0 | 101011 | 1110 | 1001111 | 111001 | 1000100 |
Color Harmonies of #BFDC7E
Complementary color
Monochromatic Colors of #BFDC7E
Black with #BFDC7E
Text Example
Text Example
White with #BFDC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDC7E; }
p { color: rgb(191,220,126); }
H1.HeaderClassName
{
color: #BFDC7E;
}
.AnyTagClassName
{
color: #BFDC7E;
}
</style>
background-color css
<style>
a { background-color: #BFDC7E; }
a { background-color: rgb(191,220,126); }
div.DivClassName
{
background-color: #BFDC7E;
}
.BgClassName
{
background-color: #BFDC7E;
}
</style>
border-color css
<style>
span { border-color: #BFDC7E; }
span { border-color: rgb(191,220,126); }
td.TdClassName
{
border-color: #BFDC7E;
}
.TagClassName
{
border-color: #BFDC7E;
}
</style>