Shades of Sulu #BFF491
Tints of Sulu #BFF491
RGB
CMYK
RGB Variations
Color information
#BFF491 (or 0xBFF491) is known color: Sulu. HEX triplet: BF, F4 and 91. RGB value is (191,244,145). Sum of RGB (Red+Green+Blue) = 191+244+145=580 (76% of max value = 765). Red value is 191 (75% from 255 or 32.93% from 580); Green value is 244 (95.70% from 255 or 42.07% from 580); Blue value is 145 (57.03% from 255 or 25% from 580); Max value from RGB is 244 - color contains mainly: green. Hex color #BFF491 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF491 is #400B6E. Grayscale: #D9D9D9. Windows color (decimal): -4197231 or 9565375. OLE color: 9565375.
HSL color Cylindrical-coordinate representation of color #BFF491: hue angle of 92.12º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BFF491 is Cyan = 0.22, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 244 | 145 | - |
| CMYK | 0.22 | 0 | 0.41 | 0.04 |
| HSL | 92.12º | 0.82% | 0.76% | - |
| HSV(B) | 92.12º | 0.41% | 0.96% | - |
| XYZ | 58.95 | 77.82 | 38.7 | - |
| YUV | 216.87 | 87.44 | 109.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 244 | 145 | 0.22 | 0 | 0.41 | 0.04 | 92.12 | 0.82 | 0.76 |
| Hex | BF | F4 | 91 | 16 | 0 | 29 | 4 | 5C | 52 | 4C |
| Octal | 277 | 364 | 221 | 26 | 0 | 51 | 4 | 134 | 122 | 114 |
| Binary | 10111111 | 11110100 | 10010001 | 10110 | 0 | 101001 | 100 | 1011100 | 1010010 | 1001100 |
Color Harmonies of #BFF491
Complementary color
Monochromatic Colors of #BFF491
Black with #BFF491
Text Example
Text Example
White with #BFF491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF491; }
p { color: rgb(191,244,145); }
H1.HeaderClassName
{
color: #BFF491;
}
.AnyTagClassName
{
color: #BFF491;
}
</style>
background-color css
<style>
a { background-color: #BFF491; }
a { background-color: rgb(191,244,145); }
div.DivClassName
{
background-color: #BFF491;
}
.BgClassName
{
background-color: #BFF491;
}
</style>
border-color css
<style>
span { border-color: #BFF491; }
span { border-color: rgb(191,244,145); }
td.TdClassName
{
border-color: #BFF491;
}
.TagClassName
{
border-color: #BFF491;
}
</style>