Shades of Sulu #BFF87A
Tints of Sulu #BFF87A
RGB
CMYK
RGB Variations
Color information
#BFF87A (or 0xBFF87A) is known color: Sulu. HEX triplet: BF, F8 and 7A. RGB value is (191,248,122). Sum of RGB (Red+Green+Blue) = 191+248+122=561 (74% of max value = 765). Red value is 191 (75% from 255 or 34.05% from 561); Green value is 248 (97.27% from 255 or 44.21% from 561); Blue value is 122 (48.05% from 255 or 21.75% from 561); Max value from RGB is 248 - color contains mainly: green. Hex color #BFF87A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF87A is #400785. Grayscale: #D9D9D9. Windows color (decimal): -4196230 or 8059071. OLE color: 8059071.
HSL color Cylindrical-coordinate representation of color #BFF87A: hue angle of 87.14º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BFF87A is Cyan = 0.23, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 191 | 248 | 122 | - |
| CMYK | 0.23 | 0 | 0.51 | 0.03 |
| HSL | 87.14º | 0.9% | 0.73% | - |
| HSV(B) | 87.14º | 0.51% | 0.97% | - |
| XYZ | 58.57 | 79.62 | 30.69 | - |
| YUV | 216.59 | 74.62 | 109.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 248 | 122 | 0.23 | 0 | 0.51 | 0.03 | 87.14 | 0.9 | 0.73 |
| Hex | BF | F8 | 7A | 17 | 0 | 33 | 3 | 57 | 5A | 49 |
| Octal | 277 | 370 | 172 | 27 | 0 | 63 | 3 | 127 | 132 | 111 |
| Binary | 10111111 | 11111000 | 1111010 | 10111 | 0 | 110011 | 11 | 1010111 | 1011010 | 1001001 |
Color Harmonies of #BFF87A
Complementary color
Monochromatic Colors of #BFF87A
Black with #BFF87A
Text Example
Text Example
White with #BFF87A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF87A; }
p { color: rgb(191,248,122); }
H1.HeaderClassName
{
color: #BFF87A;
}
.AnyTagClassName
{
color: #BFF87A;
}
</style>
background-color css
<style>
a { background-color: #BFF87A; }
a { background-color: rgb(191,248,122); }
div.DivClassName
{
background-color: #BFF87A;
}
.BgClassName
{
background-color: #BFF87A;
}
</style>
border-color css
<style>
span { border-color: #BFF87A; }
span { border-color: rgb(191,248,122); }
td.TdClassName
{
border-color: #BFF87A;
}
.TagClassName
{
border-color: #BFF87A;
}
</style>