Shades of Sulu #BFFA76
Tints of Sulu #BFFA76
RGB
CMYK
RGB Variations
Color information
#BFFA76 (or 0xBFFA76) is known color: Sulu. HEX triplet: BF, FA and 76. RGB value is (191,250,118). Sum of RGB (Red+Green+Blue) = 191+250+118=559 (74% of max value = 765). Red value is 191 (75% from 255 or 34.17% from 559); Green value is 250 (98.05% from 255 or 44.72% from 559); Blue value is 118 (46.48% from 255 or 21.11% from 559); Max value from RGB is 250 - color contains mainly: green. Hex color #BFFA76 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFFA76 is #400589. Grayscale: #D9D9D9. Windows color (decimal): -4195722 or 7797439. OLE color: 7797439.
HSL color Cylindrical-coordinate representation of color #BFFA76: hue angle of 86.82º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BFFA76 is Cyan = 0.24, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 250 | 118 | - |
| CMYK | 0.24 | 0 | 0.53 | 0.02 |
| HSL | 86.82º | 0.93% | 0.72% | - |
| HSV(B) | 86.82º | 0.53% | 0.98% | - |
| XYZ | 58.94 | 80.76 | 29.62 | - |
| YUV | 217.31 | 71.95 | 109.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 250 | 118 | 0.24 | 0 | 0.53 | 0.02 | 86.82 | 0.93 | 0.72 |
| Hex | BF | FA | 76 | 18 | 0 | 35 | 2 | 57 | 5D | 48 |
| Octal | 277 | 372 | 166 | 30 | 0 | 65 | 2 | 127 | 135 | 110 |
| Binary | 10111111 | 11111010 | 1110110 | 11000 | 0 | 110101 | 10 | 1010111 | 1011101 | 1001000 |
Color Harmonies of #BFFA76
Complementary color
Monochromatic Colors of #BFFA76
Black with #BFFA76
Text Example
Text Example
White with #BFFA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFA76; }
p { color: rgb(191,250,118); }
H1.HeaderClassName
{
color: #BFFA76;
}
.AnyTagClassName
{
color: #BFFA76;
}
</style>
background-color css
<style>
a { background-color: #BFFA76; }
a { background-color: rgb(191,250,118); }
div.DivClassName
{
background-color: #BFFA76;
}
.BgClassName
{
background-color: #BFFA76;
}
</style>
border-color css
<style>
span { border-color: #BFFA76; }
span { border-color: rgb(191,250,118); }
td.TdClassName
{
border-color: #BFFA76;
}
.TagClassName
{
border-color: #BFFA76;
}
</style>