Shades of Sulu #BFF177
Tints of Sulu #BFF177
RGB
CMYK
RGB Variations
Color information
#BFF177 (or 0xBFF177) is known color: Sulu. HEX triplet: BF, F1 and 77. RGB value is (191,241,119). Sum of RGB (Red+Green+Blue) = 191+241+119=551 (72% of max value = 765). Red value is 191 (75% from 255 or 34.66% from 551); Green value is 241 (94.53% from 255 or 43.74% from 551); Blue value is 119 (46.88% from 255 or 21.60% from 551); Max value from RGB is 241 - color contains mainly: green. Hex color #BFF177 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF177 is #400E88. Grayscale: #D4D4D4. Windows color (decimal): -4198025 or 7860671. OLE color: 7860671.
HSL color Cylindrical-coordinate representation of color #BFF177: hue angle of 84.59º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BFF177 is Cyan = 0.21, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 241 | 119 | - |
| CMYK | 0.21 | 0 | 0.51 | 0.05 |
| HSL | 84.59º | 0.81% | 0.71% | - |
| HSV(B) | 84.59º | 0.51% | 0.95% | - |
| XYZ | 56.27 | 75.32 | 29.02 | - |
| YUV | 212.14 | 75.44 | 112.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 241 | 119 | 0.21 | 0 | 0.51 | 0.05 | 84.59 | 0.81 | 0.71 |
| Hex | BF | F1 | 77 | 15 | 0 | 33 | 5 | 55 | 51 | 47 |
| Octal | 277 | 361 | 167 | 25 | 0 | 63 | 5 | 125 | 121 | 107 |
| Binary | 10111111 | 11110001 | 1110111 | 10101 | 0 | 110011 | 101 | 1010101 | 1010001 | 1000111 |
Color Harmonies of #BFF177
Complementary color
Monochromatic Colors of #BFF177
Black with #BFF177
Text Example
Text Example
White with #BFF177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF177; }
p { color: rgb(191,241,119); }
H1.HeaderClassName
{
color: #BFF177;
}
.AnyTagClassName
{
color: #BFF177;
}
</style>
background-color css
<style>
a { background-color: #BFF177; }
a { background-color: rgb(191,241,119); }
div.DivClassName
{
background-color: #BFF177;
}
.BgClassName
{
background-color: #BFF177;
}
</style>
border-color css
<style>
span { border-color: #BFF177; }
span { border-color: rgb(191,241,119); }
td.TdClassName
{
border-color: #BFF177;
}
.TagClassName
{
border-color: #BFF177;
}
</style>