Shades of Sulu #BFFC8D
Tints of Sulu #BFFC8D
RGB
CMYK
RGB Variations
Color information
#BFFC8D (or 0xBFFC8D) is known color: Sulu. HEX triplet: BF, FC and 8D. RGB value is (191,252,141). Sum of RGB (Red+Green+Blue) = 191+252+141=584 (77% of max value = 765). Red value is 191 (75% from 255 or 32.71% from 584); Green value is 252 (98.83% from 255 or 43.15% from 584); Blue value is 141 (55.47% from 255 or 24.14% from 584); Max value from RGB is 252 - color contains mainly: green. Hex color #BFFC8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFFC8D is #400372. Grayscale: #DDDDDD. Windows color (decimal): -4195187 or 9305279. OLE color: 9305279.
HSL color Cylindrical-coordinate representation of color #BFFC8D: hue angle of 92.97º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BFFC8D is Cyan = 0.24, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 191 | 252 | 141 | - |
| CMYK | 0.24 | 0 | 0.44 | 0.01 |
| HSL | 92.97º | 0.95% | 0.77% | - |
| HSV(B) | 92.97º | 0.44% | 0.99% | - |
| XYZ | 61.1 | 82.62 | 37.93 | - |
| YUV | 221.11 | 82.79 | 106.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 252 | 141 | 0.24 | 0 | 0.44 | 0.01 | 92.97 | 0.95 | 0.77 |
| Hex | BF | FC | 8D | 18 | 0 | 2C | 1 | 5D | 5F | 4D |
| Octal | 277 | 374 | 215 | 30 | 0 | 54 | 1 | 135 | 137 | 115 |
| Binary | 10111111 | 11111100 | 10001101 | 11000 | 0 | 101100 | 1 | 1011101 | 1011111 | 1001101 |
Color Harmonies of #BFFC8D
Complementary color
Monochromatic Colors of #BFFC8D
Black with #BFFC8D
Text Example
Text Example
White with #BFFC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFC8D; }
p { color: rgb(191,252,141); }
H1.HeaderClassName
{
color: #BFFC8D;
}
.AnyTagClassName
{
color: #BFFC8D;
}
</style>
background-color css
<style>
a { background-color: #BFFC8D; }
a { background-color: rgb(191,252,141); }
div.DivClassName
{
background-color: #BFFC8D;
}
.BgClassName
{
background-color: #BFFC8D;
}
</style>
border-color css
<style>
span { border-color: #BFFC8D; }
span { border-color: rgb(191,252,141); }
td.TdClassName
{
border-color: #BFFC8D;
}
.TagClassName
{
border-color: #BFFC8D;
}
</style>