Shades of Granny Apple #CBF5D9
Tints of Granny Apple #CBF5D9
RGB
CMYK
RGB Variations
Color information
#CBF5D9 (or 0xCBF5D9) is known color: Granny Apple. HEX triplet: CB, F5 and D9. RGB value is (203,245,217). Sum of RGB (Red+Green+Blue) = 203+245+217=665 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.53% from 665); Green value is 245 (96.09% from 255 or 36.84% from 665); Blue value is 217 (85.16% from 255 or 32.63% from 665); Max value from RGB is 245 - color contains mainly: green. Hex color #CBF5D9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF5D9 is #340A26. Grayscale: #E5E5E5. Windows color (decimal): -3410471 or 14284235. OLE color: 14284235.
HSL color Cylindrical-coordinate representation of color #CBF5D9: hue angle of 140º degrees, saturation: 0.68, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CBF5D9 is Cyan = 0.17, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 203 | 245 | 217 | - |
| CMYK | 0.17 | 0 | 0.11 | 0.04 |
| HSL | 140º | 0.68% | 0.88% | - |
| HSV(B) | 140º | 0.17% | 0.96% | - |
| XYZ | 69.81 | 83.01 | 77.99 | - |
| YUV | 229.25 | 121.09 | 109.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 245 | 217 | 0.17 | 0 | 0.11 | 0.04 | 140 | 0.68 | 0.88 |
| Hex | CB | F5 | D9 | 11 | 0 | B | 4 | 8C | 44 | 58 |
| Octal | 313 | 365 | 331 | 21 | 0 | 13 | 4 | 214 | 104 | 130 |
| Binary | 11001011 | 11110101 | 11011001 | 10001 | 0 | 1011 | 100 | 10001100 | 1000100 | 1011000 |
Color Harmonies of #CBF5D9
Complementary color
Monochromatic Colors of #CBF5D9
Black with #CBF5D9
Text Example
Text Example
White with #CBF5D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF5D9; }
p { color: rgb(203,245,217); }
H1.HeaderClassName
{
color: #CBF5D9;
}
.AnyTagClassName
{
color: #CBF5D9;
}
</style>
background-color css
<style>
a { background-color: #CBF5D9; }
a { background-color: rgb(203,245,217); }
div.DivClassName
{
background-color: #CBF5D9;
}
.BgClassName
{
background-color: #CBF5D9;
}
</style>
border-color css
<style>
span { border-color: #CBF5D9; }
span { border-color: rgb(203,245,217); }
td.TdClassName
{
border-color: #CBF5D9;
}
.TagClassName
{
border-color: #CBF5D9;
}
</style>