Shades of Sulu #BFDC7A
Tints of Sulu #BFDC7A
RGB
CMYK
RGB Variations
Color information
#BFDC7A (or 0xBFDC7A) is known color: Sulu. HEX triplet: BF, DC and 7A. RGB value is (191,220,122). Sum of RGB (Red+Green+Blue) = 191+220+122=533 (70% of max value = 765). Red value is 191 (75% from 255 or 35.83% from 533); Green value is 220 (86.33% from 255 or 41.28% from 533); Blue value is 122 (48.05% from 255 or 22.89% from 533); Max value from RGB is 220 - color contains mainly: green. Hex color #BFDC7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDC7A is #402385. Grayscale: #C8C8C8. Windows color (decimal): -4203398 or 8051903. OLE color: 8051903.
HSL color Cylindrical-coordinate representation of color #BFDC7A: hue angle of 77.76º degrees, saturation: 0.58, 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 #BFDC7A is Cyan = 0.13, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 220 | 122 | - |
| CMYK | 0.13 | 0 | 0.45 | 0.14 |
| HSL | 77.76º | 0.58% | 0.67% | - |
| HSV(B) | 77.76º | 0.45% | 0.86% | - |
| XYZ | 50.59 | 63.67 | 28.04 | - |
| YUV | 200.16 | 83.89 | 121.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 220 | 122 | 0.13 | 0 | 0.45 | 0.14 | 77.76 | 0.58 | 0.67 |
| Hex | BF | DC | 7A | D | 0 | 2D | E | 4E | 3A | 43 |
| Octal | 277 | 334 | 172 | 15 | 0 | 55 | 16 | 116 | 72 | 103 |
| Binary | 10111111 | 11011100 | 1111010 | 1101 | 0 | 101101 | 1110 | 1001110 | 111010 | 1000011 |
Color Harmonies of #BFDC7A
Complementary color
Monochromatic Colors of #BFDC7A
Black with #BFDC7A
Text Example
Text Example
White with #BFDC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDC7A; }
p { color: rgb(191,220,122); }
H1.HeaderClassName
{
color: #BFDC7A;
}
.AnyTagClassName
{
color: #BFDC7A;
}
</style>
background-color css
<style>
a { background-color: #BFDC7A; }
a { background-color: rgb(191,220,122); }
div.DivClassName
{
background-color: #BFDC7A;
}
.BgClassName
{
background-color: #BFDC7A;
}
</style>
border-color css
<style>
span { border-color: #BFDC7A; }
span { border-color: rgb(191,220,122); }
td.TdClassName
{
border-color: #BFDC7A;
}
.TagClassName
{
border-color: #BFDC7A;
}
</style>