Shades of Sulu #BFFF8F
Tints of Sulu #BFFF8F
RGB
CMYK
RGB Variations
Color information
#BFFF8F (or 0xBFFF8F) is known color: Sulu. HEX triplet: BF, FF and 8F. RGB value is (191,255,143). Sum of RGB (Red+Green+Blue) = 191+255+143=589 (78% of max value = 765). Red value is 191 (75% from 255 or 32.43% from 589); Green value is 255 (100% from 255 or 43.29% from 589); Blue value is 143 (56.25% from 255 or 24.28% from 589); Max value from RGB is 255 - color contains mainly: green. Hex color #BFFF8F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFFF8F is #400070. Grayscale: #DFDFDF. Windows color (decimal): -4194417 or 9437119. OLE color: 9437119.
HSL color Cylindrical-coordinate representation of color #BFFF8F: hue angle of 94.29º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BFFF8F is Cyan = 0.25, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 191 | 255 | 143 | - |
| CMYK | 0.25 | 0 | 0.44 | 0 |
| HSL | 94.29º | 1% | 0.78% | - |
| HSV(B) | 94.29º | 0.44% | 1% | - |
| XYZ | 62.2 | 84.58 | 39.03 | - |
| YUV | 223.1 | 82.8 | 105.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 255 | 143 | 0.25 | 0 | 0.44 | 0 | 94.29 | 1 | 0.78 |
| Hex | BF | FF | 8F | 19 | 0 | 2C | 0 | 5E | 64 | 4E |
| Octal | 277 | 377 | 217 | 31 | 0 | 54 | 0 | 136 | 144 | 116 |
| Binary | 10111111 | 11111111 | 10001111 | 11001 | 0 | 101100 | 0 | 1011110 | 1100100 | 1001110 |
Color Harmonies of #BFFF8F
Complementary color
Monochromatic Colors of #BFFF8F
Black with #BFFF8F
Text Example
Text Example
White with #BFFF8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFF8F; }
p { color: rgb(191,255,143); }
H1.HeaderClassName
{
color: #BFFF8F;
}
.AnyTagClassName
{
color: #BFFF8F;
}
</style>
background-color css
<style>
a { background-color: #BFFF8F; }
a { background-color: rgb(191,255,143); }
div.DivClassName
{
background-color: #BFFF8F;
}
.BgClassName
{
background-color: #BFFF8F;
}
</style>
border-color css
<style>
span { border-color: #BFFF8F; }
span { border-color: rgb(191,255,143); }
td.TdClassName
{
border-color: #BFFF8F;
}
.TagClassName
{
border-color: #BFFF8F;
}
</style>