Shades of Sulu #BFFC76
Tints of Sulu #BFFC76
RGB
CMYK
RGB Variations
Color information
#BFFC76 (or 0xBFFC76) is known color: Sulu. HEX triplet: BF, FC and 76. RGB value is (191,252,118). Sum of RGB (Red+Green+Blue) = 191+252+118=561 (74% of max value = 765). Red value is 191 (75% from 255 or 34.05% from 561); Green value is 252 (98.83% from 255 or 44.92% from 561); Blue value is 118 (46.48% from 255 or 21.03% from 561); Max value from RGB is 252 - color contains mainly: green. Hex color #BFFC76 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFFC76 is #400389. Grayscale: #DADADA. Windows color (decimal): -4195210 or 7797951. OLE color: 7797951.
HSL color Cylindrical-coordinate representation of color #BFFC76: hue angle of 87.31º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BFFC76 is Cyan = 0.24, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 191 | 252 | 118 | - |
| CMYK | 0.24 | 0 | 0.53 | 0.01 |
| HSL | 87.31º | 0.96% | 0.73% | - |
| HSV(B) | 87.31º | 0.53% | 0.99% | - |
| XYZ | 59.57 | 82.01 | 29.83 | - |
| YUV | 218.49 | 71.29 | 108.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 252 | 118 | 0.24 | 0 | 0.53 | 0.01 | 87.31 | 0.96 | 0.73 |
| Hex | BF | FC | 76 | 18 | 0 | 35 | 1 | 57 | 60 | 49 |
| Octal | 277 | 374 | 166 | 30 | 0 | 65 | 1 | 127 | 140 | 111 |
| Binary | 10111111 | 11111100 | 1110110 | 11000 | 0 | 110101 | 1 | 1010111 | 1100000 | 1001001 |
Color Harmonies of #BFFC76
Complementary color
Monochromatic Colors of #BFFC76
Black with #BFFC76
Text Example
Text Example
White with #BFFC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFC76; }
p { color: rgb(191,252,118); }
H1.HeaderClassName
{
color: #BFFC76;
}
.AnyTagClassName
{
color: #BFFC76;
}
</style>
background-color css
<style>
a { background-color: #BFFC76; }
a { background-color: rgb(191,252,118); }
div.DivClassName
{
background-color: #BFFC76;
}
.BgClassName
{
background-color: #BFFC76;
}
</style>
border-color css
<style>
span { border-color: #BFFC76; }
span { border-color: rgb(191,252,118); }
td.TdClassName
{
border-color: #BFFC76;
}
.TagClassName
{
border-color: #BFFC76;
}
</style>