Shades of Sulu #BFFA63
Tints of Sulu #BFFA63
RGB
CMYK
RGB Variations
Color information
#BFFA63 (or 0xBFFA63) is known color: Sulu. HEX triplet: BF, FA and 63. RGB value is (191,250,99). Sum of RGB (Red+Green+Blue) = 191+250+99=540 (71% of max value = 765). Red value is 191 (75% from 255 or 35.37% from 540); Green value is 250 (98.05% from 255 or 46.30% from 540); Blue value is 99 (39.06% from 255 or 18.33% from 540); Max value from RGB is 250 - color contains mainly: green. Hex color #BFFA63 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFFA63 is #40059C. Grayscale: #D7D7D7. Windows color (decimal): -4195741 or 6552255. OLE color: 6552255.
HSL color Cylindrical-coordinate representation of color #BFFA63: hue angle of 83.44º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BFFA63 is Cyan = 0.24, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 250 | 99 | - |
| CMYK | 0.24 | 0 | 0.60 | 0.02 |
| HSL | 83.44º | 0.94% | 0.68% | - |
| HSV(B) | 83.44º | 0.6% | 0.98% | - |
| XYZ | 57.92 | 80.35 | 24.26 | - |
| YUV | 215.15 | 62.45 | 110.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 250 | 99 | 0.24 | 0 | 0.60 | 0.02 | 83.44 | 0.94 | 0.68 |
| Hex | BF | FA | 63 | 18 | 0 | 3C | 2 | 53 | 5E | 44 |
| Octal | 277 | 372 | 143 | 30 | 0 | 74 | 2 | 123 | 136 | 104 |
| Binary | 10111111 | 11111010 | 1100011 | 11000 | 0 | 111100 | 10 | 1010011 | 1011110 | 1000100 |
Color Harmonies of #BFFA63
Complementary color
Monochromatic Colors of #BFFA63
Black with #BFFA63
Text Example
Text Example
White with #BFFA63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFA63; }
p { color: rgb(191,250,99); }
H1.HeaderClassName
{
color: #BFFA63;
}
.AnyTagClassName
{
color: #BFFA63;
}
</style>
background-color css
<style>
a { background-color: #BFFA63; }
a { background-color: rgb(191,250,99); }
div.DivClassName
{
background-color: #BFFA63;
}
.BgClassName
{
background-color: #BFFA63;
}
</style>
border-color css
<style>
span { border-color: #BFFA63; }
span { border-color: rgb(191,250,99); }
td.TdClassName
{
border-color: #BFFA63;
}
.TagClassName
{
border-color: #BFFA63;
}
</style>