Shades of Sulu #BFFE6D
Tints of Sulu #BFFE6D
RGB
CMYK
RGB Variations
Color information
#BFFE6D (or 0xBFFE6D) is known color: Sulu. HEX triplet: BF, FE and 6D. RGB value is (191,254,109). Sum of RGB (Red+Green+Blue) = 191+254+109=554 (73% of max value = 765). Red value is 191 (75% from 255 or 34.48% from 554); Green value is 254 (99.61% from 255 or 45.85% from 554); Blue value is 109 (42.97% from 255 or 19.68% from 554); Max value from RGB is 254 - color contains mainly: green. Hex color #BFFE6D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFFE6D is #400192. Grayscale: #DBDBDB. Windows color (decimal): -4194707 or 7208639. OLE color: 7208639.
HSL color Cylindrical-coordinate representation of color #BFFE6D: hue angle of 86.07º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BFFE6D is Cyan = 0.25, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 191 | 254 | 109 | - |
| CMYK | 0.25 | 0 | 0.57 | 0.00 |
| HSL | 86.07º | 0.99% | 0.71% | - |
| HSV(B) | 86.07º | 0.57% | 1% | - |
| XYZ | 59.69 | 83.06 | 27.36 | - |
| YUV | 218.63 | 66.13 | 108.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 254 | 109 | 0.25 | 0 | 0.57 | 0.00 | 86.07 | 0.99 | 0.71 |
| Hex | BF | FE | 6D | 19 | 0 | 39 | 0 | 56 | 63 | 47 |
| Octal | 277 | 376 | 155 | 31 | 0 | 71 | 0 | 126 | 143 | 107 |
| Binary | 10111111 | 11111110 | 1101101 | 11001 | 0 | 111001 | 0 | 1010110 | 1100011 | 1000111 |
Color Harmonies of #BFFE6D
Complementary color
Monochromatic Colors of #BFFE6D
Black with #BFFE6D
Text Example
Text Example
White with #BFFE6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFE6D; }
p { color: rgb(191,254,109); }
H1.HeaderClassName
{
color: #BFFE6D;
}
.AnyTagClassName
{
color: #BFFE6D;
}
</style>
background-color css
<style>
a { background-color: #BFFE6D; }
a { background-color: rgb(191,254,109); }
div.DivClassName
{
background-color: #BFFE6D;
}
.BgClassName
{
background-color: #BFFE6D;
}
</style>
border-color css
<style>
span { border-color: #BFFE6D; }
span { border-color: rgb(191,254,109); }
td.TdClassName
{
border-color: #BFFE6D;
}
.TagClassName
{
border-color: #BFFE6D;
}
</style>