Shades of Sulu #BFFE63
Tints of Sulu #BFFE63
RGB
CMYK
RGB Variations
Color information
#BFFE63 (or 0xBFFE63) is known color: Sulu. HEX triplet: BF, FE and 63. RGB value is (191,254,99). Sum of RGB (Red+Green+Blue) = 191+254+99=544 (72% of max value = 765). Red value is 191 (75% from 255 or 35.11% from 544); Green value is 254 (99.61% from 255 or 46.69% from 544); Blue value is 99 (39.06% from 255 or 18.20% from 544); Max value from RGB is 254 - color contains mainly: green. Hex color #BFFE63 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFFE63 is #40019C. Grayscale: #DADADA. Windows color (decimal): -4194717 or 6553279. OLE color: 6553279.
HSL color Cylindrical-coordinate representation of color #BFFE63: hue angle of 84.39º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BFFE63 is Cyan = 0.25, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 191 | 254 | 99 | - |
| CMYK | 0.25 | 0 | 0.61 | 0.00 |
| HSL | 84.39º | 0.99% | 0.69% | - |
| HSV(B) | 84.39º | 0.61% | 1% | - |
| XYZ | 59.18 | 82.86 | 24.68 | - |
| YUV | 217.49 | 61.13 | 109.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 254 | 99 | 0.25 | 0 | 0.61 | 0.00 | 84.39 | 0.99 | 0.69 |
| Hex | BF | FE | 63 | 19 | 0 | 3D | 0 | 54 | 63 | 45 |
| Octal | 277 | 376 | 143 | 31 | 0 | 75 | 0 | 124 | 143 | 105 |
| Binary | 10111111 | 11111110 | 1100011 | 11001 | 0 | 111101 | 0 | 1010100 | 1100011 | 1000101 |
Color Harmonies of #BFFE63
Complementary color
Monochromatic Colors of #BFFE63
Black with #BFFE63
Text Example
Text Example
White with #BFFE63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFE63; }
p { color: rgb(191,254,99); }
H1.HeaderClassName
{
color: #BFFE63;
}
.AnyTagClassName
{
color: #BFFE63;
}
</style>
background-color css
<style>
a { background-color: #BFFE63; }
a { background-color: rgb(191,254,99); }
div.DivClassName
{
background-color: #BFFE63;
}
.BgClassName
{
background-color: #BFFE63;
}
</style>
border-color css
<style>
span { border-color: #BFFE63; }
span { border-color: rgb(191,254,99); }
td.TdClassName
{
border-color: #BFFE63;
}
.TagClassName
{
border-color: #BFFE63;
}
</style>