Shades of Granny Apple #B7F2CC
Tints of Granny Apple #B7F2CC
RGB
CMYK
RGB Variations
Color information
#B7F2CC (or 0xB7F2CC) is known color: Granny Apple. HEX triplet: B7, F2 and CC. RGB value is (183,242,204). Sum of RGB (Red+Green+Blue) = 183+242+204=629 (83% of max value = 765). Red value is 183 (71.88% from 255 or 29.09% from 629); Green value is 242 (94.92% from 255 or 38.47% from 629); Blue value is 204 (80.08% from 255 or 32.43% from 629); Max value from RGB is 242 - color contains mainly: green. Hex color #B7F2CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7F2CC is #480D33. Grayscale: #DCDCDC. Windows color (decimal): -4721972 or 13431479. OLE color: 13431479.
HSL color Cylindrical-coordinate representation of color #B7F2CC: hue angle of 141.36º degrees, saturation: 0.69, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B7F2CC is Cyan = 0.24, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 183 | 242 | 204 | - |
| CMYK | 0.24 | 0 | 0.16 | 0.05 |
| HSL | 141.36º | 0.69% | 0.83% | - |
| HSV(B) | 141.36º | 0.24% | 0.95% | - |
| XYZ | 62.18 | 77.93 | 68.89 | - |
| YUV | 220.03 | 118.95 | 101.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 242 | 204 | 0.24 | 0 | 0.16 | 0.05 | 141.36 | 0.69 | 0.83 |
| Hex | B7 | F2 | CC | 18 | 0 | 10 | 5 | 8D | 45 | 53 |
| Octal | 267 | 362 | 314 | 30 | 0 | 20 | 5 | 215 | 105 | 123 |
| Binary | 10110111 | 11110010 | 11001100 | 11000 | 0 | 10000 | 101 | 10001101 | 1000101 | 1010011 |
Color Harmonies of #B7F2CC
Complementary color
Monochromatic Colors of #B7F2CC
Black with #B7F2CC
Text Example
Text Example
White with #B7F2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7F2CC; }
p { color: rgb(183,242,204); }
H1.HeaderClassName
{
color: #B7F2CC;
}
.AnyTagClassName
{
color: #B7F2CC;
}
</style>
background-color css
<style>
a { background-color: #B7F2CC; }
a { background-color: rgb(183,242,204); }
div.DivClassName
{
background-color: #B7F2CC;
}
.BgClassName
{
background-color: #B7F2CC;
}
</style>
border-color css
<style>
span { border-color: #B7F2CC; }
span { border-color: rgb(183,242,204); }
td.TdClassName
{
border-color: #B7F2CC;
}
.TagClassName
{
border-color: #B7F2CC;
}
</style>