Shades of Sulu #BFFD76
Tints of Sulu #BFFD76
RGB
CMYK
RGB Variations
Color information
#BFFD76 (or 0xBFFD76) is known color: Sulu. HEX triplet: BF, FD and 76. RGB value is (191,253,118). Sum of RGB (Red+Green+Blue) = 191+253+118=562 (74% of max value = 765). Red value is 191 (75% from 255 or 33.99% from 562); Green value is 253 (99.22% from 255 or 45.02% from 562); Blue value is 118 (46.48% from 255 or 21.00% from 562); Max value from RGB is 253 - color contains mainly: green. Hex color #BFFD76 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFFD76 is #400289. Grayscale: #DBDBDB. Windows color (decimal): -4194954 or 7798207. OLE color: 7798207.
HSL color Cylindrical-coordinate representation of color #BFFD76: hue angle of 87.56º degrees, saturation: 0.97, 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 #BFFD76 is Cyan = 0.25, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 191 | 253 | 118 | - |
| CMYK | 0.25 | 0 | 0.53 | 0.01 |
| HSL | 87.56º | 0.97% | 0.73% | - |
| HSV(B) | 87.56º | 0.53% | 0.99% | - |
| XYZ | 59.88 | 82.63 | 29.93 | - |
| YUV | 219.07 | 70.96 | 107.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 253 | 118 | 0.25 | 0 | 0.53 | 0.01 | 87.56 | 0.97 | 0.73 |
| Hex | BF | FD | 76 | 19 | 0 | 35 | 1 | 58 | 61 | 49 |
| Octal | 277 | 375 | 166 | 31 | 0 | 65 | 1 | 130 | 141 | 111 |
| Binary | 10111111 | 11111101 | 1110110 | 11001 | 0 | 110101 | 1 | 1011000 | 1100001 | 1001001 |
Color Harmonies of #BFFD76
Complementary color
Monochromatic Colors of #BFFD76
Black with #BFFD76
Text Example
Text Example
White with #BFFD76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFD76; }
p { color: rgb(191,253,118); }
H1.HeaderClassName
{
color: #BFFD76;
}
.AnyTagClassName
{
color: #BFFD76;
}
</style>
background-color css
<style>
a { background-color: #BFFD76; }
a { background-color: rgb(191,253,118); }
div.DivClassName
{
background-color: #BFFD76;
}
.BgClassName
{
background-color: #BFFD76;
}
</style>
border-color css
<style>
span { border-color: #BFFD76; }
span { border-color: rgb(191,253,118); }
td.TdClassName
{
border-color: #BFFD76;
}
.TagClassName
{
border-color: #BFFD76;
}
</style>