Shades of Sulu #BFFA84
Tints of Sulu #BFFA84
RGB
CMYK
RGB Variations
Color information
#BFFA84 (or 0xBFFA84) is known color: Sulu. HEX triplet: BF, FA and 84. RGB value is (191,250,132). Sum of RGB (Red+Green+Blue) = 191+250+132=573 (75% of max value = 765). Red value is 191 (75% from 255 or 33.33% from 573); Green value is 250 (98.05% from 255 or 43.63% from 573); Blue value is 132 (51.95% from 255 or 23.04% from 573); Max value from RGB is 250 - color contains mainly: green. Hex color #BFFA84 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFFA84 is #40057B. Grayscale: #DBDBDB. Windows color (decimal): -4195708 or 8714943. OLE color: 8714943.
HSL color Cylindrical-coordinate representation of color #BFFA84: hue angle of 90º degrees, saturation: 0.92, 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 #BFFA84 is Cyan = 0.24, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 250 | 132 | - |
| CMYK | 0.24 | 0 | 0.47 | 0.02 |
| HSL | 90º | 0.92% | 0.75% | - |
| HSV(B) | 90º | 0.47% | 0.98% | - |
| XYZ | 59.84 | 81.11 | 34.33 | - |
| YUV | 218.91 | 78.95 | 108.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 250 | 132 | 0.24 | 0 | 0.47 | 0.02 | 90 | 0.92 | 0.75 |
| Hex | BF | FA | 84 | 18 | 0 | 2F | 2 | 5A | 5C | 4B |
| Octal | 277 | 372 | 204 | 30 | 0 | 57 | 2 | 132 | 134 | 113 |
| Binary | 10111111 | 11111010 | 10000100 | 11000 | 0 | 101111 | 10 | 1011010 | 1011100 | 1001011 |
Color Harmonies of #BFFA84
Complementary color
Monochromatic Colors of #BFFA84
Black with #BFFA84
Text Example
Text Example
White with #BFFA84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFA84; }
p { color: rgb(191,250,132); }
H1.HeaderClassName
{
color: #BFFA84;
}
.AnyTagClassName
{
color: #BFFA84;
}
</style>
background-color css
<style>
a { background-color: #BFFA84; }
a { background-color: rgb(191,250,132); }
div.DivClassName
{
background-color: #BFFA84;
}
.BgClassName
{
background-color: #BFFA84;
}
</style>
border-color css
<style>
span { border-color: #BFFA84; }
span { border-color: rgb(191,250,132); }
td.TdClassName
{
border-color: #BFFA84;
}
.TagClassName
{
border-color: #BFFA84;
}
</style>