Shades of Sulu #BFF979
Tints of Sulu #BFF979
RGB
CMYK
RGB Variations
Color information
#BFF979 (or 0xBFF979) is known color: Sulu. HEX triplet: BF, F9 and 79. RGB value is (191,249,121). Sum of RGB (Red+Green+Blue) = 191+249+121=561 (74% of max value = 765). Red value is 191 (75% from 255 or 34.05% from 561); Green value is 249 (97.66% from 255 or 44.39% from 561); Blue value is 121 (47.66% from 255 or 21.57% from 561); Max value from RGB is 249 - color contains mainly: green. Hex color #BFF979 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF979 is #400686. Grayscale: #D9D9D9. Windows color (decimal): -4195975 or 7993791. OLE color: 7993791.
HSL color Cylindrical-coordinate representation of color #BFF979: hue angle of 87.19º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BFF979 is Cyan = 0.23, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 249 | 121 | - |
| CMYK | 0.23 | 0 | 0.51 | 0.02 |
| HSL | 87.19º | 0.91% | 0.73% | - |
| HSV(B) | 87.19º | 0.51% | 0.98% | - |
| XYZ | 58.81 | 80.21 | 30.47 | - |
| YUV | 217.07 | 73.78 | 109.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 249 | 121 | 0.23 | 0 | 0.51 | 0.02 | 87.19 | 0.91 | 0.73 |
| Hex | BF | F9 | 79 | 17 | 0 | 33 | 2 | 57 | 5B | 49 |
| Octal | 277 | 371 | 171 | 27 | 0 | 63 | 2 | 127 | 133 | 111 |
| Binary | 10111111 | 11111001 | 1111001 | 10111 | 0 | 110011 | 10 | 1010111 | 1011011 | 1001001 |
Color Harmonies of #BFF979
Complementary color
Monochromatic Colors of #BFF979
Black with #BFF979
Text Example
Text Example
White with #BFF979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF979; }
p { color: rgb(191,249,121); }
H1.HeaderClassName
{
color: #BFF979;
}
.AnyTagClassName
{
color: #BFF979;
}
</style>
background-color css
<style>
a { background-color: #BFF979; }
a { background-color: rgb(191,249,121); }
div.DivClassName
{
background-color: #BFF979;
}
.BgClassName
{
background-color: #BFF979;
}
</style>
border-color css
<style>
span { border-color: #BFF979; }
span { border-color: rgb(191,249,121); }
td.TdClassName
{
border-color: #BFF979;
}
.TagClassName
{
border-color: #BFF979;
}
</style>