Shades of Sulu #BFE468
Tints of Sulu #BFE468
RGB
CMYK
RGB Variations
Color information
#BFE468 (or 0xBFE468) is known color: Sulu. HEX triplet: BF, E4 and 68. RGB value is (191,228,104). Sum of RGB (Red+Green+Blue) = 191+228+104=523 (69% of max value = 765). Red value is 191 (75% from 255 or 36.52% from 523); Green value is 228 (89.45% from 255 or 43.59% from 523); Blue value is 104 (41.02% from 255 or 19.89% from 523); Max value from RGB is 228 - color contains mainly: green. Hex color #BFE468 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE468 is #401B97. Grayscale: #CBCBCB. Windows color (decimal): -4201368 or 6874303. OLE color: 6874303.
HSL color Cylindrical-coordinate representation of color #BFE468: hue angle of 77.9º degrees, saturation: 0.7, 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 #BFE468 is Cyan = 0.16, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 228 | 104 | - |
| CMYK | 0.16 | 0 | 0.54 | 0.11 |
| HSL | 77.9º | 0.7% | 0.65% | - |
| HSV(B) | 77.9º | 0.54% | 0.89% | - |
| XYZ | 51.73 | 67.56 | 23.41 | - |
| YUV | 202.8 | 72.24 | 119.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 228 | 104 | 0.16 | 0 | 0.54 | 0.11 | 77.9 | 0.7 | 0.65 |
| Hex | BF | E4 | 68 | 10 | 0 | 36 | B | 4E | 46 | 41 |
| Octal | 277 | 344 | 150 | 20 | 0 | 66 | 13 | 116 | 106 | 101 |
| Binary | 10111111 | 11100100 | 1101000 | 10000 | 0 | 110110 | 1011 | 1001110 | 1000110 | 1000001 |
Color Harmonies of #BFE468
Complementary color
Monochromatic Colors of #BFE468
Black with #BFE468
Text Example
Text Example
White with #BFE468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE468; }
p { color: rgb(191,228,104); }
H1.HeaderClassName
{
color: #BFE468;
}
.AnyTagClassName
{
color: #BFE468;
}
</style>
background-color css
<style>
a { background-color: #BFE468; }
a { background-color: rgb(191,228,104); }
div.DivClassName
{
background-color: #BFE468;
}
.BgClassName
{
background-color: #BFE468;
}
</style>
border-color css
<style>
span { border-color: #BFE468; }
span { border-color: rgb(191,228,104); }
td.TdClassName
{
border-color: #BFE468;
}
.TagClassName
{
border-color: #BFE468;
}
</style>