Shades of Sulu #BFE48F
Tints of Sulu #BFE48F
RGB
CMYK
RGB Variations
Color information
#BFE48F (or 0xBFE48F) is known color: Sulu. HEX triplet: BF, E4 and 8F. RGB value is (191,228,143). Sum of RGB (Red+Green+Blue) = 191+228+143=562 (74% of max value = 765). Red value is 191 (75% from 255 or 33.99% from 562); Green value is 228 (89.45% from 255 or 40.57% from 562); Blue value is 143 (56.25% from 255 or 25.44% from 562); Max value from RGB is 228 - color contains mainly: green. Hex color #BFE48F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFE48F is #401B70. Grayscale: #CFCFCF. Windows color (decimal): -4201329 or 9430207. OLE color: 9430207.
HSL color Cylindrical-coordinate representation of color #BFE48F: hue angle of 86.12º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BFE48F is Cyan = 0.16, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 228 | 143 | - |
| CMYK | 0.16 | 0 | 0.37 | 0.11 |
| HSL | 86.12º | 0.61% | 0.73% | - |
| HSV(B) | 86.12º | 0.37% | 0.89% | - |
| XYZ | 54.19 | 68.55 | 36.36 | - |
| YUV | 207.25 | 91.74 | 116.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 228 | 143 | 0.16 | 0 | 0.37 | 0.11 | 86.12 | 0.61 | 0.73 |
| Hex | BF | E4 | 8F | 10 | 0 | 25 | B | 56 | 3D | 49 |
| Octal | 277 | 344 | 217 | 20 | 0 | 45 | 13 | 126 | 75 | 111 |
| Binary | 10111111 | 11100100 | 10001111 | 10000 | 0 | 100101 | 1011 | 1010110 | 111101 | 1001001 |
Color Harmonies of #BFE48F
Complementary color
Monochromatic Colors of #BFE48F
Black with #BFE48F
Text Example
Text Example
White with #BFE48F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE48F; }
p { color: rgb(191,228,143); }
H1.HeaderClassName
{
color: #BFE48F;
}
.AnyTagClassName
{
color: #BFE48F;
}
</style>
background-color css
<style>
a { background-color: #BFE48F; }
a { background-color: rgb(191,228,143); }
div.DivClassName
{
background-color: #BFE48F;
}
.BgClassName
{
background-color: #BFE48F;
}
</style>
border-color css
<style>
span { border-color: #BFE48F; }
span { border-color: rgb(191,228,143); }
td.TdClassName
{
border-color: #BFE48F;
}
.TagClassName
{
border-color: #BFE48F;
}
</style>