Shades of Sulu #BFF071
Tints of Sulu #BFF071
RGB
CMYK
RGB Variations
Color information
#BFF071 (or 0xBFF071) is known color: Sulu. HEX triplet: BF, F0 and 71. RGB value is (191,240,113). Sum of RGB (Red+Green+Blue) = 191+240+113=544 (72% of max value = 765). Red value is 191 (75% from 255 or 35.11% from 544); Green value is 240 (94.14% from 255 or 44.12% from 544); Blue value is 113 (44.53% from 255 or 20.77% from 544); Max value from RGB is 240 - color contains mainly: green. Hex color #BFF071 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF071 is #400F8E. Grayscale: #D3D3D3. Windows color (decimal): -4198287 or 7467199. OLE color: 7467199.
HSL color Cylindrical-coordinate representation of color #BFF071: hue angle of 83.15º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BFF071 is Cyan = 0.20, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 240 | 113 | - |
| CMYK | 0.20 | 0 | 0.53 | 0.06 |
| HSL | 83.15º | 0.81% | 0.69% | - |
| HSV(B) | 83.15º | 0.53% | 0.94% | - |
| XYZ | 55.63 | 74.59 | 27.09 | - |
| YUV | 210.87 | 72.77 | 113.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 240 | 113 | 0.20 | 0 | 0.53 | 0.06 | 83.15 | 0.81 | 0.69 |
| Hex | BF | F0 | 71 | 14 | 0 | 35 | 6 | 53 | 51 | 45 |
| Octal | 277 | 360 | 161 | 24 | 0 | 65 | 6 | 123 | 121 | 105 |
| Binary | 10111111 | 11110000 | 1110001 | 10100 | 0 | 110101 | 110 | 1010011 | 1010001 | 1000101 |
Color Harmonies of #BFF071
Complementary color
Monochromatic Colors of #BFF071
Black with #BFF071
Text Example
Text Example
White with #BFF071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF071; }
p { color: rgb(191,240,113); }
H1.HeaderClassName
{
color: #BFF071;
}
.AnyTagClassName
{
color: #BFF071;
}
</style>
background-color css
<style>
a { background-color: #BFF071; }
a { background-color: rgb(191,240,113); }
div.DivClassName
{
background-color: #BFF071;
}
.BgClassName
{
background-color: #BFF071;
}
</style>
border-color css
<style>
span { border-color: #BFF071; }
span { border-color: rgb(191,240,113); }
td.TdClassName
{
border-color: #BFF071;
}
.TagClassName
{
border-color: #BFF071;
}
</style>