Shades of Sulu #BFFC6A
Tints of Sulu #BFFC6A
RGB
CMYK
RGB Variations
Color information
#BFFC6A (or 0xBFFC6A) is known color: Sulu. HEX triplet: BF, FC and 6A. RGB value is (191,252,106). Sum of RGB (Red+Green+Blue) = 191+252+106=549 (72% of max value = 765). Red value is 191 (75% from 255 or 34.79% from 549); Green value is 252 (98.83% from 255 or 45.90% from 549); Blue value is 106 (41.80% from 255 or 19.31% from 549); Max value from RGB is 252 - color contains mainly: green. Hex color #BFFC6A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFFC6A is #400395. Grayscale: #D9D9D9. Windows color (decimal): -4195222 or 7011519. OLE color: 7011519.
HSL color Cylindrical-coordinate representation of color #BFFC6A: hue angle of 85.07º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BFFC6A is Cyan = 0.24, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 191 | 252 | 106 | - |
| CMYK | 0.24 | 0 | 0.58 | 0.01 |
| HSL | 85.07º | 0.96% | 0.7% | - |
| HSV(B) | 85.07º | 0.58% | 0.99% | - |
| XYZ | 58.9 | 81.74 | 26.31 | - |
| YUV | 217.12 | 65.29 | 109.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 252 | 106 | 0.24 | 0 | 0.58 | 0.01 | 85.07 | 0.96 | 0.7 |
| Hex | BF | FC | 6A | 18 | 0 | 3A | 1 | 55 | 60 | 46 |
| Octal | 277 | 374 | 152 | 30 | 0 | 72 | 1 | 125 | 140 | 106 |
| Binary | 10111111 | 11111100 | 1101010 | 11000 | 0 | 111010 | 1 | 1010101 | 1100000 | 1000110 |
Color Harmonies of #BFFC6A
Complementary color
Monochromatic Colors of #BFFC6A
Black with #BFFC6A
Text Example
Text Example
White with #BFFC6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFC6A; }
p { color: rgb(191,252,106); }
H1.HeaderClassName
{
color: #BFFC6A;
}
.AnyTagClassName
{
color: #BFFC6A;
}
</style>
background-color css
<style>
a { background-color: #BFFC6A; }
a { background-color: rgb(191,252,106); }
div.DivClassName
{
background-color: #BFFC6A;
}
.BgClassName
{
background-color: #BFFC6A;
}
</style>
border-color css
<style>
span { border-color: #BFFC6A; }
span { border-color: rgb(191,252,106); }
td.TdClassName
{
border-color: #BFFC6A;
}
.TagClassName
{
border-color: #BFFC6A;
}
</style>