Shades of Granny Apple #B7F5CA
Tints of Granny Apple #B7F5CA
RGB
CMYK
RGB Variations
Color information
#B7F5CA (or 0xB7F5CA) is known color: Granny Apple. HEX triplet: B7, F5 and CA. RGB value is (183,245,202). Sum of RGB (Red+Green+Blue) = 183+245+202=630 (83% of max value = 765). Red value is 183 (71.88% from 255 or 29.05% from 630); Green value is 245 (96.09% from 255 or 38.89% from 630); Blue value is 202 (79.30% from 255 or 32.06% from 630); Max value from RGB is 245 - color contains mainly: green. Hex color #B7F5CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7F5CA is #480A35. Grayscale: #DDDDDD. Windows color (decimal): -4721206 or 13301175. OLE color: 13301175.
HSL color Cylindrical-coordinate representation of color #B7F5CA: hue angle of 138.39º degrees, saturation: 0.76, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B7F5CA is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 183 | 245 | 202 | - |
| CMYK | 0.25 | 0 | 0.18 | 0.04 |
| HSL | 138.39º | 0.76% | 0.84% | - |
| HSV(B) | 138.39º | 0.25% | 0.96% | - |
| XYZ | 62.84 | 79.64 | 67.94 | - |
| YUV | 221.56 | 116.96 | 100.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 245 | 202 | 0.25 | 0 | 0.18 | 0.04 | 138.39 | 0.76 | 0.84 |
| Hex | B7 | F5 | CA | 19 | 0 | 12 | 4 | 8A | 4C | 54 |
| Octal | 267 | 365 | 312 | 31 | 0 | 22 | 4 | 212 | 114 | 124 |
| Binary | 10110111 | 11110101 | 11001010 | 11001 | 0 | 10010 | 100 | 10001010 | 1001100 | 1010100 |
Color Harmonies of #B7F5CA
Complementary color
Monochromatic Colors of #B7F5CA
Black with #B7F5CA
Text Example
Text Example
White with #B7F5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7F5CA; }
p { color: rgb(183,245,202); }
H1.HeaderClassName
{
color: #B7F5CA;
}
.AnyTagClassName
{
color: #B7F5CA;
}
</style>
background-color css
<style>
a { background-color: #B7F5CA; }
a { background-color: rgb(183,245,202); }
div.DivClassName
{
background-color: #B7F5CA;
}
.BgClassName
{
background-color: #B7F5CA;
}
</style>
border-color css
<style>
span { border-color: #B7F5CA; }
span { border-color: rgb(183,245,202); }
td.TdClassName
{
border-color: #B7F5CA;
}
.TagClassName
{
border-color: #B7F5CA;
}
</style>