Shades of Sulu #BFE490
Tints of Sulu #BFE490
RGB
CMYK
RGB Variations
Color information
#BFE490 (or 0xBFE490) is known color: Sulu. HEX triplet: BF, E4 and 90. RGB value is (191,228,144). Sum of RGB (Red+Green+Blue) = 191+228+144=563 (74% of max value = 765). Red value is 191 (75% from 255 or 33.93% from 563); Green value is 228 (89.45% from 255 or 40.50% from 563); Blue value is 144 (56.64% from 255 or 25.58% from 563); Max value from RGB is 228 - color contains mainly: green. Hex color #BFE490 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFE490 is #401B6F. Grayscale: #CFCFCF. Windows color (decimal): -4201328 or 9495743. OLE color: 9495743.
HSL color Cylindrical-coordinate representation of color #BFE490: hue angle of 86.43º 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 #BFE490 is Cyan = 0.16, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 228 | 144 | - |
| CMYK | 0.16 | 0 | 0.37 | 0.11 |
| HSL | 86.43º | 0.61% | 0.73% | - |
| HSV(B) | 86.43º | 0.37% | 0.89% | - |
| XYZ | 54.26 | 68.58 | 36.76 | - |
| YUV | 207.36 | 92.24 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 228 | 144 | 0.16 | 0 | 0.37 | 0.11 | 86.43 | 0.61 | 0.73 |
| Hex | BF | E4 | 90 | 10 | 0 | 25 | B | 56 | 3D | 49 |
| Octal | 277 | 344 | 220 | 20 | 0 | 45 | 13 | 126 | 75 | 111 |
| Binary | 10111111 | 11100100 | 10010000 | 10000 | 0 | 100101 | 1011 | 1010110 | 111101 | 1001001 |
Color Harmonies of #BFE490
Complementary color
Monochromatic Colors of #BFE490
Black with #BFE490
Text Example
Text Example
White with #BFE490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE490; }
p { color: rgb(191,228,144); }
H1.HeaderClassName
{
color: #BFE490;
}
.AnyTagClassName
{
color: #BFE490;
}
</style>
background-color css
<style>
a { background-color: #BFE490; }
a { background-color: rgb(191,228,144); }
div.DivClassName
{
background-color: #BFE490;
}
.BgClassName
{
background-color: #BFE490;
}
</style>
border-color css
<style>
span { border-color: #BFE490; }
span { border-color: rgb(191,228,144); }
td.TdClassName
{
border-color: #BFE490;
}
.TagClassName
{
border-color: #BFE490;
}
</style>