Shades of Sulu #BFF56C
Tints of Sulu #BFF56C
RGB
CMYK
RGB Variations
Color information
#BFF56C (or 0xBFF56C) is known color: Sulu. HEX triplet: BF, F5 and 6C. RGB value is (191,245,108). Sum of RGB (Red+Green+Blue) = 191+245+108=544 (72% of max value = 765). Red value is 191 (75% from 255 or 35.11% from 544); Green value is 245 (96.09% from 255 or 45.04% from 544); Blue value is 108 (42.58% from 255 or 19.85% from 544); Max value from RGB is 245 - color contains mainly: green. Hex color #BFF56C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF56C is #400A93. Grayscale: #D5D5D5. Windows color (decimal): -4197012 or 7140799. OLE color: 7140799.
HSL color Cylindrical-coordinate representation of color #BFF56C: hue angle of 83.65º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BFF56C is Cyan = 0.22, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 245 | 108 | - |
| CMYK | 0.22 | 0 | 0.56 | 0.04 |
| HSL | 83.65º | 0.87% | 0.69% | - |
| HSV(B) | 83.65º | 0.56% | 0.96% | - |
| XYZ | 56.85 | 77.46 | 26.14 | - |
| YUV | 213.24 | 68.61 | 112.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 245 | 108 | 0.22 | 0 | 0.56 | 0.04 | 83.65 | 0.87 | 0.69 |
| Hex | BF | F5 | 6C | 16 | 0 | 38 | 4 | 54 | 57 | 45 |
| Octal | 277 | 365 | 154 | 26 | 0 | 70 | 4 | 124 | 127 | 105 |
| Binary | 10111111 | 11110101 | 1101100 | 10110 | 0 | 111000 | 100 | 1010100 | 1010111 | 1000101 |
Color Harmonies of #BFF56C
Complementary color
Monochromatic Colors of #BFF56C
Black with #BFF56C
Text Example
Text Example
White with #BFF56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF56C; }
p { color: rgb(191,245,108); }
H1.HeaderClassName
{
color: #BFF56C;
}
.AnyTagClassName
{
color: #BFF56C;
}
</style>
background-color css
<style>
a { background-color: #BFF56C; }
a { background-color: rgb(191,245,108); }
div.DivClassName
{
background-color: #BFF56C;
}
.BgClassName
{
background-color: #BFF56C;
}
</style>
border-color css
<style>
span { border-color: #BFF56C; }
span { border-color: rgb(191,245,108); }
td.TdClassName
{
border-color: #BFF56C;
}
.TagClassName
{
border-color: #BFF56C;
}
</style>