Shades of Sulu #BFF389
Tints of Sulu #BFF389
RGB
CMYK
RGB Variations
Color information
#BFF389 (or 0xBFF389) is known color: Sulu. HEX triplet: BF, F3 and 89. RGB value is (191,243,137). Sum of RGB (Red+Green+Blue) = 191+243+137=571 (75% of max value = 765). Red value is 191 (75% from 255 or 33.45% from 571); Green value is 243 (95.31% from 255 or 42.56% from 571); Blue value is 137 (53.91% from 255 or 23.99% from 571); Max value from RGB is 243 - color contains mainly: green. Hex color #BFF389 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF389 is #400C76. Grayscale: #D7D7D7. Windows color (decimal): -4197495 or 9040831. OLE color: 9040831.
HSL color Cylindrical-coordinate representation of color #BFF389: hue angle of 89.43º degrees, saturation: 0.82, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BFF389 is Cyan = 0.21, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 243 | 137 | - |
| CMYK | 0.21 | 0 | 0.44 | 0.05 |
| HSL | 89.43º | 0.82% | 0.75% | - |
| HSV(B) | 89.43º | 0.44% | 0.95% | - |
| XYZ | 58.05 | 76.98 | 35.47 | - |
| YUV | 215.37 | 83.77 | 110.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 243 | 137 | 0.21 | 0 | 0.44 | 0.05 | 89.43 | 0.82 | 0.75 |
| Hex | BF | F3 | 89 | 15 | 0 | 2C | 5 | 59 | 52 | 4B |
| Octal | 277 | 363 | 211 | 25 | 0 | 54 | 5 | 131 | 122 | 113 |
| Binary | 10111111 | 11110011 | 10001001 | 10101 | 0 | 101100 | 101 | 1011001 | 1010010 | 1001011 |
Color Harmonies of #BFF389
Complementary color
Monochromatic Colors of #BFF389
Black with #BFF389
Text Example
Text Example
White with #BFF389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF389; }
p { color: rgb(191,243,137); }
H1.HeaderClassName
{
color: #BFF389;
}
.AnyTagClassName
{
color: #BFF389;
}
</style>
background-color css
<style>
a { background-color: #BFF389; }
a { background-color: rgb(191,243,137); }
div.DivClassName
{
background-color: #BFF389;
}
.BgClassName
{
background-color: #BFF389;
}
</style>
border-color css
<style>
span { border-color: #BFF389; }
span { border-color: rgb(191,243,137); }
td.TdClassName
{
border-color: #BFF389;
}
.TagClassName
{
border-color: #BFF389;
}
</style>