Shades of Sulu #BFF873
Tints of Sulu #BFF873
RGB
CMYK
RGB Variations
Color information
#BFF873 (or 0xBFF873) is known color: Sulu. HEX triplet: BF, F8 and 73. RGB value is (191,248,115). Sum of RGB (Red+Green+Blue) = 191+248+115=554 (73% of max value = 765). Red value is 191 (75% from 255 or 34.48% from 554); Green value is 248 (97.27% from 255 or 44.77% from 554); Blue value is 115 (45.31% from 255 or 20.76% from 554); Max value from RGB is 248 - color contains mainly: green. Hex color #BFF873 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF873 is #40078C. Grayscale: #D8D8D8. Windows color (decimal): -4196237 or 7600319. OLE color: 7600319.
HSL color Cylindrical-coordinate representation of color #BFF873: hue angle of 85.71º degrees, saturation: 0.9, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BFF873 is Cyan = 0.23, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 191 | 248 | 115 | - |
| CMYK | 0.23 | 0 | 0.54 | 0.03 |
| HSL | 85.71º | 0.9% | 0.71% | - |
| HSV(B) | 85.71º | 0.54% | 0.97% | - |
| XYZ | 58.15 | 79.45 | 28.49 | - |
| YUV | 215.8 | 71.12 | 110.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 248 | 115 | 0.23 | 0 | 0.54 | 0.03 | 85.71 | 0.9 | 0.71 |
| Hex | BF | F8 | 73 | 17 | 0 | 36 | 3 | 56 | 5A | 47 |
| Octal | 277 | 370 | 163 | 27 | 0 | 66 | 3 | 126 | 132 | 107 |
| Binary | 10111111 | 11111000 | 1110011 | 10111 | 0 | 110110 | 11 | 1010110 | 1011010 | 1000111 |
Color Harmonies of #BFF873
Complementary color
Monochromatic Colors of #BFF873
Black with #BFF873
Text Example
Text Example
White with #BFF873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF873; }
p { color: rgb(191,248,115); }
H1.HeaderClassName
{
color: #BFF873;
}
.AnyTagClassName
{
color: #BFF873;
}
</style>
background-color css
<style>
a { background-color: #BFF873; }
a { background-color: rgb(191,248,115); }
div.DivClassName
{
background-color: #BFF873;
}
.BgClassName
{
background-color: #BFF873;
}
</style>
border-color css
<style>
span { border-color: #BFF873; }
span { border-color: rgb(191,248,115); }
td.TdClassName
{
border-color: #BFF873;
}
.TagClassName
{
border-color: #BFF873;
}
</style>