Shades of Sulu #BFF785
Tints of Sulu #BFF785
RGB
CMYK
RGB Variations
Color information
#BFF785 (or 0xBFF785) is known color: Sulu. HEX triplet: BF, F7 and 85. RGB value is (191,247,133). Sum of RGB (Red+Green+Blue) = 191+247+133=571 (75% of max value = 765). Red value is 191 (75% from 255 or 33.45% from 571); Green value is 247 (96.88% from 255 or 43.26% from 571); Blue value is 133 (52.34% from 255 or 23.29% from 571); Max value from RGB is 247 - color contains mainly: green. Hex color #BFF785 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF785 is #40087A. Grayscale: #D9D9D9. Windows color (decimal): -4196475 or 8779711. OLE color: 8779711.
HSL color Cylindrical-coordinate representation of color #BFF785: hue angle of 89.47º degrees, saturation: 0.88, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BFF785 is Cyan = 0.23, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 191 | 247 | 133 | - |
| CMYK | 0.23 | 0 | 0.46 | 0.03 |
| HSL | 89.47º | 0.88% | 0.75% | - |
| HSV(B) | 89.47º | 0.46% | 0.97% | - |
| XYZ | 58.98 | 79.29 | 34.39 | - |
| YUV | 217.26 | 80.45 | 109.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 247 | 133 | 0.23 | 0 | 0.46 | 0.03 | 89.47 | 0.88 | 0.75 |
| Hex | BF | F7 | 85 | 17 | 0 | 2E | 3 | 59 | 58 | 4B |
| Octal | 277 | 367 | 205 | 27 | 0 | 56 | 3 | 131 | 130 | 113 |
| Binary | 10111111 | 11110111 | 10000101 | 10111 | 0 | 101110 | 11 | 1011001 | 1011000 | 1001011 |
Color Harmonies of #BFF785
Complementary color
Monochromatic Colors of #BFF785
Black with #BFF785
Text Example
Text Example
White with #BFF785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF785; }
p { color: rgb(191,247,133); }
H1.HeaderClassName
{
color: #BFF785;
}
.AnyTagClassName
{
color: #BFF785;
}
</style>
background-color css
<style>
a { background-color: #BFF785; }
a { background-color: rgb(191,247,133); }
div.DivClassName
{
background-color: #BFF785;
}
.BgClassName
{
background-color: #BFF785;
}
</style>
border-color css
<style>
span { border-color: #BFF785; }
span { border-color: rgb(191,247,133); }
td.TdClassName
{
border-color: #BFF785;
}
.TagClassName
{
border-color: #BFF785;
}
</style>