Shades of Sulu #BFF690
Tints of Sulu #BFF690
RGB
CMYK
RGB Variations
Color information
#BFF690 (or 0xBFF690) is known color: Sulu. HEX triplet: BF, F6 and 90. RGB value is (191,246,144). Sum of RGB (Red+Green+Blue) = 191+246+144=581 (76% of max value = 765). Red value is 191 (75% from 255 or 32.87% from 581); Green value is 246 (96.48% from 255 or 42.34% from 581); Blue value is 144 (56.64% from 255 or 24.78% from 581); Max value from RGB is 246 - color contains mainly: green. Hex color #BFF690 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF690 is #40096F. Grayscale: #DADADA. Windows color (decimal): -4196720 or 9500351. OLE color: 9500351.
HSL color Cylindrical-coordinate representation of color #BFF690: hue angle of 92.35º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BFF690 is Cyan = 0.22, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 246 | 144 | - |
| CMYK | 0.22 | 0 | 0.41 | 0.04 |
| HSL | 92.35º | 0.85% | 0.76% | - |
| HSV(B) | 92.35º | 0.41% | 0.96% | - |
| XYZ | 59.48 | 79 | 38.5 | - |
| YUV | 217.93 | 86.28 | 108.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 246 | 144 | 0.22 | 0 | 0.41 | 0.04 | 92.35 | 0.85 | 0.76 |
| Hex | BF | F6 | 90 | 16 | 0 | 29 | 4 | 5C | 55 | 4C |
| Octal | 277 | 366 | 220 | 26 | 0 | 51 | 4 | 134 | 125 | 114 |
| Binary | 10111111 | 11110110 | 10010000 | 10110 | 0 | 101001 | 100 | 1011100 | 1010101 | 1001100 |
Color Harmonies of #BFF690
Complementary color
Monochromatic Colors of #BFF690
Black with #BFF690
Text Example
Text Example
White with #BFF690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF690; }
p { color: rgb(191,246,144); }
H1.HeaderClassName
{
color: #BFF690;
}
.AnyTagClassName
{
color: #BFF690;
}
</style>
background-color css
<style>
a { background-color: #BFF690; }
a { background-color: rgb(191,246,144); }
div.DivClassName
{
background-color: #BFF690;
}
.BgClassName
{
background-color: #BFF690;
}
</style>
border-color css
<style>
span { border-color: #BFF690; }
span { border-color: rgb(191,246,144); }
td.TdClassName
{
border-color: #BFF690;
}
.TagClassName
{
border-color: #BFF690;
}
</style>