Shades of Sulu #BFF88F
Tints of Sulu #BFF88F
RGB
CMYK
RGB Variations
Color information
#BFF88F (or 0xBFF88F) is known color: Sulu. HEX triplet: BF, F8 and 8F. RGB value is (191,248,143). Sum of RGB (Red+Green+Blue) = 191+248+143=582 (77% of max value = 765). Red value is 191 (75% from 255 or 32.82% from 582); Green value is 248 (97.27% from 255 or 42.61% from 582); Blue value is 143 (56.25% from 255 or 24.57% from 582); Max value from RGB is 248 - color contains mainly: green. Hex color #BFF88F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF88F is #400770. Grayscale: #DBDBDB. Windows color (decimal): -4196209 or 9435327. OLE color: 9435327.
HSL color Cylindrical-coordinate representation of color #BFF88F: hue angle of 92.57º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BFF88F is Cyan = 0.23, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 191 | 248 | 143 | - |
| CMYK | 0.23 | 0 | 0.42 | 0.03 |
| HSL | 92.57º | 0.88% | 0.77% | - |
| HSV(B) | 92.57º | 0.42% | 0.97% | - |
| XYZ | 60.01 | 80.19 | 38.3 | - |
| YUV | 218.99 | 85.12 | 108.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 248 | 143 | 0.23 | 0 | 0.42 | 0.03 | 92.57 | 0.88 | 0.77 |
| Hex | BF | F8 | 8F | 17 | 0 | 2A | 3 | 5D | 58 | 4D |
| Octal | 277 | 370 | 217 | 27 | 0 | 52 | 3 | 135 | 130 | 115 |
| Binary | 10111111 | 11111000 | 10001111 | 10111 | 0 | 101010 | 11 | 1011101 | 1011000 | 1001101 |
Color Harmonies of #BFF88F
Complementary color
Monochromatic Colors of #BFF88F
Black with #BFF88F
Text Example
Text Example
White with #BFF88F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF88F; }
p { color: rgb(191,248,143); }
H1.HeaderClassName
{
color: #BFF88F;
}
.AnyTagClassName
{
color: #BFF88F;
}
</style>
background-color css
<style>
a { background-color: #BFF88F; }
a { background-color: rgb(191,248,143); }
div.DivClassName
{
background-color: #BFF88F;
}
.BgClassName
{
background-color: #BFF88F;
}
</style>
border-color css
<style>
span { border-color: #BFF88F; }
span { border-color: rgb(191,248,143); }
td.TdClassName
{
border-color: #BFF88F;
}
.TagClassName
{
border-color: #BFF88F;
}
</style>