Shades of Sulu #BFFD6A
Tints of Sulu #BFFD6A
RGB
CMYK
RGB Variations
Color information
#BFFD6A (or 0xBFFD6A) is known color: Sulu. HEX triplet: BF, FD and 6A. RGB value is (191,253,106). Sum of RGB (Red+Green+Blue) = 191+253+106=550 (72% of max value = 765). Red value is 191 (75% from 255 or 34.73% from 550); Green value is 253 (99.22% from 255 or 46% from 550); Blue value is 106 (41.80% from 255 or 19.27% from 550); Max value from RGB is 253 - color contains mainly: green. Hex color #BFFD6A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFFD6A is #400295. Grayscale: #DADADA. Windows color (decimal): -4194966 or 7011775. OLE color: 7011775.
HSL color Cylindrical-coordinate representation of color #BFFD6A: hue angle of 85.31º degrees, saturation: 0.97, 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 #BFFD6A is Cyan = 0.25, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 191 | 253 | 106 | - |
| CMYK | 0.25 | 0 | 0.58 | 0.01 |
| HSL | 85.31º | 0.97% | 0.7% | - |
| HSV(B) | 85.31º | 0.58% | 0.99% | - |
| XYZ | 59.21 | 82.37 | 26.41 | - |
| YUV | 217.7 | 64.96 | 108.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 253 | 106 | 0.25 | 0 | 0.58 | 0.01 | 85.31 | 0.97 | 0.7 |
| Hex | BF | FD | 6A | 19 | 0 | 3A | 1 | 55 | 61 | 46 |
| Octal | 277 | 375 | 152 | 31 | 0 | 72 | 1 | 125 | 141 | 106 |
| Binary | 10111111 | 11111101 | 1101010 | 11001 | 0 | 111010 | 1 | 1010101 | 1100001 | 1000110 |
Color Harmonies of #BFFD6A
Complementary color
Monochromatic Colors of #BFFD6A
Black with #BFFD6A
Text Example
Text Example
White with #BFFD6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFD6A; }
p { color: rgb(191,253,106); }
H1.HeaderClassName
{
color: #BFFD6A;
}
.AnyTagClassName
{
color: #BFFD6A;
}
</style>
background-color css
<style>
a { background-color: #BFFD6A; }
a { background-color: rgb(191,253,106); }
div.DivClassName
{
background-color: #BFFD6A;
}
.BgClassName
{
background-color: #BFFD6A;
}
</style>
border-color css
<style>
span { border-color: #BFFD6A; }
span { border-color: rgb(191,253,106); }
td.TdClassName
{
border-color: #BFFD6A;
}
.TagClassName
{
border-color: #BFFD6A;
}
</style>