Shades of Sulu #BFE484
Tints of Sulu #BFE484
RGB
CMYK
RGB Variations
Color information
#BFE484 (or 0xBFE484) is known color: Sulu. HEX triplet: BF, E4 and 84. RGB value is (191,228,132). Sum of RGB (Red+Green+Blue) = 191+228+132=551 (72% of max value = 765). Red value is 191 (75% from 255 or 34.66% from 551); Green value is 228 (89.45% from 255 or 41.38% from 551); Blue value is 132 (51.95% from 255 or 23.96% from 551); Max value from RGB is 228 - color contains mainly: green. Hex color #BFE484 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFE484 is #401B7B. Grayscale: #CECECE. Windows color (decimal): -4201340 or 8709311. OLE color: 8709311.
HSL color Cylindrical-coordinate representation of color #BFE484: hue angle of 83.13º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BFE484 is Cyan = 0.16, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 228 | 132 | - |
| CMYK | 0.16 | 0 | 0.42 | 0.11 |
| HSL | 83.13º | 0.64% | 0.71% | - |
| HSV(B) | 83.13º | 0.42% | 0.89% | - |
| XYZ | 53.39 | 68.23 | 32.19 | - |
| YUV | 205.99 | 86.24 | 117.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 228 | 132 | 0.16 | 0 | 0.42 | 0.11 | 83.13 | 0.64 | 0.71 |
| Hex | BF | E4 | 84 | 10 | 0 | 2A | B | 53 | 40 | 47 |
| Octal | 277 | 344 | 204 | 20 | 0 | 52 | 13 | 123 | 100 | 107 |
| Binary | 10111111 | 11100100 | 10000100 | 10000 | 0 | 101010 | 1011 | 1010011 | 1000000 | 1000111 |
Color Harmonies of #BFE484
Complementary color
Monochromatic Colors of #BFE484
Black with #BFE484
Text Example
Text Example
White with #BFE484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE484; }
p { color: rgb(191,228,132); }
H1.HeaderClassName
{
color: #BFE484;
}
.AnyTagClassName
{
color: #BFE484;
}
</style>
background-color css
<style>
a { background-color: #BFE484; }
a { background-color: rgb(191,228,132); }
div.DivClassName
{
background-color: #BFE484;
}
.BgClassName
{
background-color: #BFE484;
}
</style>
border-color css
<style>
span { border-color: #BFE484; }
span { border-color: rgb(191,228,132); }
td.TdClassName
{
border-color: #BFE484;
}
.TagClassName
{
border-color: #BFE484;
}
</style>