Shades of Granny Apple #BFF5C5
Tints of Granny Apple #BFF5C5
RGB
CMYK
RGB Variations
Color information
#BFF5C5 (or 0xBFF5C5) is known color: Granny Apple. HEX triplet: BF, F5 and C5. RGB value is (191,245,197). Sum of RGB (Red+Green+Blue) = 191+245+197=633 (83% of max value = 765). Red value is 191 (75% from 255 or 30.17% from 633); Green value is 245 (96.09% from 255 or 38.70% from 633); Blue value is 197 (77.34% from 255 or 31.12% from 633); Max value from RGB is 245 - color contains mainly: green. Hex color #BFF5C5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF5C5 is #400A3A. Grayscale: #DFDFDF. Windows color (decimal): -4196923 or 12973503. OLE color: 12973503.
HSL color Cylindrical-coordinate representation of color #BFF5C5: hue angle of 126.67º degrees, saturation: 0.73, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFF5C5 is Cyan = 0.22, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 245 | 197 | - |
| CMYK | 0.22 | 0 | 0.20 | 0.04 |
| HSL | 126.67º | 0.73% | 0.85% | - |
| HSV(B) | 126.67º | 0.22% | 0.96% | - |
| XYZ | 64.22 | 80.41 | 64.96 | - |
| YUV | 223.38 | 113.11 | 104.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 245 | 197 | 0.22 | 0 | 0.20 | 0.04 | 126.67 | 0.73 | 0.85 |
| Hex | BF | F5 | C5 | 16 | 0 | 14 | 4 | 7F | 49 | 55 |
| Octal | 277 | 365 | 305 | 26 | 0 | 24 | 4 | 177 | 111 | 125 |
| Binary | 10111111 | 11110101 | 11000101 | 10110 | 0 | 10100 | 100 | 1111111 | 1001001 | 1010101 |
Color Harmonies of #BFF5C5
Complementary color
Monochromatic Colors of #BFF5C5
Black with #BFF5C5
Text Example
Text Example
White with #BFF5C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF5C5; }
p { color: rgb(191,245,197); }
H1.HeaderClassName
{
color: #BFF5C5;
}
.AnyTagClassName
{
color: #BFF5C5;
}
</style>
background-color css
<style>
a { background-color: #BFF5C5; }
a { background-color: rgb(191,245,197); }
div.DivClassName
{
background-color: #BFF5C5;
}
.BgClassName
{
background-color: #BFF5C5;
}
</style>
border-color css
<style>
span { border-color: #BFF5C5; }
span { border-color: rgb(191,245,197); }
td.TdClassName
{
border-color: #BFF5C5;
}
.TagClassName
{
border-color: #BFF5C5;
}
</style>