Shades of Sulu #BFF96B
Tints of Sulu #BFF96B
RGB
CMYK
RGB Variations
Color information
#BFF96B (or 0xBFF96B) is known color: Sulu. HEX triplet: BF, F9 and 6B. RGB value is (191,249,107). Sum of RGB (Red+Green+Blue) = 191+249+107=547 (72% of max value = 765). Red value is 191 (75% from 255 or 34.92% from 547); Green value is 249 (97.66% from 255 or 45.52% from 547); Blue value is 107 (42.19% from 255 or 19.56% from 547); Max value from RGB is 249 - color contains mainly: green. Hex color #BFF96B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF96B is #400694. Grayscale: #D7D7D7. Windows color (decimal): -4195989 or 7076287. OLE color: 7076287.
HSL color Cylindrical-coordinate representation of color #BFF96B: hue angle of 84.51º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BFF96B is Cyan = 0.23, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 249 | 107 | - |
| CMYK | 0.23 | 0 | 0.57 | 0.02 |
| HSL | 84.51º | 0.92% | 0.7% | - |
| HSV(B) | 84.51º | 0.57% | 0.98% | - |
| XYZ | 58.02 | 79.89 | 26.27 | - |
| YUV | 215.47 | 66.78 | 110.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 249 | 107 | 0.23 | 0 | 0.57 | 0.02 | 84.51 | 0.92 | 0.7 |
| Hex | BF | F9 | 6B | 17 | 0 | 39 | 2 | 55 | 5C | 46 |
| Octal | 277 | 371 | 153 | 27 | 0 | 71 | 2 | 125 | 134 | 106 |
| Binary | 10111111 | 11111001 | 1101011 | 10111 | 0 | 111001 | 10 | 1010101 | 1011100 | 1000110 |
Color Harmonies of #BFF96B
Complementary color
Monochromatic Colors of #BFF96B
Black with #BFF96B
Text Example
Text Example
White with #BFF96B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF96B; }
p { color: rgb(191,249,107); }
H1.HeaderClassName
{
color: #BFF96B;
}
.AnyTagClassName
{
color: #BFF96B;
}
</style>
background-color css
<style>
a { background-color: #BFF96B; }
a { background-color: rgb(191,249,107); }
div.DivClassName
{
background-color: #BFF96B;
}
.BgClassName
{
background-color: #BFF96B;
}
</style>
border-color css
<style>
span { border-color: #BFF96B; }
span { border-color: rgb(191,249,107); }
td.TdClassName
{
border-color: #BFF96B;
}
.TagClassName
{
border-color: #BFF96B;
}
</style>