Shades of Sulu #BFF188
Tints of Sulu #BFF188
RGB
CMYK
RGB Variations
Color information
#BFF188 (or 0xBFF188) is known color: Sulu. HEX triplet: BF, F1 and 88. RGB value is (191,241,136). Sum of RGB (Red+Green+Blue) = 191+241+136=568 (75% of max value = 765). Red value is 191 (75% from 255 or 33.63% from 568); Green value is 241 (94.53% from 255 or 42.43% from 568); Blue value is 136 (53.52% from 255 or 23.94% from 568); Max value from RGB is 241 - color contains mainly: green. Hex color #BFF188 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF188 is #400E77. Grayscale: #D6D6D6. Windows color (decimal): -4198008 or 8974783. OLE color: 8974783.
HSL color Cylindrical-coordinate representation of color #BFF188: hue angle of 88.57º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BFF188 is Cyan = 0.21, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 241 | 136 | - |
| CMYK | 0.21 | 0 | 0.44 | 0.05 |
| HSL | 88.57º | 0.79% | 0.74% | - |
| HSV(B) | 88.57º | 0.44% | 0.95% | - |
| XYZ | 57.39 | 75.76 | 34.89 | - |
| YUV | 214.08 | 83.94 | 111.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 241 | 136 | 0.21 | 0 | 0.44 | 0.05 | 88.57 | 0.79 | 0.74 |
| Hex | BF | F1 | 88 | 15 | 0 | 2C | 5 | 59 | 4F | 4A |
| Octal | 277 | 361 | 210 | 25 | 0 | 54 | 5 | 131 | 117 | 112 |
| Binary | 10111111 | 11110001 | 10001000 | 10101 | 0 | 101100 | 101 | 1011001 | 1001111 | 1001010 |
Color Harmonies of #BFF188
Complementary color
Monochromatic Colors of #BFF188
Black with #BFF188
Text Example
Text Example
White with #BFF188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF188; }
p { color: rgb(191,241,136); }
H1.HeaderClassName
{
color: #BFF188;
}
.AnyTagClassName
{
color: #BFF188;
}
</style>
background-color css
<style>
a { background-color: #BFF188; }
a { background-color: rgb(191,241,136); }
div.DivClassName
{
background-color: #BFF188;
}
.BgClassName
{
background-color: #BFF188;
}
</style>
border-color css
<style>
span { border-color: #BFF188; }
span { border-color: rgb(191,241,136); }
td.TdClassName
{
border-color: #BFF188;
}
.TagClassName
{
border-color: #BFF188;
}
</style>