Shades of Sulu #BFF07A
Tints of Sulu #BFF07A
RGB
CMYK
RGB Variations
Color information
#BFF07A (or 0xBFF07A) is known color: Sulu. HEX triplet: BF, F0 and 7A. RGB value is (191,240,122). Sum of RGB (Red+Green+Blue) = 191+240+122=553 (73% of max value = 765). Red value is 191 (75% from 255 or 34.54% from 553); Green value is 240 (94.14% from 255 or 43.40% from 553); Blue value is 122 (48.05% from 255 or 22.06% from 553); Max value from RGB is 240 - color contains mainly: green. Hex color #BFF07A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF07A is #400F85. Grayscale: #D4D4D4. Windows color (decimal): -4198278 or 8057023. OLE color: 8057023.
HSL color Cylindrical-coordinate representation of color #BFF07A: hue angle of 84.92º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BFF07A is Cyan = 0.20, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 240 | 122 | - |
| CMYK | 0.20 | 0 | 0.49 | 0.06 |
| HSL | 84.92º | 0.8% | 0.71% | - |
| HSV(B) | 84.92º | 0.49% | 0.94% | - |
| XYZ | 56.16 | 74.8 | 29.89 | - |
| YUV | 211.9 | 77.27 | 113.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 240 | 122 | 0.20 | 0 | 0.49 | 0.06 | 84.92 | 0.8 | 0.71 |
| Hex | BF | F0 | 7A | 14 | 0 | 31 | 6 | 55 | 50 | 47 |
| Octal | 277 | 360 | 172 | 24 | 0 | 61 | 6 | 125 | 120 | 107 |
| Binary | 10111111 | 11110000 | 1111010 | 10100 | 0 | 110001 | 110 | 1010101 | 1010000 | 1000111 |
Color Harmonies of #BFF07A
Complementary color
Monochromatic Colors of #BFF07A
Black with #BFF07A
Text Example
Text Example
White with #BFF07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF07A; }
p { color: rgb(191,240,122); }
H1.HeaderClassName
{
color: #BFF07A;
}
.AnyTagClassName
{
color: #BFF07A;
}
</style>
background-color css
<style>
a { background-color: #BFF07A; }
a { background-color: rgb(191,240,122); }
div.DivClassName
{
background-color: #BFF07A;
}
.BgClassName
{
background-color: #BFF07A;
}
</style>
border-color css
<style>
span { border-color: #BFF07A; }
span { border-color: rgb(191,240,122); }
td.TdClassName
{
border-color: #BFF07A;
}
.TagClassName
{
border-color: #BFF07A;
}
</style>