Shades of Sulu #BFF48F
Tints of Sulu #BFF48F
RGB
CMYK
RGB Variations
Color information
#BFF48F (or 0xBFF48F) is known color: Sulu. HEX triplet: BF, F4 and 8F. RGB value is (191,244,143). Sum of RGB (Red+Green+Blue) = 191+244+143=578 (76% of max value = 765). Red value is 191 (75% from 255 or 33.04% from 578); Green value is 244 (95.70% from 255 or 42.21% from 578); Blue value is 143 (56.25% from 255 or 24.74% from 578); Max value from RGB is 244 - color contains mainly: green. Hex color #BFF48F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF48F is #400B70. Grayscale: #D8D8D8. Windows color (decimal): -4197233 or 9434303. OLE color: 9434303.
HSL color Cylindrical-coordinate representation of color #BFF48F: hue angle of 91.49º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BFF48F is Cyan = 0.22, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 244 | 143 | - |
| CMYK | 0.22 | 0 | 0.41 | 0.04 |
| HSL | 91.49º | 0.82% | 0.76% | - |
| HSV(B) | 91.49º | 0.41% | 0.96% | - |
| XYZ | 58.79 | 77.76 | 37.9 | - |
| YUV | 216.64 | 86.44 | 109.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 244 | 143 | 0.22 | 0 | 0.41 | 0.04 | 91.49 | 0.82 | 0.76 |
| Hex | BF | F4 | 8F | 16 | 0 | 29 | 4 | 5B | 52 | 4C |
| Octal | 277 | 364 | 217 | 26 | 0 | 51 | 4 | 133 | 122 | 114 |
| Binary | 10111111 | 11110100 | 10001111 | 10110 | 0 | 101001 | 100 | 1011011 | 1010010 | 1001100 |
Color Harmonies of #BFF48F
Complementary color
Monochromatic Colors of #BFF48F
Black with #BFF48F
Text Example
Text Example
White with #BFF48F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF48F; }
p { color: rgb(191,244,143); }
H1.HeaderClassName
{
color: #BFF48F;
}
.AnyTagClassName
{
color: #BFF48F;
}
</style>
background-color css
<style>
a { background-color: #BFF48F; }
a { background-color: rgb(191,244,143); }
div.DivClassName
{
background-color: #BFF48F;
}
.BgClassName
{
background-color: #BFF48F;
}
</style>
border-color css
<style>
span { border-color: #BFF48F; }
span { border-color: rgb(191,244,143); }
td.TdClassName
{
border-color: #BFF48F;
}
.TagClassName
{
border-color: #BFF48F;
}
</style>