Shades of Granny Apple #CBF0CD
Tints of Granny Apple #CBF0CD
RGB
CMYK
RGB Variations
Color information
#CBF0CD (or 0xCBF0CD) is known color: Granny Apple. HEX triplet: CB, F0 and CD. RGB value is (203,240,205). Sum of RGB (Red+Green+Blue) = 203+240+205=648 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.33% from 648); Green value is 240 (94.14% from 255 or 37.04% from 648); Blue value is 205 (80.47% from 255 or 31.64% from 648); Max value from RGB is 240 - color contains mainly: green. Hex color #CBF0CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF0CD is #340F32. Grayscale: #E1E1E1. Windows color (decimal): -3411763 or 13496523. OLE color: 13496523.
HSL color Cylindrical-coordinate representation of color #CBF0CD: hue angle of 123.24º degrees, saturation: 0.55, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CBF0CD is Cyan = 0.15, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 240 | 205 | - |
| CMYK | 0.15 | 0 | 0.15 | 0.06 |
| HSL | 123.24º | 0.55% | 0.87% | - |
| HSV(B) | 123.24º | 0.15% | 0.94% | - |
| XYZ | 66.81 | 79.42 | 69.57 | - |
| YUV | 224.95 | 116.74 | 112.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 240 | 205 | 0.15 | 0 | 0.15 | 0.06 | 123.24 | 0.55 | 0.87 |
| Hex | CB | F0 | CD | F | 0 | F | 6 | 7B | 37 | 57 |
| Octal | 313 | 360 | 315 | 17 | 0 | 17 | 6 | 173 | 67 | 127 |
| Binary | 11001011 | 11110000 | 11001101 | 1111 | 0 | 1111 | 110 | 1111011 | 110111 | 1010111 |
Color Harmonies of #CBF0CD
Complementary color
Monochromatic Colors of #CBF0CD
Black with #CBF0CD
Text Example
Text Example
White with #CBF0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF0CD; }
p { color: rgb(203,240,205); }
H1.HeaderClassName
{
color: #CBF0CD;
}
.AnyTagClassName
{
color: #CBF0CD;
}
</style>
background-color css
<style>
a { background-color: #CBF0CD; }
a { background-color: rgb(203,240,205); }
div.DivClassName
{
background-color: #CBF0CD;
}
.BgClassName
{
background-color: #CBF0CD;
}
</style>
border-color css
<style>
span { border-color: #CBF0CD; }
span { border-color: rgb(203,240,205); }
td.TdClassName
{
border-color: #CBF0CD;
}
.TagClassName
{
border-color: #CBF0CD;
}
</style>