Shades of Sulu #BFE58A
Tints of Sulu #BFE58A
RGB
CMYK
RGB Variations
Color information
#BFE58A (or 0xBFE58A) is known color: Sulu. HEX triplet: BF, E5 and 8A. RGB value is (191,229,138). Sum of RGB (Red+Green+Blue) = 191+229+138=558 (73% of max value = 765). Red value is 191 (75% from 255 or 34.23% from 558); Green value is 229 (89.84% from 255 or 41.04% from 558); Blue value is 138 (54.30% from 255 or 24.73% from 558); Max value from RGB is 229 - color contains mainly: green. Hex color #BFE58A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFE58A is #401A75. Grayscale: #CFCFCF. Windows color (decimal): -4201078 or 9102783. OLE color: 9102783.
HSL color Cylindrical-coordinate representation of color #BFE58A: hue angle of 85.05º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BFE58A is Cyan = 0.17, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 229 | 138 | - |
| CMYK | 0.17 | 0 | 0.40 | 0.10 |
| HSL | 85.05º | 0.64% | 0.72% | - |
| HSV(B) | 85.05º | 0.4% | 0.9% | - |
| XYZ | 54.09 | 68.95 | 34.5 | - |
| YUV | 207.26 | 88.91 | 116.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 229 | 138 | 0.17 | 0 | 0.40 | 0.10 | 85.05 | 0.64 | 0.72 |
| Hex | BF | E5 | 8A | 11 | 0 | 28 | A | 55 | 40 | 48 |
| Octal | 277 | 345 | 212 | 21 | 0 | 50 | 12 | 125 | 100 | 110 |
| Binary | 10111111 | 11100101 | 10001010 | 10001 | 0 | 101000 | 1010 | 1010101 | 1000000 | 1001000 |
Color Harmonies of #BFE58A
Complementary color
Monochromatic Colors of #BFE58A
Black with #BFE58A
Text Example
Text Example
White with #BFE58A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE58A; }
p { color: rgb(191,229,138); }
H1.HeaderClassName
{
color: #BFE58A;
}
.AnyTagClassName
{
color: #BFE58A;
}
</style>
background-color css
<style>
a { background-color: #BFE58A; }
a { background-color: rgb(191,229,138); }
div.DivClassName
{
background-color: #BFE58A;
}
.BgClassName
{
background-color: #BFE58A;
}
</style>
border-color css
<style>
span { border-color: #BFE58A; }
span { border-color: rgb(191,229,138); }
td.TdClassName
{
border-color: #BFE58A;
}
.TagClassName
{
border-color: #BFE58A;
}
</style>