Shades of Granny Apple #BFFFBF
Tints of Granny Apple #BFFFBF
RGB
CMYK
RGB Variations
Color information
#BFFFBF (or 0xBFFFBF) is known color: Granny Apple. HEX triplet: BF, FF and BF. RGB value is (191,255,191). Sum of RGB (Red+Green+Blue) = 191+255+191=637 (84% of max value = 765). Red value is 191 (75% from 255 or 29.98% from 637); Green value is 255 (100% from 255 or 40.03% from 637); Blue value is 191 (75% from 255 or 29.98% from 637); Max value from RGB is 255 - color contains mainly: green. Hex color #BFFFBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFFBF is #400040. Grayscale: #E4E4E4. Windows color (decimal): -4194369 or 12582847. OLE color: 12582847.
HSL color Cylindrical-coordinate representation of color #BFFFBF: hue angle of 120º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFFFBF is Cyan = 0.25, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 191 | 255 | 191 | - |
| CMYK | 0.25 | 0 | 0.25 | 0 |
| HSL | 120º | 1% | 0.87% | - |
| HSV(B) | 120º | 0.25% | 1% | - |
| XYZ | 66.65 | 86.36 | 62.45 | - |
| YUV | 228.57 | 106.8 | 101.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 255 | 191 | 0.25 | 0 | 0.25 | 0 | 120 | 1 | 0.87 |
| Hex | BF | FF | BF | 19 | 0 | 19 | 0 | 78 | 64 | 57 |
| Octal | 277 | 377 | 277 | 31 | 0 | 31 | 0 | 170 | 144 | 127 |
| Binary | 10111111 | 11111111 | 10111111 | 11001 | 0 | 11001 | 0 | 1111000 | 1100100 | 1010111 |
Color Harmonies of #BFFFBF
Complementary color
Monochromatic Colors of #BFFFBF
Black with #BFFFBF
Text Example
Text Example
White with #BFFFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFFBF; }
p { color: rgb(191,255,191); }
H1.HeaderClassName
{
color: #BFFFBF;
}
.AnyTagClassName
{
color: #BFFFBF;
}
</style>
background-color css
<style>
a { background-color: #BFFFBF; }
a { background-color: rgb(191,255,191); }
div.DivClassName
{
background-color: #BFFFBF;
}
.BgClassName
{
background-color: #BFFFBF;
}
</style>
border-color css
<style>
span { border-color: #BFFFBF; }
span { border-color: rgb(191,255,191); }
td.TdClassName
{
border-color: #BFFFBF;
}
.TagClassName
{
border-color: #BFFFBF;
}
</style>