Shades of Sulu #BFE469
Tints of Sulu #BFE469
RGB
CMYK
RGB Variations
Color information
#BFE469 (or 0xBFE469) is known color: Sulu. HEX triplet: BF, E4 and 69. RGB value is (191,228,105). Sum of RGB (Red+Green+Blue) = 191+228+105=524 (69% of max value = 765). Red value is 191 (75% from 255 or 36.45% from 524); Green value is 228 (89.45% from 255 or 43.51% from 524); Blue value is 105 (41.41% from 255 or 20.04% from 524); Max value from RGB is 228 - color contains mainly: green. Hex color #BFE469 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE469 is #401B96. Grayscale: #CBCBCB. Windows color (decimal): -4201367 or 6939839. OLE color: 6939839.
HSL color Cylindrical-coordinate representation of color #BFE469: hue angle of 78.05º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BFE469 is Cyan = 0.16, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 228 | 105 | - |
| CMYK | 0.16 | 0 | 0.54 | 0.11 |
| HSL | 78.05º | 0.69% | 0.65% | - |
| HSV(B) | 78.05º | 0.54% | 0.89% | - |
| XYZ | 51.78 | 67.58 | 23.68 | - |
| YUV | 202.92 | 72.74 | 119.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 228 | 105 | 0.16 | 0 | 0.54 | 0.11 | 78.05 | 0.69 | 0.65 |
| Hex | BF | E4 | 69 | 10 | 0 | 36 | B | 4E | 45 | 41 |
| Octal | 277 | 344 | 151 | 20 | 0 | 66 | 13 | 116 | 105 | 101 |
| Binary | 10111111 | 11100100 | 1101001 | 10000 | 0 | 110110 | 1011 | 1001110 | 1000101 | 1000001 |
Color Harmonies of #BFE469
Complementary color
Monochromatic Colors of #BFE469
Black with #BFE469
Text Example
Text Example
White with #BFE469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE469; }
p { color: rgb(191,228,105); }
H1.HeaderClassName
{
color: #BFE469;
}
.AnyTagClassName
{
color: #BFE469;
}
</style>
background-color css
<style>
a { background-color: #BFE469; }
a { background-color: rgb(191,228,105); }
div.DivClassName
{
background-color: #BFE469;
}
.BgClassName
{
background-color: #BFE469;
}
</style>
border-color css
<style>
span { border-color: #BFE469; }
span { border-color: rgb(191,228,105); }
td.TdClassName
{
border-color: #BFE469;
}
.TagClassName
{
border-color: #BFE469;
}
</style>