Shades of Sulu #BFE588
Tints of Sulu #BFE588
RGB
CMYK
RGB Variations
Color information
#BFE588 (or 0xBFE588) is known color: Sulu. HEX triplet: BF, E5 and 88. RGB value is (191,229,136). Sum of RGB (Red+Green+Blue) = 191+229+136=556 (73% of max value = 765). Red value is 191 (75% from 255 or 34.35% from 556); Green value is 229 (89.84% from 255 or 41.19% from 556); Blue value is 136 (53.52% from 255 or 24.46% from 556); Max value from RGB is 229 - color contains mainly: green. Hex color #BFE588 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFE588 is #401A77. Grayscale: #CFCFCF. Windows color (decimal): -4201080 or 8971711. OLE color: 8971711.
HSL color Cylindrical-coordinate representation of color #BFE588: hue angle of 84.52º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BFE588 is Cyan = 0.17, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 229 | 136 | - |
| CMYK | 0.17 | 0 | 0.41 | 0.10 |
| HSL | 84.52º | 0.64% | 0.72% | - |
| HSV(B) | 84.52º | 0.41% | 0.9% | - |
| XYZ | 53.95 | 68.89 | 33.75 | - |
| YUV | 207.04 | 87.91 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 229 | 136 | 0.17 | 0 | 0.41 | 0.10 | 84.52 | 0.64 | 0.72 |
| Hex | BF | E5 | 88 | 11 | 0 | 29 | A | 55 | 40 | 48 |
| Octal | 277 | 345 | 210 | 21 | 0 | 51 | 12 | 125 | 100 | 110 |
| Binary | 10111111 | 11100101 | 10001000 | 10001 | 0 | 101001 | 1010 | 1010101 | 1000000 | 1001000 |
Color Harmonies of #BFE588
Complementary color
Monochromatic Colors of #BFE588
Black with #BFE588
Text Example
Text Example
White with #BFE588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE588; }
p { color: rgb(191,229,136); }
H1.HeaderClassName
{
color: #BFE588;
}
.AnyTagClassName
{
color: #BFE588;
}
</style>
background-color css
<style>
a { background-color: #BFE588; }
a { background-color: rgb(191,229,136); }
div.DivClassName
{
background-color: #BFE588;
}
.BgClassName
{
background-color: #BFE588;
}
</style>
border-color css
<style>
span { border-color: #BFE588; }
span { border-color: rgb(191,229,136); }
td.TdClassName
{
border-color: #BFE588;
}
.TagClassName
{
border-color: #BFE588;
}
</style>