Shades of Sulu #BFFD64
Tints of Sulu #BFFD64
RGB
CMYK
RGB Variations
Color information
#BFFD64 (or 0xBFFD64) is known color: Sulu. HEX triplet: BF, FD and 64. RGB value is (191,253,100). Sum of RGB (Red+Green+Blue) = 191+253+100=544 (72% of max value = 765). Red value is 191 (75% from 255 or 35.11% from 544); Green value is 253 (99.22% from 255 or 46.51% from 544); Blue value is 100 (39.45% from 255 or 18.38% from 544); Max value from RGB is 253 - color contains mainly: green. Hex color #BFFD64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFFD64 is #40029B. Grayscale: #D9D9D9. Windows color (decimal): -4194972 or 6618559. OLE color: 6618559.
HSL color Cylindrical-coordinate representation of color #BFFD64: hue angle of 84.31º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BFFD64 is Cyan = 0.25, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 191 | 253 | 100 | - |
| CMYK | 0.25 | 0 | 0.60 | 0.01 |
| HSL | 84.31º | 0.97% | 0.69% | - |
| HSV(B) | 84.31º | 0.6% | 0.99% | - |
| XYZ | 58.91 | 82.25 | 24.83 | - |
| YUV | 217.02 | 61.96 | 109.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 253 | 100 | 0.25 | 0 | 0.60 | 0.01 | 84.31 | 0.97 | 0.69 |
| Hex | BF | FD | 64 | 19 | 0 | 3C | 1 | 54 | 61 | 45 |
| Octal | 277 | 375 | 144 | 31 | 0 | 74 | 1 | 124 | 141 | 105 |
| Binary | 10111111 | 11111101 | 1100100 | 11001 | 0 | 111100 | 1 | 1010100 | 1100001 | 1000101 |
Color Harmonies of #BFFD64
Complementary color
Monochromatic Colors of #BFFD64
Black with #BFFD64
Text Example
Text Example
White with #BFFD64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFD64; }
p { color: rgb(191,253,100); }
H1.HeaderClassName
{
color: #BFFD64;
}
.AnyTagClassName
{
color: #BFFD64;
}
</style>
background-color css
<style>
a { background-color: #BFFD64; }
a { background-color: rgb(191,253,100); }
div.DivClassName
{
background-color: #BFFD64;
}
.BgClassName
{
background-color: #BFFD64;
}
</style>
border-color css
<style>
span { border-color: #BFFD64; }
span { border-color: rgb(191,253,100); }
td.TdClassName
{
border-color: #BFFD64;
}
.TagClassName
{
border-color: #BFFD64;
}
</style>