Shades of Sulu #BFF175
Tints of Sulu #BFF175
RGB
CMYK
RGB Variations
Color information
#BFF175 (or 0xBFF175) is known color: Sulu. HEX triplet: BF, F1 and 75. RGB value is (191,241,117). Sum of RGB (Red+Green+Blue) = 191+241+117=549 (72% of max value = 765). Red value is 191 (75% from 255 or 34.79% from 549); Green value is 241 (94.53% from 255 or 43.90% from 549); Blue value is 117 (46.09% from 255 or 21.31% from 549); Max value from RGB is 241 - color contains mainly: green. Hex color #BFF175 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF175 is #400E8A. Grayscale: #D4D4D4. Windows color (decimal): -4198027 or 7729599. OLE color: 7729599.
HSL color Cylindrical-coordinate representation of color #BFF175: hue angle of 84.19º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BFF175 is Cyan = 0.21, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 241 | 117 | - |
| CMYK | 0.21 | 0 | 0.51 | 0.05 |
| HSL | 84.19º | 0.82% | 0.7% | - |
| HSV(B) | 84.19º | 0.51% | 0.95% | - |
| XYZ | 56.15 | 75.27 | 28.4 | - |
| YUV | 211.91 | 74.44 | 113.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 241 | 117 | 0.21 | 0 | 0.51 | 0.05 | 84.19 | 0.82 | 0.7 |
| Hex | BF | F1 | 75 | 15 | 0 | 33 | 5 | 54 | 52 | 46 |
| Octal | 277 | 361 | 165 | 25 | 0 | 63 | 5 | 124 | 122 | 106 |
| Binary | 10111111 | 11110001 | 1110101 | 10101 | 0 | 110011 | 101 | 1010100 | 1010010 | 1000110 |
Color Harmonies of #BFF175
Complementary color
Monochromatic Colors of #BFF175
Black with #BFF175
Text Example
Text Example
White with #BFF175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF175; }
p { color: rgb(191,241,117); }
H1.HeaderClassName
{
color: #BFF175;
}
.AnyTagClassName
{
color: #BFF175;
}
</style>
background-color css
<style>
a { background-color: #BFF175; }
a { background-color: rgb(191,241,117); }
div.DivClassName
{
background-color: #BFF175;
}
.BgClassName
{
background-color: #BFF175;
}
</style>
border-color css
<style>
span { border-color: #BFF175; }
span { border-color: rgb(191,241,117); }
td.TdClassName
{
border-color: #BFF175;
}
.TagClassName
{
border-color: #BFF175;
}
</style>