Shades of Sulu #BFF984
Tints of Sulu #BFF984
RGB
CMYK
RGB Variations
Color information
#BFF984 (or 0xBFF984) is known color: Sulu. HEX triplet: BF, F9 and 84. RGB value is (191,249,132). Sum of RGB (Red+Green+Blue) = 191+249+132=572 (75% of max value = 765). Red value is 191 (75% from 255 or 33.39% from 572); Green value is 249 (97.66% from 255 or 43.53% from 572); Blue value is 132 (51.95% from 255 or 23.08% from 572); Max value from RGB is 249 - color contains mainly: green. Hex color #BFF984 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF984 is #40067B. Grayscale: #DADADA. Windows color (decimal): -4195964 or 8714687. OLE color: 8714687.
HSL color Cylindrical-coordinate representation of color #BFF984: hue angle of 89.74º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BFF984 is Cyan = 0.23, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 249 | 132 | - |
| CMYK | 0.23 | 0 | 0.47 | 0.02 |
| HSL | 89.74º | 0.91% | 0.75% | - |
| HSV(B) | 89.74º | 0.47% | 0.98% | - |
| XYZ | 59.53 | 80.49 | 34.23 | - |
| YUV | 218.32 | 79.28 | 108.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 249 | 132 | 0.23 | 0 | 0.47 | 0.02 | 89.74 | 0.91 | 0.75 |
| Hex | BF | F9 | 84 | 17 | 0 | 2F | 2 | 5A | 5B | 4B |
| Octal | 277 | 371 | 204 | 27 | 0 | 57 | 2 | 132 | 133 | 113 |
| Binary | 10111111 | 11111001 | 10000100 | 10111 | 0 | 101111 | 10 | 1011010 | 1011011 | 1001011 |
Color Harmonies of #BFF984
Complementary color
Monochromatic Colors of #BFF984
Black with #BFF984
Text Example
Text Example
White with #BFF984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF984; }
p { color: rgb(191,249,132); }
H1.HeaderClassName
{
color: #BFF984;
}
.AnyTagClassName
{
color: #BFF984;
}
</style>
background-color css
<style>
a { background-color: #BFF984; }
a { background-color: rgb(191,249,132); }
div.DivClassName
{
background-color: #BFF984;
}
.BgClassName
{
background-color: #BFF984;
}
</style>
border-color css
<style>
span { border-color: #BFF984; }
span { border-color: rgb(191,249,132); }
td.TdClassName
{
border-color: #BFF984;
}
.TagClassName
{
border-color: #BFF984;
}
</style>