Shades of Sulu #BFF87E
Tints of Sulu #BFF87E
RGB
CMYK
RGB Variations
Color information
#BFF87E (or 0xBFF87E) is known color: Sulu. HEX triplet: BF, F8 and 7E. RGB value is (191,248,126). Sum of RGB (Red+Green+Blue) = 191+248+126=565 (74% of max value = 765). Red value is 191 (75% from 255 or 33.81% from 565); Green value is 248 (97.27% from 255 or 43.89% from 565); Blue value is 126 (49.61% from 255 or 22.30% from 565); Max value from RGB is 248 - color contains mainly: green. Hex color #BFF87E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF87E is #400781. Grayscale: #D9D9D9. Windows color (decimal): -4196226 or 8321215. OLE color: 8321215.
HSL color Cylindrical-coordinate representation of color #BFF87E: hue angle of 88.03º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BFF87E is Cyan = 0.23, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 191 | 248 | 126 | - |
| CMYK | 0.23 | 0 | 0.49 | 0.03 |
| HSL | 88.03º | 0.9% | 0.73% | - |
| HSV(B) | 88.03º | 0.49% | 0.97% | - |
| XYZ | 58.82 | 79.72 | 32.03 | - |
| YUV | 217.05 | 76.62 | 109.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 248 | 126 | 0.23 | 0 | 0.49 | 0.03 | 88.03 | 0.9 | 0.73 |
| Hex | BF | F8 | 7E | 17 | 0 | 31 | 3 | 58 | 5A | 49 |
| Octal | 277 | 370 | 176 | 27 | 0 | 61 | 3 | 130 | 132 | 111 |
| Binary | 10111111 | 11111000 | 1111110 | 10111 | 0 | 110001 | 11 | 1011000 | 1011010 | 1001001 |
Color Harmonies of #BFF87E
Complementary color
Monochromatic Colors of #BFF87E
Black with #BFF87E
Text Example
Text Example
White with #BFF87E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF87E; }
p { color: rgb(191,248,126); }
H1.HeaderClassName
{
color: #BFF87E;
}
.AnyTagClassName
{
color: #BFF87E;
}
</style>
background-color css
<style>
a { background-color: #BFF87E; }
a { background-color: rgb(191,248,126); }
div.DivClassName
{
background-color: #BFF87E;
}
.BgClassName
{
background-color: #BFF87E;
}
</style>
border-color css
<style>
span { border-color: #BFF87E; }
span { border-color: rgb(191,248,126); }
td.TdClassName
{
border-color: #BFF87E;
}
.TagClassName
{
border-color: #BFF87E;
}
</style>