Shades of Sulu #BFF88C
Tints of Sulu #BFF88C
RGB
CMYK
RGB Variations
Color information
#BFF88C (or 0xBFF88C) is known color: Sulu. HEX triplet: BF, F8 and 8C. RGB value is (191,248,140). Sum of RGB (Red+Green+Blue) = 191+248+140=579 (76% of max value = 765). Red value is 191 (75% from 255 or 32.99% from 579); Green value is 248 (97.27% from 255 or 42.83% from 579); Blue value is 140 (55.08% from 255 or 24.18% from 579); Max value from RGB is 248 - color contains mainly: green. Hex color #BFF88C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF88C is #400773. Grayscale: #DBDBDB. Windows color (decimal): -4196212 or 9238719. OLE color: 9238719.
HSL color Cylindrical-coordinate representation of color #BFF88C: hue angle of 91.67º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BFF88C is Cyan = 0.23, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 191 | 248 | 140 | - |
| CMYK | 0.23 | 0 | 0.44 | 0.03 |
| HSL | 91.67º | 0.89% | 0.76% | - |
| HSV(B) | 91.67º | 0.44% | 0.97% | - |
| XYZ | 59.79 | 80.1 | 37.12 | - |
| YUV | 218.65 | 83.62 | 108.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 248 | 140 | 0.23 | 0 | 0.44 | 0.03 | 91.67 | 0.89 | 0.76 |
| Hex | BF | F8 | 8C | 17 | 0 | 2C | 3 | 5C | 59 | 4C |
| Octal | 277 | 370 | 214 | 27 | 0 | 54 | 3 | 134 | 131 | 114 |
| Binary | 10111111 | 11111000 | 10001100 | 10111 | 0 | 101100 | 11 | 1011100 | 1011001 | 1001100 |
Color Harmonies of #BFF88C
Complementary color
Monochromatic Colors of #BFF88C
Black with #BFF88C
Text Example
Text Example
White with #BFF88C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF88C; }
p { color: rgb(191,248,140); }
H1.HeaderClassName
{
color: #BFF88C;
}
.AnyTagClassName
{
color: #BFF88C;
}
</style>
background-color css
<style>
a { background-color: #BFF88C; }
a { background-color: rgb(191,248,140); }
div.DivClassName
{
background-color: #BFF88C;
}
.BgClassName
{
background-color: #BFF88C;
}
</style>
border-color css
<style>
span { border-color: #BFF88C; }
span { border-color: rgb(191,248,140); }
td.TdClassName
{
border-color: #BFF88C;
}
.TagClassName
{
border-color: #BFF88C;
}
</style>