Shades of Sulu #BFF97E
Tints of Sulu #BFF97E
RGB
CMYK
RGB Variations
Color information
#BFF97E (or 0xBFF97E) is known color: Sulu. HEX triplet: BF, F9 and 7E. RGB value is (191,249,126). Sum of RGB (Red+Green+Blue) = 191+249+126=566 (74% of max value = 765). Red value is 191 (75% from 255 or 33.75% from 566); Green value is 249 (97.66% from 255 or 43.99% from 566); Blue value is 126 (49.61% from 255 or 22.26% from 566); Max value from RGB is 249 - color contains mainly: green. Hex color #BFF97E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF97E is #400681. Grayscale: #DADADA. Windows color (decimal): -4195970 or 8321471. OLE color: 8321471.
HSL color Cylindrical-coordinate representation of color #BFF97E: hue angle of 88.29º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BFF97E is Cyan = 0.23, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 249 | 126 | - |
| CMYK | 0.23 | 0 | 0.49 | 0.02 |
| HSL | 88.29º | 0.91% | 0.74% | - |
| HSV(B) | 88.29º | 0.49% | 0.98% | - |
| XYZ | 59.13 | 80.33 | 32.13 | - |
| YUV | 217.64 | 76.28 | 109 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 249 | 126 | 0.23 | 0 | 0.49 | 0.02 | 88.29 | 0.91 | 0.74 |
| Hex | BF | F9 | 7E | 17 | 0 | 31 | 2 | 58 | 5B | 4A |
| Octal | 277 | 371 | 176 | 27 | 0 | 61 | 2 | 130 | 133 | 112 |
| Binary | 10111111 | 11111001 | 1111110 | 10111 | 0 | 110001 | 10 | 1011000 | 1011011 | 1001010 |
Color Harmonies of #BFF97E
Complementary color
Monochromatic Colors of #BFF97E
Black with #BFF97E
Text Example
Text Example
White with #BFF97E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF97E; }
p { color: rgb(191,249,126); }
H1.HeaderClassName
{
color: #BFF97E;
}
.AnyTagClassName
{
color: #BFF97E;
}
</style>
background-color css
<style>
a { background-color: #BFF97E; }
a { background-color: rgb(191,249,126); }
div.DivClassName
{
background-color: #BFF97E;
}
.BgClassName
{
background-color: #BFF97E;
}
</style>
border-color css
<style>
span { border-color: #BFF97E; }
span { border-color: rgb(191,249,126); }
td.TdClassName
{
border-color: #BFF97E;
}
.TagClassName
{
border-color: #BFF97E;
}
</style>