Shades of Sulu #BFFD63
Tints of Sulu #BFFD63
RGB
CMYK
RGB Variations
Color information
#BFFD63 (or 0xBFFD63) is known color: Sulu. HEX triplet: BF, FD and 63. RGB value is (191,253,99). Sum of RGB (Red+Green+Blue) = 191+253+99=543 (71% of max value = 765). Red value is 191 (75% from 255 or 35.17% from 543); Green value is 253 (99.22% from 255 or 46.59% from 543); Blue value is 99 (39.06% from 255 or 18.23% from 543); Max value from RGB is 253 - color contains mainly: green. Hex color #BFFD63 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFFD63 is #40029C. Grayscale: #D9D9D9. Windows color (decimal): -4194973 or 6553023. OLE color: 6553023.
HSL color Cylindrical-coordinate representation of color #BFFD63: hue angle of 84.16º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BFFD63 is Cyan = 0.25, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 191 | 253 | 99 | - |
| CMYK | 0.25 | 0 | 0.61 | 0.01 |
| HSL | 84.16º | 0.97% | 0.69% | - |
| HSV(B) | 84.16º | 0.61% | 0.99% | - |
| XYZ | 58.86 | 82.23 | 24.57 | - |
| YUV | 216.91 | 61.46 | 109.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 253 | 99 | 0.25 | 0 | 0.61 | 0.01 | 84.16 | 0.97 | 0.69 |
| Hex | BF | FD | 63 | 19 | 0 | 3D | 1 | 54 | 61 | 45 |
| Octal | 277 | 375 | 143 | 31 | 0 | 75 | 1 | 124 | 141 | 105 |
| Binary | 10111111 | 11111101 | 1100011 | 11001 | 0 | 111101 | 1 | 1010100 | 1100001 | 1000101 |
Color Harmonies of #BFFD63
Complementary color
Monochromatic Colors of #BFFD63
Black with #BFFD63
Text Example
Text Example
White with #BFFD63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFD63; }
p { color: rgb(191,253,99); }
H1.HeaderClassName
{
color: #BFFD63;
}
.AnyTagClassName
{
color: #BFFD63;
}
</style>
background-color css
<style>
a { background-color: #BFFD63; }
a { background-color: rgb(191,253,99); }
div.DivClassName
{
background-color: #BFFD63;
}
.BgClassName
{
background-color: #BFFD63;
}
</style>
border-color css
<style>
span { border-color: #BFFD63; }
span { border-color: rgb(191,253,99); }
td.TdClassName
{
border-color: #BFFD63;
}
.TagClassName
{
border-color: #BFFD63;
}
</style>