Shades of Sulu #BFF16E
Tints of Sulu #BFF16E
RGB
CMYK
RGB Variations
Color information
#BFF16E (or 0xBFF16E) is known color: Sulu. HEX triplet: BF, F1 and 6E. RGB value is (191,241,110). Sum of RGB (Red+Green+Blue) = 191+241+110=542 (71% of max value = 765). Red value is 191 (75% from 255 or 35.24% from 542); Green value is 241 (94.53% from 255 or 44.46% from 542); Blue value is 110 (43.36% from 255 or 20.30% from 542); Max value from RGB is 241 - color contains mainly: green. Hex color #BFF16E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF16E is #400E91. Grayscale: #D3D3D3. Windows color (decimal): -4198034 or 7270847. OLE color: 7270847.
HSL color Cylindrical-coordinate representation of color #BFF16E: hue angle of 82.9º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BFF16E is Cyan = 0.21, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 241 | 110 | - |
| CMYK | 0.21 | 0 | 0.54 | 0.05 |
| HSL | 82.9º | 0.82% | 0.69% | - |
| HSV(B) | 82.9º | 0.54% | 0.95% | - |
| XYZ | 55.76 | 75.11 | 26.31 | - |
| YUV | 211.12 | 70.94 | 113.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 241 | 110 | 0.21 | 0 | 0.54 | 0.05 | 82.9 | 0.82 | 0.69 |
| Hex | BF | F1 | 6E | 15 | 0 | 36 | 5 | 53 | 52 | 45 |
| Octal | 277 | 361 | 156 | 25 | 0 | 66 | 5 | 123 | 122 | 105 |
| Binary | 10111111 | 11110001 | 1101110 | 10101 | 0 | 110110 | 101 | 1010011 | 1010010 | 1000101 |
Color Harmonies of #BFF16E
Complementary color
Monochromatic Colors of #BFF16E
Black with #BFF16E
Text Example
Text Example
White with #BFF16E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF16E; }
p { color: rgb(191,241,110); }
H1.HeaderClassName
{
color: #BFF16E;
}
.AnyTagClassName
{
color: #BFF16E;
}
</style>
background-color css
<style>
a { background-color: #BFF16E; }
a { background-color: rgb(191,241,110); }
div.DivClassName
{
background-color: #BFF16E;
}
.BgClassName
{
background-color: #BFF16E;
}
</style>
border-color css
<style>
span { border-color: #BFF16E; }
span { border-color: rgb(191,241,110); }
td.TdClassName
{
border-color: #BFF16E;
}
.TagClassName
{
border-color: #BFF16E;
}
</style>