Shades of Granny Apple #B7F7CA
Tints of Granny Apple #B7F7CA
RGB
CMYK
RGB Variations
Color information
#B7F7CA (or 0xB7F7CA) is known color: Granny Apple. HEX triplet: B7, F7 and CA. RGB value is (183,247,202). Sum of RGB (Red+Green+Blue) = 183+247+202=632 (83% of max value = 765). Red value is 183 (71.88% from 255 or 28.96% from 632); Green value is 247 (96.88% from 255 or 39.08% from 632); Blue value is 202 (79.30% from 255 or 31.96% from 632); Max value from RGB is 247 - color contains mainly: green. Hex color #B7F7CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7F7CA is #480835. Grayscale: #DEDEDE. Windows color (decimal): -4720694 or 13301687. OLE color: 13301687.
HSL color Cylindrical-coordinate representation of color #B7F7CA: hue angle of 137.81º degrees, saturation: 0.8, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B7F7CA is Cyan = 0.26, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 183 | 247 | 202 | - |
| CMYK | 0.26 | 0 | 0.18 | 0.03 |
| HSL | 137.81º | 0.8% | 0.84% | - |
| HSV(B) | 137.81º | 0.26% | 0.97% | - |
| XYZ | 63.45 | 80.85 | 68.14 | - |
| YUV | 222.73 | 116.3 | 99.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 247 | 202 | 0.26 | 0 | 0.18 | 0.03 | 137.81 | 0.8 | 0.84 |
| Hex | B7 | F7 | CA | 1A | 0 | 12 | 3 | 8A | 50 | 54 |
| Octal | 267 | 367 | 312 | 32 | 0 | 22 | 3 | 212 | 120 | 124 |
| Binary | 10110111 | 11110111 | 11001010 | 11010 | 0 | 10010 | 11 | 10001010 | 1010000 | 1010100 |
Color Harmonies of #B7F7CA
Complementary color
Monochromatic Colors of #B7F7CA
Black with #B7F7CA
Text Example
Text Example
White with #B7F7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7F7CA; }
p { color: rgb(183,247,202); }
H1.HeaderClassName
{
color: #B7F7CA;
}
.AnyTagClassName
{
color: #B7F7CA;
}
</style>
background-color css
<style>
a { background-color: #B7F7CA; }
a { background-color: rgb(183,247,202); }
div.DivClassName
{
background-color: #B7F7CA;
}
.BgClassName
{
background-color: #B7F7CA;
}
</style>
border-color css
<style>
span { border-color: #B7F7CA; }
span { border-color: rgb(183,247,202); }
td.TdClassName
{
border-color: #B7F7CA;
}
.TagClassName
{
border-color: #B7F7CA;
}
</style>