Shades of Sulu #BFF788
Tints of Sulu #BFF788
RGB
CMYK
RGB Variations
Color information
#BFF788 (or 0xBFF788) is known color: Sulu. HEX triplet: BF, F7 and 88. RGB value is (191,247,136). Sum of RGB (Red+Green+Blue) = 191+247+136=574 (76% of max value = 765). Red value is 191 (75% from 255 or 33.28% from 574); Green value is 247 (96.88% from 255 or 43.03% from 574); Blue value is 136 (53.52% from 255 or 23.69% from 574); Max value from RGB is 247 - color contains mainly: green. Hex color #BFF788 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF788 is #400877. Grayscale: #D9D9D9. Windows color (decimal): -4196472 or 8976319. OLE color: 8976319.
HSL color Cylindrical-coordinate representation of color #BFF788: hue angle of 90.27º degrees, saturation: 0.87, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BFF788 is Cyan = 0.23, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 191 | 247 | 136 | - |
| CMYK | 0.23 | 0 | 0.45 | 0.03 |
| HSL | 90.27º | 0.87% | 0.75% | - |
| HSV(B) | 90.27º | 0.45% | 0.97% | - |
| XYZ | 59.19 | 79.38 | 35.49 | - |
| YUV | 217.6 | 81.95 | 109.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 247 | 136 | 0.23 | 0 | 0.45 | 0.03 | 90.27 | 0.87 | 0.75 |
| Hex | BF | F7 | 88 | 17 | 0 | 2D | 3 | 5A | 57 | 4B |
| Octal | 277 | 367 | 210 | 27 | 0 | 55 | 3 | 132 | 127 | 113 |
| Binary | 10111111 | 11110111 | 10001000 | 10111 | 0 | 101101 | 11 | 1011010 | 1010111 | 1001011 |
Color Harmonies of #BFF788
Complementary color
Monochromatic Colors of #BFF788
Black with #BFF788
Text Example
Text Example
White with #BFF788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF788; }
p { color: rgb(191,247,136); }
H1.HeaderClassName
{
color: #BFF788;
}
.AnyTagClassName
{
color: #BFF788;
}
</style>
background-color css
<style>
a { background-color: #BFF788; }
a { background-color: rgb(191,247,136); }
div.DivClassName
{
background-color: #BFF788;
}
.BgClassName
{
background-color: #BFF788;
}
</style>
border-color css
<style>
span { border-color: #BFF788; }
span { border-color: rgb(191,247,136); }
td.TdClassName
{
border-color: #BFF788;
}
.TagClassName
{
border-color: #BFF788;
}
</style>