Shades of Sulu #BFFE61
Tints of Sulu #BFFE61
RGB
CMYK
RGB Variations
Color information
#BFFE61 (or 0xBFFE61) is known color: Sulu. HEX triplet: BF, FE and 61. RGB value is (191,254,97). Sum of RGB (Red+Green+Blue) = 191+254+97=542 (71% of max value = 765). Red value is 191 (75% from 255 or 35.24% from 542); Green value is 254 (99.61% from 255 or 46.86% from 542); Blue value is 97 (38.28% from 255 or 17.90% from 542); Max value from RGB is 254 - color contains mainly: green. Hex color #BFFE61 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFFE61 is #40019E. Grayscale: #D9D9D9. Windows color (decimal): -4194719 or 6422207. OLE color: 6422207.
HSL color Cylindrical-coordinate representation of color #BFFE61: hue angle of 84.08º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BFFE61 is Cyan = 0.25, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 191 | 254 | 97 | - |
| CMYK | 0.25 | 0 | 0.62 | 0.00 |
| HSL | 84.08º | 0.99% | 0.69% | - |
| HSV(B) | 84.08º | 0.62% | 1% | - |
| XYZ | 59.09 | 82.82 | 24.18 | - |
| YUV | 217.27 | 60.13 | 109.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 254 | 97 | 0.25 | 0 | 0.62 | 0.00 | 84.08 | 0.99 | 0.69 |
| Hex | BF | FE | 61 | 19 | 0 | 3E | 0 | 54 | 63 | 45 |
| Octal | 277 | 376 | 141 | 31 | 0 | 76 | 0 | 124 | 143 | 105 |
| Binary | 10111111 | 11111110 | 1100001 | 11001 | 0 | 111110 | 0 | 1010100 | 1100011 | 1000101 |
Color Harmonies of #BFFE61
Complementary color
Monochromatic Colors of #BFFE61
Black with #BFFE61
Text Example
Text Example
White with #BFFE61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFE61; }
p { color: rgb(191,254,97); }
H1.HeaderClassName
{
color: #BFFE61;
}
.AnyTagClassName
{
color: #BFFE61;
}
</style>
background-color css
<style>
a { background-color: #BFFE61; }
a { background-color: rgb(191,254,97); }
div.DivClassName
{
background-color: #BFFE61;
}
.BgClassName
{
background-color: #BFFE61;
}
</style>
border-color css
<style>
span { border-color: #BFFE61; }
span { border-color: rgb(191,254,97); }
td.TdClassName
{
border-color: #BFFE61;
}
.TagClassName
{
border-color: #BFFE61;
}
</style>