Shades of Sulu #BFFE66
Tints of Sulu #BFFE66
RGB
CMYK
RGB Variations
Color information
#BFFE66 (or 0xBFFE66) is known color: Sulu. HEX triplet: BF, FE and 66. RGB value is (191,254,102). Sum of RGB (Red+Green+Blue) = 191+254+102=547 (72% of max value = 765). Red value is 191 (75% from 255 or 34.92% from 547); Green value is 254 (99.61% from 255 or 46.44% from 547); Blue value is 102 (40.23% from 255 or 18.65% from 547); Max value from RGB is 254 - color contains mainly: green. Hex color #BFFE66 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFFE66 is #400199. Grayscale: #DADADA. Windows color (decimal): -4194714 or 6749887. OLE color: 6749887.
HSL color Cylindrical-coordinate representation of color #BFFE66: hue angle of 84.87º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BFFE66 is Cyan = 0.25, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 191 | 254 | 102 | - |
| CMYK | 0.25 | 0 | 0.60 | 0.00 |
| HSL | 84.87º | 0.99% | 0.7% | - |
| HSV(B) | 84.87º | 0.6% | 1% | - |
| XYZ | 59.33 | 82.92 | 25.45 | - |
| YUV | 217.84 | 62.63 | 108.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 254 | 102 | 0.25 | 0 | 0.60 | 0.00 | 84.87 | 0.99 | 0.7 |
| Hex | BF | FE | 66 | 19 | 0 | 3C | 0 | 55 | 63 | 46 |
| Octal | 277 | 376 | 146 | 31 | 0 | 74 | 0 | 125 | 143 | 106 |
| Binary | 10111111 | 11111110 | 1100110 | 11001 | 0 | 111100 | 0 | 1010101 | 1100011 | 1000110 |
Color Harmonies of #BFFE66
Complementary color
Monochromatic Colors of #BFFE66
Black with #BFFE66
Text Example
Text Example
White with #BFFE66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFE66; }
p { color: rgb(191,254,102); }
H1.HeaderClassName
{
color: #BFFE66;
}
.AnyTagClassName
{
color: #BFFE66;
}
</style>
background-color css
<style>
a { background-color: #BFFE66; }
a { background-color: rgb(191,254,102); }
div.DivClassName
{
background-color: #BFFE66;
}
.BgClassName
{
background-color: #BFFE66;
}
</style>
border-color css
<style>
span { border-color: #BFFE66; }
span { border-color: rgb(191,254,102); }
td.TdClassName
{
border-color: #BFFE66;
}
.TagClassName
{
border-color: #BFFE66;
}
</style>