Shades of Sulu #BFF963
Tints of Sulu #BFF963
RGB
CMYK
RGB Variations
Color information
#BFF963 (or 0xBFF963) is known color: Sulu. HEX triplet: BF, F9 and 63. RGB value is (191,249,99). Sum of RGB (Red+Green+Blue) = 191+249+99=539 (71% of max value = 765). Red value is 191 (75% from 255 or 35.44% from 539); Green value is 249 (97.66% from 255 or 46.20% from 539); Blue value is 99 (39.06% from 255 or 18.37% from 539); Max value from RGB is 249 - color contains mainly: green. Hex color #BFF963 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF963 is #40069C. Grayscale: #D7D7D7. Windows color (decimal): -4195997 or 6551999. OLE color: 6551999.
HSL color Cylindrical-coordinate representation of color #BFF963: hue angle of 83.2º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BFF963 is Cyan = 0.23, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 249 | 99 | - |
| CMYK | 0.23 | 0 | 0.60 | 0.02 |
| HSL | 83.2º | 0.93% | 0.68% | - |
| HSV(B) | 83.2º | 0.6% | 0.98% | - |
| XYZ | 57.61 | 79.73 | 24.16 | - |
| YUV | 214.56 | 62.78 | 111.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 249 | 99 | 0.23 | 0 | 0.60 | 0.02 | 83.2 | 0.93 | 0.68 |
| Hex | BF | F9 | 63 | 17 | 0 | 3C | 2 | 53 | 5D | 44 |
| Octal | 277 | 371 | 143 | 27 | 0 | 74 | 2 | 123 | 135 | 104 |
| Binary | 10111111 | 11111001 | 1100011 | 10111 | 0 | 111100 | 10 | 1010011 | 1011101 | 1000100 |
Color Harmonies of #BFF963
Complementary color
Monochromatic Colors of #BFF963
Black with #BFF963
Text Example
Text Example
White with #BFF963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF963; }
p { color: rgb(191,249,99); }
H1.HeaderClassName
{
color: #BFF963;
}
.AnyTagClassName
{
color: #BFF963;
}
</style>
background-color css
<style>
a { background-color: #BFF963; }
a { background-color: rgb(191,249,99); }
div.DivClassName
{
background-color: #BFF963;
}
.BgClassName
{
background-color: #BFF963;
}
</style>
border-color css
<style>
span { border-color: #BFF963; }
span { border-color: rgb(191,249,99); }
td.TdClassName
{
border-color: #BFF963;
}
.TagClassName
{
border-color: #BFF963;
}
</style>