Shades of Sulu #BFF88E
Tints of Sulu #BFF88E
RGB
CMYK
RGB Variations
Color information
#BFF88E (or 0xBFF88E) is known color: Sulu. HEX triplet: BF, F8 and 8E. RGB value is (191,248,142). Sum of RGB (Red+Green+Blue) = 191+248+142=581 (76% of max value = 765). Red value is 191 (75% from 255 or 32.87% from 581); Green value is 248 (97.27% from 255 or 42.69% from 581); Blue value is 142 (55.86% from 255 or 24.44% from 581); Max value from RGB is 248 - color contains mainly: green. Hex color #BFF88E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF88E is #400771. Grayscale: #DBDBDB. Windows color (decimal): -4196210 or 9369791. OLE color: 9369791.
HSL color Cylindrical-coordinate representation of color #BFF88E: hue angle of 92.26º degrees, saturation: 0.88, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BFF88E is Cyan = 0.23, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 191 | 248 | 142 | - |
| CMYK | 0.23 | 0 | 0.43 | 0.03 |
| HSL | 92.26º | 0.88% | 0.76% | - |
| HSV(B) | 92.26º | 0.43% | 0.97% | - |
| XYZ | 59.94 | 80.16 | 37.91 | - |
| YUV | 218.87 | 84.62 | 108.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 248 | 142 | 0.23 | 0 | 0.43 | 0.03 | 92.26 | 0.88 | 0.76 |
| Hex | BF | F8 | 8E | 17 | 0 | 2B | 3 | 5C | 58 | 4C |
| Octal | 277 | 370 | 216 | 27 | 0 | 53 | 3 | 134 | 130 | 114 |
| Binary | 10111111 | 11111000 | 10001110 | 10111 | 0 | 101011 | 11 | 1011100 | 1011000 | 1001100 |
Color Harmonies of #BFF88E
Complementary color
Monochromatic Colors of #BFF88E
Black with #BFF88E
Text Example
Text Example
White with #BFF88E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF88E; }
p { color: rgb(191,248,142); }
H1.HeaderClassName
{
color: #BFF88E;
}
.AnyTagClassName
{
color: #BFF88E;
}
</style>
background-color css
<style>
a { background-color: #BFF88E; }
a { background-color: rgb(191,248,142); }
div.DivClassName
{
background-color: #BFF88E;
}
.BgClassName
{
background-color: #BFF88E;
}
</style>
border-color css
<style>
span { border-color: #BFF88E; }
span { border-color: rgb(191,248,142); }
td.TdClassName
{
border-color: #BFF88E;
}
.TagClassName
{
border-color: #BFF88E;
}
</style>