Shades of Sulu #BFF48D
Tints of Sulu #BFF48D
RGB
CMYK
RGB Variations
Color information
#BFF48D (or 0xBFF48D) is known color: Sulu. HEX triplet: BF, F4 and 8D. RGB value is (191,244,141). Sum of RGB (Red+Green+Blue) = 191+244+141=576 (76% of max value = 765). Red value is 191 (75% from 255 or 33.16% from 576); Green value is 244 (95.70% from 255 or 42.36% from 576); Blue value is 141 (55.47% from 255 or 24.48% from 576); Max value from RGB is 244 - color contains mainly: green. Hex color #BFF48D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF48D is #400B72. Grayscale: #D8D8D8. Windows color (decimal): -4197235 or 9303231. OLE color: 9303231.
HSL color Cylindrical-coordinate representation of color #BFF48D: hue angle of 90.87º degrees, saturation: 0.82, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BFF48D is Cyan = 0.22, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 244 | 141 | - |
| CMYK | 0.22 | 0 | 0.42 | 0.04 |
| HSL | 90.87º | 0.82% | 0.75% | - |
| HSV(B) | 90.87º | 0.42% | 0.96% | - |
| XYZ | 58.64 | 77.7 | 37.11 | - |
| YUV | 216.41 | 85.44 | 109.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 244 | 141 | 0.22 | 0 | 0.42 | 0.04 | 90.87 | 0.82 | 0.75 |
| Hex | BF | F4 | 8D | 16 | 0 | 2A | 4 | 5B | 52 | 4B |
| Octal | 277 | 364 | 215 | 26 | 0 | 52 | 4 | 133 | 122 | 113 |
| Binary | 10111111 | 11110100 | 10001101 | 10110 | 0 | 101010 | 100 | 1011011 | 1010010 | 1001011 |
Color Harmonies of #BFF48D
Complementary color
Monochromatic Colors of #BFF48D
Black with #BFF48D
Text Example
Text Example
White with #BFF48D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF48D; }
p { color: rgb(191,244,141); }
H1.HeaderClassName
{
color: #BFF48D;
}
.AnyTagClassName
{
color: #BFF48D;
}
</style>
background-color css
<style>
a { background-color: #BFF48D; }
a { background-color: rgb(191,244,141); }
div.DivClassName
{
background-color: #BFF48D;
}
.BgClassName
{
background-color: #BFF48D;
}
</style>
border-color css
<style>
span { border-color: #BFF48D; }
span { border-color: rgb(191,244,141); }
td.TdClassName
{
border-color: #BFF48D;
}
.TagClassName
{
border-color: #BFF48D;
}
</style>