Shades of Sulu #BFE48B
Tints of Sulu #BFE48B
RGB
CMYK
RGB Variations
Color information
#BFE48B (or 0xBFE48B) is known color: Sulu. HEX triplet: BF, E4 and 8B. RGB value is (191,228,139). Sum of RGB (Red+Green+Blue) = 191+228+139=558 (73% of max value = 765). Red value is 191 (75% from 255 or 34.23% from 558); Green value is 228 (89.45% from 255 or 40.86% from 558); Blue value is 139 (54.69% from 255 or 24.91% from 558); Max value from RGB is 228 - color contains mainly: green. Hex color #BFE48B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFE48B is #401B74. Grayscale: #CFCFCF. Windows color (decimal): -4201333 or 9168063. OLE color: 9168063.
HSL color Cylindrical-coordinate representation of color #BFE48B: hue angle of 84.94º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BFE48B is Cyan = 0.16, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 228 | 139 | - |
| CMYK | 0.16 | 0 | 0.39 | 0.11 |
| HSL | 84.94º | 0.62% | 0.72% | - |
| HSV(B) | 84.94º | 0.39% | 0.89% | - |
| XYZ | 53.89 | 68.43 | 34.79 | - |
| YUV | 206.79 | 89.74 | 116.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 228 | 139 | 0.16 | 0 | 0.39 | 0.11 | 84.94 | 0.62 | 0.72 |
| Hex | BF | E4 | 8B | 10 | 0 | 27 | B | 55 | 3E | 48 |
| Octal | 277 | 344 | 213 | 20 | 0 | 47 | 13 | 125 | 76 | 110 |
| Binary | 10111111 | 11100100 | 10001011 | 10000 | 0 | 100111 | 1011 | 1010101 | 111110 | 1001000 |
Color Harmonies of #BFE48B
Complementary color
Monochromatic Colors of #BFE48B
Black with #BFE48B
Text Example
Text Example
White with #BFE48B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE48B; }
p { color: rgb(191,228,139); }
H1.HeaderClassName
{
color: #BFE48B;
}
.AnyTagClassName
{
color: #BFE48B;
}
</style>
background-color css
<style>
a { background-color: #BFE48B; }
a { background-color: rgb(191,228,139); }
div.DivClassName
{
background-color: #BFE48B;
}
.BgClassName
{
background-color: #BFE48B;
}
</style>
border-color css
<style>
span { border-color: #BFE48B; }
span { border-color: rgb(191,228,139); }
td.TdClassName
{
border-color: #BFE48B;
}
.TagClassName
{
border-color: #BFE48B;
}
</style>