Shades of Sulu #BFF76C
Tints of Sulu #BFF76C
RGB
CMYK
RGB Variations
Color information
#BFF76C (or 0xBFF76C) is known color: Sulu. HEX triplet: BF, F7 and 6C. RGB value is (191,247,108). Sum of RGB (Red+Green+Blue) = 191+247+108=546 (72% of max value = 765). Red value is 191 (75% from 255 or 34.98% from 546); Green value is 247 (96.88% from 255 or 45.24% from 546); Blue value is 108 (42.58% from 255 or 19.78% from 546); Max value from RGB is 247 - color contains mainly: green. Hex color #BFF76C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF76C is #400893. Grayscale: #D6D6D6. Windows color (decimal): -4196500 or 7141311. OLE color: 7141311.
HSL color Cylindrical-coordinate representation of color #BFF76C: hue angle of 84.17º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BFF76C is Cyan = 0.23, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 191 | 247 | 108 | - |
| CMYK | 0.23 | 0 | 0.56 | 0.03 |
| HSL | 84.17º | 0.9% | 0.7% | - |
| HSV(B) | 84.17º | 0.56% | 0.97% | - |
| XYZ | 57.45 | 78.68 | 26.35 | - |
| YUV | 214.41 | 67.95 | 111.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 247 | 108 | 0.23 | 0 | 0.56 | 0.03 | 84.17 | 0.9 | 0.7 |
| Hex | BF | F7 | 6C | 17 | 0 | 38 | 3 | 54 | 5A | 46 |
| Octal | 277 | 367 | 154 | 27 | 0 | 70 | 3 | 124 | 132 | 106 |
| Binary | 10111111 | 11110111 | 1101100 | 10111 | 0 | 111000 | 11 | 1010100 | 1011010 | 1000110 |
Color Harmonies of #BFF76C
Complementary color
Monochromatic Colors of #BFF76C
Black with #BFF76C
Text Example
Text Example
White with #BFF76C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF76C; }
p { color: rgb(191,247,108); }
H1.HeaderClassName
{
color: #BFF76C;
}
.AnyTagClassName
{
color: #BFF76C;
}
</style>
background-color css
<style>
a { background-color: #BFF76C; }
a { background-color: rgb(191,247,108); }
div.DivClassName
{
background-color: #BFF76C;
}
.BgClassName
{
background-color: #BFF76C;
}
</style>
border-color css
<style>
span { border-color: #BFF76C; }
span { border-color: rgb(191,247,108); }
td.TdClassName
{
border-color: #BFF76C;
}
.TagClassName
{
border-color: #BFF76C;
}
</style>