Shades of Sulu #BFF16A
Tints of Sulu #BFF16A
RGB
CMYK
RGB Variations
Color information
#BFF16A (or 0xBFF16A) is known color: Sulu. HEX triplet: BF, F1 and 6A. RGB value is (191,241,106). Sum of RGB (Red+Green+Blue) = 191+241+106=538 (71% of max value = 765). Red value is 191 (75% from 255 or 35.50% from 538); Green value is 241 (94.53% from 255 or 44.80% from 538); Blue value is 106 (41.80% from 255 or 19.70% from 538); Max value from RGB is 241 - color contains mainly: green. Hex color #BFF16A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF16A is #400E95. Grayscale: #D3D3D3. Windows color (decimal): -4198038 or 7008703. OLE color: 7008703.
HSL color Cylindrical-coordinate representation of color #BFF16A: hue angle of 82.22º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BFF16A is Cyan = 0.21, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 241 | 106 | - |
| CMYK | 0.21 | 0 | 0.56 | 0.05 |
| HSL | 82.22º | 0.83% | 0.68% | - |
| HSV(B) | 82.22º | 0.56% | 0.95% | - |
| XYZ | 55.54 | 75.03 | 25.19 | - |
| YUV | 210.66 | 68.94 | 113.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 241 | 106 | 0.21 | 0 | 0.56 | 0.05 | 82.22 | 0.83 | 0.68 |
| Hex | BF | F1 | 6A | 15 | 0 | 38 | 5 | 52 | 53 | 44 |
| Octal | 277 | 361 | 152 | 25 | 0 | 70 | 5 | 122 | 123 | 104 |
| Binary | 10111111 | 11110001 | 1101010 | 10101 | 0 | 111000 | 101 | 1010010 | 1010011 | 1000100 |
Color Harmonies of #BFF16A
Complementary color
Monochromatic Colors of #BFF16A
Black with #BFF16A
Text Example
Text Example
White with #BFF16A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF16A; }
p { color: rgb(191,241,106); }
H1.HeaderClassName
{
color: #BFF16A;
}
.AnyTagClassName
{
color: #BFF16A;
}
</style>
background-color css
<style>
a { background-color: #BFF16A; }
a { background-color: rgb(191,241,106); }
div.DivClassName
{
background-color: #BFF16A;
}
.BgClassName
{
background-color: #BFF16A;
}
</style>
border-color css
<style>
span { border-color: #BFF16A; }
span { border-color: rgb(191,241,106); }
td.TdClassName
{
border-color: #BFF16A;
}
.TagClassName
{
border-color: #BFF16A;
}
</style>