Shades of Sulu #BFF872
Tints of Sulu #BFF872
RGB
CMYK
RGB Variations
Color information
#BFF872 (or 0xBFF872) is known color: Sulu. HEX triplet: BF, F8 and 72. RGB value is (191,248,114). Sum of RGB (Red+Green+Blue) = 191+248+114=553 (73% of max value = 765). Red value is 191 (75% from 255 or 34.54% from 553); Green value is 248 (97.27% from 255 or 44.85% from 553); Blue value is 114 (44.92% from 255 or 20.61% from 553); Max value from RGB is 248 - color contains mainly: green. Hex color #BFF872 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF872 is #40078D. Grayscale: #D8D8D8. Windows color (decimal): -4196238 or 7534783. OLE color: 7534783.
HSL color Cylindrical-coordinate representation of color #BFF872: hue angle of 85.52º degrees, saturation: 0.91, 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 #BFF872 is Cyan = 0.23, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 191 | 248 | 114 | - |
| CMYK | 0.23 | 0 | 0.54 | 0.03 |
| HSL | 85.52º | 0.91% | 0.71% | - |
| HSV(B) | 85.52º | 0.54% | 0.97% | - |
| XYZ | 58.09 | 79.43 | 28.19 | - |
| YUV | 215.68 | 70.62 | 110.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 248 | 114 | 0.23 | 0 | 0.54 | 0.03 | 85.52 | 0.91 | 0.71 |
| Hex | BF | F8 | 72 | 17 | 0 | 36 | 3 | 56 | 5B | 47 |
| Octal | 277 | 370 | 162 | 27 | 0 | 66 | 3 | 126 | 133 | 107 |
| Binary | 10111111 | 11111000 | 1110010 | 10111 | 0 | 110110 | 11 | 1010110 | 1011011 | 1000111 |
Color Harmonies of #BFF872
Complementary color
Monochromatic Colors of #BFF872
Black with #BFF872
Text Example
Text Example
White with #BFF872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF872; }
p { color: rgb(191,248,114); }
H1.HeaderClassName
{
color: #BFF872;
}
.AnyTagClassName
{
color: #BFF872;
}
</style>
background-color css
<style>
a { background-color: #BFF872; }
a { background-color: rgb(191,248,114); }
div.DivClassName
{
background-color: #BFF872;
}
.BgClassName
{
background-color: #BFF872;
}
</style>
border-color css
<style>
span { border-color: #BFF872; }
span { border-color: rgb(191,248,114); }
td.TdClassName
{
border-color: #BFF872;
}
.TagClassName
{
border-color: #BFF872;
}
</style>