Shades of Sulu #BFF790
Tints of Sulu #BFF790
RGB
CMYK
RGB Variations
Color information
#BFF790 (or 0xBFF790) is known color: Sulu. HEX triplet: BF, F7 and 90. RGB value is (191,247,144). Sum of RGB (Red+Green+Blue) = 191+247+144=582 (77% of max value = 765). Red value is 191 (75% from 255 or 32.82% from 582); Green value is 247 (96.88% from 255 or 42.44% from 582); Blue value is 144 (56.64% from 255 or 24.74% from 582); Max value from RGB is 247 - color contains mainly: green. Hex color #BFF790 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF790 is #40086F. Grayscale: #DADADA. Windows color (decimal): -4196464 or 9500607. OLE color: 9500607.
HSL color Cylindrical-coordinate representation of color #BFF790: hue angle of 92.62º degrees, saturation: 0.87, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BFF790 is Cyan = 0.23, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 191 | 247 | 144 | - |
| CMYK | 0.23 | 0 | 0.42 | 0.03 |
| HSL | 92.62º | 0.87% | 0.77% | - |
| HSV(B) | 92.62º | 0.42% | 0.97% | - |
| XYZ | 59.78 | 79.61 | 38.6 | - |
| YUV | 218.51 | 85.95 | 108.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 247 | 144 | 0.23 | 0 | 0.42 | 0.03 | 92.62 | 0.87 | 0.77 |
| Hex | BF | F7 | 90 | 17 | 0 | 2A | 3 | 5D | 57 | 4D |
| Octal | 277 | 367 | 220 | 27 | 0 | 52 | 3 | 135 | 127 | 115 |
| Binary | 10111111 | 11110111 | 10010000 | 10111 | 0 | 101010 | 11 | 1011101 | 1010111 | 1001101 |
Color Harmonies of #BFF790
Complementary color
Monochromatic Colors of #BFF790
Black with #BFF790
Text Example
Text Example
White with #BFF790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF790; }
p { color: rgb(191,247,144); }
H1.HeaderClassName
{
color: #BFF790;
}
.AnyTagClassName
{
color: #BFF790;
}
</style>
background-color css
<style>
a { background-color: #BFF790; }
a { background-color: rgb(191,247,144); }
div.DivClassName
{
background-color: #BFF790;
}
.BgClassName
{
background-color: #BFF790;
}
</style>
border-color css
<style>
span { border-color: #BFF790; }
span { border-color: rgb(191,247,144); }
td.TdClassName
{
border-color: #BFF790;
}
.TagClassName
{
border-color: #BFF790;
}
</style>