Shades of Sulu #BFE87A
Tints of Sulu #BFE87A
RGB
CMYK
RGB Variations
Color information
#BFE87A (or 0xBFE87A) is known color: Sulu. HEX triplet: BF, E8 and 7A. RGB value is (191,232,122). Sum of RGB (Red+Green+Blue) = 191+232+122=545 (72% of max value = 765). Red value is 191 (75% from 255 or 35.05% from 545); Green value is 232 (91.02% from 255 or 42.57% from 545); Blue value is 122 (48.05% from 255 or 22.39% from 545); Max value from RGB is 232 - color contains mainly: green. Hex color #BFE87A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFE87A is #401785. Grayscale: #CFCFCF. Windows color (decimal): -4200326 or 8054975. OLE color: 8054975.
HSL color Cylindrical-coordinate representation of color #BFE87A: hue angle of 82.36º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BFE87A is Cyan = 0.18, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 232 | 122 | - |
| CMYK | 0.18 | 0 | 0.47 | 0.09 |
| HSL | 82.36º | 0.71% | 0.69% | - |
| HSV(B) | 82.36º | 0.47% | 0.91% | - |
| XYZ | 53.86 | 70.19 | 29.12 | - |
| YUV | 207.2 | 79.92 | 116.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 232 | 122 | 0.18 | 0 | 0.47 | 0.09 | 82.36 | 0.71 | 0.69 |
| Hex | BF | E8 | 7A | 12 | 0 | 2F | 9 | 52 | 47 | 45 |
| Octal | 277 | 350 | 172 | 22 | 0 | 57 | 11 | 122 | 107 | 105 |
| Binary | 10111111 | 11101000 | 1111010 | 10010 | 0 | 101111 | 1001 | 1010010 | 1000111 | 1000101 |
Color Harmonies of #BFE87A
Complementary color
Monochromatic Colors of #BFE87A
Black with #BFE87A
Text Example
Text Example
White with #BFE87A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE87A; }
p { color: rgb(191,232,122); }
H1.HeaderClassName
{
color: #BFE87A;
}
.AnyTagClassName
{
color: #BFE87A;
}
</style>
background-color css
<style>
a { background-color: #BFE87A; }
a { background-color: rgb(191,232,122); }
div.DivClassName
{
background-color: #BFE87A;
}
.BgClassName
{
background-color: #BFE87A;
}
</style>
border-color css
<style>
span { border-color: #BFE87A; }
span { border-color: rgb(191,232,122); }
td.TdClassName
{
border-color: #BFE87A;
}
.TagClassName
{
border-color: #BFE87A;
}
</style>