Shades of Sulu #BFFB84
Tints of Sulu #BFFB84
RGB
CMYK
RGB Variations
Color information
#BFFB84 (or 0xBFFB84) is known color: Sulu. HEX triplet: BF, FB and 84. RGB value is (191,251,132). Sum of RGB (Red+Green+Blue) = 191+251+132=574 (76% of max value = 765). Red value is 191 (75% from 255 or 33.28% from 574); Green value is 251 (98.44% from 255 or 43.73% from 574); Blue value is 132 (51.95% from 255 or 23.00% from 574); Max value from RGB is 251 - color contains mainly: green. Hex color #BFFB84 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFFB84 is #40047B. Grayscale: #DBDBDB. Windows color (decimal): -4195452 or 8715199. OLE color: 8715199.
HSL color Cylindrical-coordinate representation of color #BFFB84: hue angle of 90.25º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BFFB84 is Cyan = 0.24, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 251 | 132 | - |
| CMYK | 0.24 | 0 | 0.47 | 0.02 |
| HSL | 90.25º | 0.94% | 0.75% | - |
| HSV(B) | 90.25º | 0.47% | 0.98% | - |
| XYZ | 60.15 | 81.74 | 34.44 | - |
| YUV | 219.49 | 78.62 | 107.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 251 | 132 | 0.24 | 0 | 0.47 | 0.02 | 90.25 | 0.94 | 0.75 |
| Hex | BF | FB | 84 | 18 | 0 | 2F | 2 | 5A | 5E | 4B |
| Octal | 277 | 373 | 204 | 30 | 0 | 57 | 2 | 132 | 136 | 113 |
| Binary | 10111111 | 11111011 | 10000100 | 11000 | 0 | 101111 | 10 | 1011010 | 1011110 | 1001011 |
Color Harmonies of #BFFB84
Complementary color
Monochromatic Colors of #BFFB84
Black with #BFFB84
Text Example
Text Example
White with #BFFB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFB84; }
p { color: rgb(191,251,132); }
H1.HeaderClassName
{
color: #BFFB84;
}
.AnyTagClassName
{
color: #BFFB84;
}
</style>
background-color css
<style>
a { background-color: #BFFB84; }
a { background-color: rgb(191,251,132); }
div.DivClassName
{
background-color: #BFFB84;
}
.BgClassName
{
background-color: #BFFB84;
}
</style>
border-color css
<style>
span { border-color: #BFFB84; }
span { border-color: rgb(191,251,132); }
td.TdClassName
{
border-color: #BFFB84;
}
.TagClassName
{
border-color: #BFFB84;
}
</style>