Shades of Sulu #BFF171
Tints of Sulu #BFF171
RGB
CMYK
RGB Variations
Color information
#BFF171 (or 0xBFF171) is known color: Sulu. HEX triplet: BF, F1 and 71. RGB value is (191,241,113). Sum of RGB (Red+Green+Blue) = 191+241+113=545 (72% of max value = 765). Red value is 191 (75% from 255 or 35.05% from 545); Green value is 241 (94.53% from 255 or 44.22% from 545); Blue value is 113 (44.53% from 255 or 20.73% from 545); Max value from RGB is 241 - color contains mainly: green. Hex color #BFF171 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF171 is #400E8E. Grayscale: #D3D3D3. Windows color (decimal): -4198031 or 7467455. OLE color: 7467455.
HSL color Cylindrical-coordinate representation of color #BFF171: hue angle of 83.44º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BFF171 is Cyan = 0.21, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 241 | 113 | - |
| CMYK | 0.21 | 0 | 0.53 | 0.05 |
| HSL | 83.44º | 0.82% | 0.69% | - |
| HSV(B) | 83.44º | 0.53% | 0.95% | - |
| XYZ | 55.92 | 75.18 | 27.19 | - |
| YUV | 211.46 | 72.44 | 113.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 241 | 113 | 0.21 | 0 | 0.53 | 0.05 | 83.44 | 0.82 | 0.69 |
| Hex | BF | F1 | 71 | 15 | 0 | 35 | 5 | 53 | 52 | 45 |
| Octal | 277 | 361 | 161 | 25 | 0 | 65 | 5 | 123 | 122 | 105 |
| Binary | 10111111 | 11110001 | 1110001 | 10101 | 0 | 110101 | 101 | 1010011 | 1010010 | 1000101 |
Color Harmonies of #BFF171
Complementary color
Monochromatic Colors of #BFF171
Black with #BFF171
Text Example
Text Example
White with #BFF171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF171; }
p { color: rgb(191,241,113); }
H1.HeaderClassName
{
color: #BFF171;
}
.AnyTagClassName
{
color: #BFF171;
}
</style>
background-color css
<style>
a { background-color: #BFF171; }
a { background-color: rgb(191,241,113); }
div.DivClassName
{
background-color: #BFF171;
}
.BgClassName
{
background-color: #BFF171;
}
</style>
border-color css
<style>
span { border-color: #BFF171; }
span { border-color: rgb(191,241,113); }
td.TdClassName
{
border-color: #BFF171;
}
.TagClassName
{
border-color: #BFF171;
}
</style>