Shades of Sulu #BFF663
Tints of Sulu #BFF663
RGB
CMYK
RGB Variations
Color information
#BFF663 (or 0xBFF663) is known color: Sulu. HEX triplet: BF, F6 and 63. RGB value is (191,246,99). Sum of RGB (Red+Green+Blue) = 191+246+99=536 (70% of max value = 765). Red value is 191 (75% from 255 or 35.63% from 536); Green value is 246 (96.48% from 255 or 45.90% from 536); Blue value is 99 (39.06% from 255 or 18.47% from 536); Max value from RGB is 246 - color contains mainly: green. Hex color #BFF663 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF663 is #40099C. Grayscale: #D5D5D5. Windows color (decimal): -4196765 or 6551231. OLE color: 6551231.
HSL color Cylindrical-coordinate representation of color #BFF663: hue angle of 82.45º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BFF663 is Cyan = 0.22, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 246 | 99 | - |
| CMYK | 0.22 | 0 | 0.60 | 0.04 |
| HSL | 82.45º | 0.89% | 0.68% | - |
| HSV(B) | 82.45º | 0.6% | 0.96% | - |
| XYZ | 56.69 | 77.89 | 23.85 | - |
| YUV | 212.8 | 63.78 | 112.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 246 | 99 | 0.22 | 0 | 0.60 | 0.04 | 82.45 | 0.89 | 0.68 |
| Hex | BF | F6 | 63 | 16 | 0 | 3C | 4 | 52 | 59 | 44 |
| Octal | 277 | 366 | 143 | 26 | 0 | 74 | 4 | 122 | 131 | 104 |
| Binary | 10111111 | 11110110 | 1100011 | 10110 | 0 | 111100 | 100 | 1010010 | 1011001 | 1000100 |
Color Harmonies of #BFF663
Complementary color
Monochromatic Colors of #BFF663
Black with #BFF663
Text Example
Text Example
White with #BFF663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF663; }
p { color: rgb(191,246,99); }
H1.HeaderClassName
{
color: #BFF663;
}
.AnyTagClassName
{
color: #BFF663;
}
</style>
background-color css
<style>
a { background-color: #BFF663; }
a { background-color: rgb(191,246,99); }
div.DivClassName
{
background-color: #BFF663;
}
.BgClassName
{
background-color: #BFF663;
}
</style>
border-color css
<style>
span { border-color: #BFF663; }
span { border-color: rgb(191,246,99); }
td.TdClassName
{
border-color: #BFF663;
}
.TagClassName
{
border-color: #BFF663;
}
</style>