Shades of Sulu #BFF391
Tints of Sulu #BFF391
RGB
CMYK
RGB Variations
Color information
#BFF391 (or 0xBFF391) is known color: Sulu. HEX triplet: BF, F3 and 91. RGB value is (191,243,145). Sum of RGB (Red+Green+Blue) = 191+243+145=579 (76% of max value = 765). Red value is 191 (75% from 255 or 32.99% from 579); Green value is 243 (95.31% from 255 or 41.97% from 579); Blue value is 145 (57.03% from 255 or 25.04% from 579); Max value from RGB is 243 - color contains mainly: green. Hex color #BFF391 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF391 is #400C6E. Grayscale: #D8D8D8. Windows color (decimal): -4197487 or 9565119. OLE color: 9565119.
HSL color Cylindrical-coordinate representation of color #BFF391: hue angle of 91.84º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BFF391 is Cyan = 0.21, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 243 | 145 | - |
| CMYK | 0.21 | 0 | 0.40 | 0.05 |
| HSL | 91.84º | 0.8% | 0.76% | - |
| HSV(B) | 91.84º | 0.4% | 0.95% | - |
| XYZ | 58.65 | 77.22 | 38.6 | - |
| YUV | 216.28 | 87.77 | 109.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 243 | 145 | 0.21 | 0 | 0.40 | 0.05 | 91.84 | 0.8 | 0.76 |
| Hex | BF | F3 | 91 | 15 | 0 | 28 | 5 | 5C | 50 | 4C |
| Octal | 277 | 363 | 221 | 25 | 0 | 50 | 5 | 134 | 120 | 114 |
| Binary | 10111111 | 11110011 | 10010001 | 10101 | 0 | 101000 | 101 | 1011100 | 1010000 | 1001100 |
Color Harmonies of #BFF391
Complementary color
Monochromatic Colors of #BFF391
Black with #BFF391
Text Example
Text Example
White with #BFF391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF391; }
p { color: rgb(191,243,145); }
H1.HeaderClassName
{
color: #BFF391;
}
.AnyTagClassName
{
color: #BFF391;
}
</style>
background-color css
<style>
a { background-color: #BFF391; }
a { background-color: rgb(191,243,145); }
div.DivClassName
{
background-color: #BFF391;
}
.BgClassName
{
background-color: #BFF391;
}
</style>
border-color css
<style>
span { border-color: #BFF391; }
span { border-color: rgb(191,243,145); }
td.TdClassName
{
border-color: #BFF391;
}
.TagClassName
{
border-color: #BFF391;
}
</style>