Shades of Sulu #BFF675
Tints of Sulu #BFF675
RGB
CMYK
RGB Variations
Color information
#BFF675 (or 0xBFF675) is known color: Sulu. HEX triplet: BF, F6 and 75. RGB value is (191,246,117). Sum of RGB (Red+Green+Blue) = 191+246+117=554 (73% of max value = 765). Red value is 191 (75% from 255 or 34.48% from 554); Green value is 246 (96.48% from 255 or 44.40% from 554); Blue value is 117 (46.09% from 255 or 21.12% from 554); Max value from RGB is 246 - color contains mainly: green. Hex color #BFF675 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF675 is #40098A. Grayscale: #D7D7D7. Windows color (decimal): -4196747 or 7730879. OLE color: 7730879.
HSL color Cylindrical-coordinate representation of color #BFF675: hue angle of 85.58º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BFF675 is Cyan = 0.22, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 246 | 117 | - |
| CMYK | 0.22 | 0 | 0.52 | 0.04 |
| HSL | 85.58º | 0.88% | 0.71% | - |
| HSV(B) | 85.58º | 0.52% | 0.96% | - |
| XYZ | 57.65 | 78.27 | 28.9 | - |
| YUV | 214.85 | 72.78 | 110.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 246 | 117 | 0.22 | 0 | 0.52 | 0.04 | 85.58 | 0.88 | 0.71 |
| Hex | BF | F6 | 75 | 16 | 0 | 34 | 4 | 56 | 58 | 47 |
| Octal | 277 | 366 | 165 | 26 | 0 | 64 | 4 | 126 | 130 | 107 |
| Binary | 10111111 | 11110110 | 1110101 | 10110 | 0 | 110100 | 100 | 1010110 | 1011000 | 1000111 |
Color Harmonies of #BFF675
Complementary color
Monochromatic Colors of #BFF675
Black with #BFF675
Text Example
Text Example
White with #BFF675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF675; }
p { color: rgb(191,246,117); }
H1.HeaderClassName
{
color: #BFF675;
}
.AnyTagClassName
{
color: #BFF675;
}
</style>
background-color css
<style>
a { background-color: #BFF675; }
a { background-color: rgb(191,246,117); }
div.DivClassName
{
background-color: #BFF675;
}
.BgClassName
{
background-color: #BFF675;
}
</style>
border-color css
<style>
span { border-color: #BFF675; }
span { border-color: rgb(191,246,117); }
td.TdClassName
{
border-color: #BFF675;
}
.TagClassName
{
border-color: #BFF675;
}
</style>