Shades of Sulu #BFF571
Tints of Sulu #BFF571
RGB
CMYK
RGB Variations
Color information
#BFF571 (or 0xBFF571) is known color: Sulu. HEX triplet: BF, F5 and 71. RGB value is (191,245,113). Sum of RGB (Red+Green+Blue) = 191+245+113=549 (72% of max value = 765). Red value is 191 (75% from 255 or 34.79% from 549); Green value is 245 (96.09% from 255 or 44.63% from 549); Blue value is 113 (44.53% from 255 or 20.58% from 549); Max value from RGB is 245 - color contains mainly: green. Hex color #BFF571 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF571 is #400A8E. Grayscale: #D6D6D6. Windows color (decimal): -4197007 or 7468479. OLE color: 7468479.
HSL color Cylindrical-coordinate representation of color #BFF571: hue angle of 84.55º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BFF571 is Cyan = 0.22, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 245 | 113 | - |
| CMYK | 0.22 | 0 | 0.54 | 0.04 |
| HSL | 84.55º | 0.87% | 0.7% | - |
| HSV(B) | 84.55º | 0.54% | 0.96% | - |
| XYZ | 57.12 | 77.57 | 27.59 | - |
| YUV | 213.81 | 71.11 | 111.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 245 | 113 | 0.22 | 0 | 0.54 | 0.04 | 84.55 | 0.87 | 0.7 |
| Hex | BF | F5 | 71 | 16 | 0 | 36 | 4 | 55 | 57 | 46 |
| Octal | 277 | 365 | 161 | 26 | 0 | 66 | 4 | 125 | 127 | 106 |
| Binary | 10111111 | 11110101 | 1110001 | 10110 | 0 | 110110 | 100 | 1010101 | 1010111 | 1000110 |
Color Harmonies of #BFF571
Complementary color
Monochromatic Colors of #BFF571
Black with #BFF571
Text Example
Text Example
White with #BFF571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF571; }
p { color: rgb(191,245,113); }
H1.HeaderClassName
{
color: #BFF571;
}
.AnyTagClassName
{
color: #BFF571;
}
</style>
background-color css
<style>
a { background-color: #BFF571; }
a { background-color: rgb(191,245,113); }
div.DivClassName
{
background-color: #BFF571;
}
.BgClassName
{
background-color: #BFF571;
}
</style>
border-color css
<style>
span { border-color: #BFF571; }
span { border-color: rgb(191,245,113); }
td.TdClassName
{
border-color: #BFF571;
}
.TagClassName
{
border-color: #BFF571;
}
</style>