Shades of Sulu #BFFC66
Tints of Sulu #BFFC66
RGB
CMYK
RGB Variations
Color information
#BFFC66 (or 0xBFFC66) is known color: Sulu. HEX triplet: BF, FC and 66. RGB value is (191,252,102). Sum of RGB (Red+Green+Blue) = 191+252+102=545 (72% of max value = 765). Red value is 191 (75% from 255 or 35.05% from 545); Green value is 252 (98.83% from 255 or 46.24% from 545); Blue value is 102 (40.23% from 255 or 18.72% from 545); Max value from RGB is 252 - color contains mainly: green. Hex color #BFFC66 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFFC66 is #400399. Grayscale: #D9D9D9. Windows color (decimal): -4195226 or 6749375. OLE color: 6749375.
HSL color Cylindrical-coordinate representation of color #BFFC66: hue angle of 84.4º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BFFC66 is Cyan = 0.24, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 191 | 252 | 102 | - |
| CMYK | 0.24 | 0 | 0.60 | 0.01 |
| HSL | 84.4º | 0.96% | 0.69% | - |
| HSV(B) | 84.4º | 0.6% | 0.99% | - |
| XYZ | 58.69 | 81.66 | 25.24 | - |
| YUV | 216.66 | 63.29 | 109.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 252 | 102 | 0.24 | 0 | 0.60 | 0.01 | 84.4 | 0.96 | 0.69 |
| Hex | BF | FC | 66 | 18 | 0 | 3C | 1 | 54 | 60 | 45 |
| Octal | 277 | 374 | 146 | 30 | 0 | 74 | 1 | 124 | 140 | 105 |
| Binary | 10111111 | 11111100 | 1100110 | 11000 | 0 | 111100 | 1 | 1010100 | 1100000 | 1000101 |
Color Harmonies of #BFFC66
Complementary color
Monochromatic Colors of #BFFC66
Black with #BFFC66
Text Example
Text Example
White with #BFFC66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFC66; }
p { color: rgb(191,252,102); }
H1.HeaderClassName
{
color: #BFFC66;
}
.AnyTagClassName
{
color: #BFFC66;
}
</style>
background-color css
<style>
a { background-color: #BFFC66; }
a { background-color: rgb(191,252,102); }
div.DivClassName
{
background-color: #BFFC66;
}
.BgClassName
{
background-color: #BFFC66;
}
</style>
border-color css
<style>
span { border-color: #BFFC66; }
span { border-color: rgb(191,252,102); }
td.TdClassName
{
border-color: #BFFC66;
}
.TagClassName
{
border-color: #BFFC66;
}
</style>