Shades of Sulu #BFFC86
Tints of Sulu #BFFC86
RGB
CMYK
RGB Variations
Color information
#BFFC86 (or 0xBFFC86) is known color: Sulu. HEX triplet: BF, FC and 86. RGB value is (191,252,134). Sum of RGB (Red+Green+Blue) = 191+252+134=577 (76% of max value = 765). Red value is 191 (75% from 255 or 33.10% from 577); Green value is 252 (98.83% from 255 or 43.67% from 577); Blue value is 134 (52.73% from 255 or 23.22% from 577); Max value from RGB is 252 - color contains mainly: green. Hex color #BFFC86 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFFC86 is #400379. Grayscale: #DCDCDC. Windows color (decimal): -4195194 or 8846527. OLE color: 8846527.
HSL color Cylindrical-coordinate representation of color #BFFC86: hue angle of 91.02º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BFFC86 is Cyan = 0.24, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 191 | 252 | 134 | - |
| CMYK | 0.24 | 0 | 0.47 | 0.01 |
| HSL | 91.02º | 0.95% | 0.76% | - |
| HSV(B) | 91.02º | 0.47% | 0.99% | - |
| XYZ | 60.6 | 82.42 | 35.27 | - |
| YUV | 220.31 | 79.29 | 107.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 252 | 134 | 0.24 | 0 | 0.47 | 0.01 | 91.02 | 0.95 | 0.76 |
| Hex | BF | FC | 86 | 18 | 0 | 2F | 1 | 5B | 5F | 4C |
| Octal | 277 | 374 | 206 | 30 | 0 | 57 | 1 | 133 | 137 | 114 |
| Binary | 10111111 | 11111100 | 10000110 | 11000 | 0 | 101111 | 1 | 1011011 | 1011111 | 1001100 |
Color Harmonies of #BFFC86
Complementary color
Monochromatic Colors of #BFFC86
Black with #BFFC86
Text Example
Text Example
White with #BFFC86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFC86; }
p { color: rgb(191,252,134); }
H1.HeaderClassName
{
color: #BFFC86;
}
.AnyTagClassName
{
color: #BFFC86;
}
</style>
background-color css
<style>
a { background-color: #BFFC86; }
a { background-color: rgb(191,252,134); }
div.DivClassName
{
background-color: #BFFC86;
}
.BgClassName
{
background-color: #BFFC86;
}
</style>
border-color css
<style>
span { border-color: #BFFC86; }
span { border-color: rgb(191,252,134); }
td.TdClassName
{
border-color: #BFFC86;
}
.TagClassName
{
border-color: #BFFC86;
}
</style>