Shades of Sulu #BFF473
Tints of Sulu #BFF473
RGB
CMYK
RGB Variations
Color information
#BFF473 (or 0xBFF473) is known color: Sulu. HEX triplet: BF, F4 and 73. RGB value is (191,244,115). Sum of RGB (Red+Green+Blue) = 191+244+115=550 (72% of max value = 765). Red value is 191 (75% from 255 or 34.73% from 550); Green value is 244 (95.70% from 255 or 44.36% from 550); Blue value is 115 (45.31% from 255 or 20.91% from 550); Max value from RGB is 244 - color contains mainly: green. Hex color #BFF473 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF473 is #400B8C. Grayscale: #D5D5D5. Windows color (decimal): -4197261 or 7599295. OLE color: 7599295.
HSL color Cylindrical-coordinate representation of color #BFF473: hue angle of 84.65º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BFF473 is Cyan = 0.22, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 244 | 115 | - |
| CMYK | 0.22 | 0 | 0.53 | 0.04 |
| HSL | 84.65º | 0.85% | 0.7% | - |
| HSV(B) | 84.65º | 0.53% | 0.96% | - |
| XYZ | 56.93 | 77.02 | 28.08 | - |
| YUV | 213.45 | 72.44 | 111.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 244 | 115 | 0.22 | 0 | 0.53 | 0.04 | 84.65 | 0.85 | 0.7 |
| Hex | BF | F4 | 73 | 16 | 0 | 35 | 4 | 55 | 55 | 46 |
| Octal | 277 | 364 | 163 | 26 | 0 | 65 | 4 | 125 | 125 | 106 |
| Binary | 10111111 | 11110100 | 1110011 | 10110 | 0 | 110101 | 100 | 1010101 | 1010101 | 1000110 |
Color Harmonies of #BFF473
Complementary color
Monochromatic Colors of #BFF473
Black with #BFF473
Text Example
Text Example
White with #BFF473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF473; }
p { color: rgb(191,244,115); }
H1.HeaderClassName
{
color: #BFF473;
}
.AnyTagClassName
{
color: #BFF473;
}
</style>
background-color css
<style>
a { background-color: #BFF473; }
a { background-color: rgb(191,244,115); }
div.DivClassName
{
background-color: #BFF473;
}
.BgClassName
{
background-color: #BFF473;
}
</style>
border-color css
<style>
span { border-color: #BFF473; }
span { border-color: rgb(191,244,115); }
td.TdClassName
{
border-color: #BFF473;
}
.TagClassName
{
border-color: #BFF473;
}
</style>