Shades of Granny Apple #CBF2D9
Tints of Granny Apple #CBF2D9
RGB
CMYK
RGB Variations
Color information
#CBF2D9 (or 0xCBF2D9) is known color: Granny Apple. HEX triplet: CB, F2 and D9. RGB value is (203,242,217). Sum of RGB (Red+Green+Blue) = 203+242+217=662 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.66% from 662); Green value is 242 (94.92% from 255 or 36.56% from 662); Blue value is 217 (85.16% from 255 or 32.78% from 662); Max value from RGB is 242 - color contains mainly: green. Hex color #CBF2D9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF2D9 is #340D26. Grayscale: #E3E3E3. Windows color (decimal): -3411239 or 14283467. OLE color: 14283467.
HSL color Cylindrical-coordinate representation of color #CBF2D9: hue angle of 141.54º degrees, saturation: 0.6, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CBF2D9 is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 242 | 217 | - |
| CMYK | 0.16 | 0 | 0.10 | 0.05 |
| HSL | 141.54º | 0.6% | 0.87% | - |
| HSV(B) | 141.54º | 0.16% | 0.95% | - |
| XYZ | 68.91 | 81.21 | 77.69 | - |
| YUV | 227.49 | 122.08 | 110.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 242 | 217 | 0.16 | 0 | 0.10 | 0.05 | 141.54 | 0.6 | 0.87 |
| Hex | CB | F2 | D9 | 10 | 0 | A | 5 | 8E | 3C | 57 |
| Octal | 313 | 362 | 331 | 20 | 0 | 12 | 5 | 216 | 74 | 127 |
| Binary | 11001011 | 11110010 | 11011001 | 10000 | 0 | 1010 | 101 | 10001110 | 111100 | 1010111 |
Color Harmonies of #CBF2D9
Complementary color
Monochromatic Colors of #CBF2D9
Black with #CBF2D9
Text Example
Text Example
White with #CBF2D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF2D9; }
p { color: rgb(203,242,217); }
H1.HeaderClassName
{
color: #CBF2D9;
}
.AnyTagClassName
{
color: #CBF2D9;
}
</style>
background-color css
<style>
a { background-color: #CBF2D9; }
a { background-color: rgb(203,242,217); }
div.DivClassName
{
background-color: #CBF2D9;
}
.BgClassName
{
background-color: #CBF2D9;
}
</style>
border-color css
<style>
span { border-color: #CBF2D9; }
span { border-color: rgb(203,242,217); }
td.TdClassName
{
border-color: #CBF2D9;
}
.TagClassName
{
border-color: #CBF2D9;
}
</style>