Shades of Sulu #BFF972
Tints of Sulu #BFF972
RGB
CMYK
RGB Variations
Color information
#BFF972 (or 0xBFF972) is known color: Sulu. HEX triplet: BF, F9 and 72. RGB value is (191,249,114). Sum of RGB (Red+Green+Blue) = 191+249+114=554 (73% of max value = 765). Red value is 191 (75% from 255 or 34.48% from 554); Green value is 249 (97.66% from 255 or 44.95% from 554); Blue value is 114 (44.92% from 255 or 20.58% from 554); Max value from RGB is 249 - color contains mainly: green. Hex color #BFF972 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF972 is #40068D. Grayscale: #D8D8D8. Windows color (decimal): -4195982 or 7535039. OLE color: 7535039.
HSL color Cylindrical-coordinate representation of color #BFF972: hue angle of 85.78º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BFF972 is Cyan = 0.23, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 249 | 114 | - |
| CMYK | 0.23 | 0 | 0.54 | 0.02 |
| HSL | 85.78º | 0.92% | 0.71% | - |
| HSV(B) | 85.78º | 0.54% | 0.98% | - |
| XYZ | 58.4 | 80.04 | 28.29 | - |
| YUV | 216.27 | 70.28 | 109.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 249 | 114 | 0.23 | 0 | 0.54 | 0.02 | 85.78 | 0.92 | 0.71 |
| Hex | BF | F9 | 72 | 17 | 0 | 36 | 2 | 56 | 5C | 47 |
| Octal | 277 | 371 | 162 | 27 | 0 | 66 | 2 | 126 | 134 | 107 |
| Binary | 10111111 | 11111001 | 1110010 | 10111 | 0 | 110110 | 10 | 1010110 | 1011100 | 1000111 |
Color Harmonies of #BFF972
Complementary color
Monochromatic Colors of #BFF972
Black with #BFF972
Text Example
Text Example
White with #BFF972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF972; }
p { color: rgb(191,249,114); }
H1.HeaderClassName
{
color: #BFF972;
}
.AnyTagClassName
{
color: #BFF972;
}
</style>
background-color css
<style>
a { background-color: #BFF972; }
a { background-color: rgb(191,249,114); }
div.DivClassName
{
background-color: #BFF972;
}
.BgClassName
{
background-color: #BFF972;
}
</style>
border-color css
<style>
span { border-color: #BFF972; }
span { border-color: rgb(191,249,114); }
td.TdClassName
{
border-color: #BFF972;
}
.TagClassName
{
border-color: #BFF972;
}
</style>