Shades of Sulu #BFF577
Tints of Sulu #BFF577
RGB
CMYK
RGB Variations
Color information
#BFF577 (or 0xBFF577) is known color: Sulu. HEX triplet: BF, F5 and 77. RGB value is (191,245,119). Sum of RGB (Red+Green+Blue) = 191+245+119=555 (73% of max value = 765). Red value is 191 (75% from 255 or 34.41% from 555); Green value is 245 (96.09% from 255 or 44.14% from 555); Blue value is 119 (46.88% from 255 or 21.44% from 555); Max value from RGB is 245 - color contains mainly: green. Hex color #BFF577 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF577 is #400A88. Grayscale: #D6D6D6. Windows color (decimal): -4197001 or 7861695. OLE color: 7861695.
HSL color Cylindrical-coordinate representation of color #BFF577: hue angle of 85.71º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BFF577 is Cyan = 0.22, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 245 | 119 | - |
| CMYK | 0.22 | 0 | 0.51 | 0.04 |
| HSL | 85.71º | 0.86% | 0.71% | - |
| HSV(B) | 85.71º | 0.51% | 0.96% | - |
| XYZ | 57.47 | 77.71 | 29.42 | - |
| YUV | 214.49 | 74.11 | 111.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 245 | 119 | 0.22 | 0 | 0.51 | 0.04 | 85.71 | 0.86 | 0.71 |
| Hex | BF | F5 | 77 | 16 | 0 | 33 | 4 | 56 | 56 | 47 |
| Octal | 277 | 365 | 167 | 26 | 0 | 63 | 4 | 126 | 126 | 107 |
| Binary | 10111111 | 11110101 | 1110111 | 10110 | 0 | 110011 | 100 | 1010110 | 1010110 | 1000111 |
Color Harmonies of #BFF577
Complementary color
Monochromatic Colors of #BFF577
Black with #BFF577
Text Example
Text Example
White with #BFF577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF577; }
p { color: rgb(191,245,119); }
H1.HeaderClassName
{
color: #BFF577;
}
.AnyTagClassName
{
color: #BFF577;
}
</style>
background-color css
<style>
a { background-color: #BFF577; }
a { background-color: rgb(191,245,119); }
div.DivClassName
{
background-color: #BFF577;
}
.BgClassName
{
background-color: #BFF577;
}
</style>
border-color css
<style>
span { border-color: #BFF577; }
span { border-color: rgb(191,245,119); }
td.TdClassName
{
border-color: #BFF577;
}
.TagClassName
{
border-color: #BFF577;
}
</style>