Shades of Sulu #BFE494
Tints of Sulu #BFE494
RGB
CMYK
RGB Variations
Color information
#BFE494 (or 0xBFE494) is known color: Sulu. HEX triplet: BF, E4 and 94. RGB value is (191,228,148). Sum of RGB (Red+Green+Blue) = 191+228+148=567 (75% of max value = 765). Red value is 191 (75% from 255 or 33.69% from 567); Green value is 228 (89.45% from 255 or 40.21% from 567); Blue value is 148 (58.20% from 255 or 26.10% from 567); Max value from RGB is 228 - color contains mainly: green. Hex color #BFE494 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFE494 is #401B6B. Grayscale: #D0D0D0. Windows color (decimal): -4201324 or 9757887. OLE color: 9757887.
HSL color Cylindrical-coordinate representation of color #BFE494: hue angle of 87.75º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BFE494 is Cyan = 0.16, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 228 | 148 | - |
| CMYK | 0.16 | 0 | 0.35 | 0.11 |
| HSL | 87.75º | 0.6% | 0.74% | - |
| HSV(B) | 87.75º | 0.35% | 0.89% | - |
| XYZ | 54.57 | 68.7 | 38.4 | - |
| YUV | 207.82 | 94.24 | 116 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 228 | 148 | 0.16 | 0 | 0.35 | 0.11 | 87.75 | 0.6 | 0.74 |
| Hex | BF | E4 | 94 | 10 | 0 | 23 | B | 58 | 3C | 4A |
| Octal | 277 | 344 | 224 | 20 | 0 | 43 | 13 | 130 | 74 | 112 |
| Binary | 10111111 | 11100100 | 10010100 | 10000 | 0 | 100011 | 1011 | 1011000 | 111100 | 1001010 |
Color Harmonies of #BFE494
Complementary color
Monochromatic Colors of #BFE494
Black with #BFE494
Text Example
Text Example
White with #BFE494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE494; }
p { color: rgb(191,228,148); }
H1.HeaderClassName
{
color: #BFE494;
}
.AnyTagClassName
{
color: #BFE494;
}
</style>
background-color css
<style>
a { background-color: #BFE494; }
a { background-color: rgb(191,228,148); }
div.DivClassName
{
background-color: #BFE494;
}
.BgClassName
{
background-color: #BFE494;
}
</style>
border-color css
<style>
span { border-color: #BFE494; }
span { border-color: rgb(191,228,148); }
td.TdClassName
{
border-color: #BFE494;
}
.TagClassName
{
border-color: #BFE494;
}
</style>