Shades of Granny Apple #CBF1CD
Tints of Granny Apple #CBF1CD
RGB
CMYK
RGB Variations
Color information
#CBF1CD (or 0xCBF1CD) is known color: Granny Apple. HEX triplet: CB, F1 and CD. RGB value is (203,241,205). Sum of RGB (Red+Green+Blue) = 203+241+205=649 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.28% from 649); Green value is 241 (94.53% from 255 or 37.13% from 649); Blue value is 205 (80.47% from 255 or 31.59% from 649); Max value from RGB is 241 - color contains mainly: green. Hex color #CBF1CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF1CD is #340E32. Grayscale: #E1E1E1. Windows color (decimal): -3411507 or 13496779. OLE color: 13496779.
HSL color Cylindrical-coordinate representation of color #CBF1CD: hue angle of 123.16º degrees, saturation: 0.58, 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 #CBF1CD is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 241 | 205 | - |
| CMYK | 0.16 | 0 | 0.15 | 0.05 |
| HSL | 123.16º | 0.58% | 0.87% | - |
| HSV(B) | 123.16º | 0.16% | 0.95% | - |
| XYZ | 67.1 | 80.01 | 69.67 | - |
| YUV | 225.53 | 116.41 | 111.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 241 | 205 | 0.16 | 0 | 0.15 | 0.05 | 123.16 | 0.58 | 0.87 |
| Hex | CB | F1 | CD | 10 | 0 | F | 5 | 7B | 3A | 57 |
| Octal | 313 | 361 | 315 | 20 | 0 | 17 | 5 | 173 | 72 | 127 |
| Binary | 11001011 | 11110001 | 11001101 | 10000 | 0 | 1111 | 101 | 1111011 | 111010 | 1010111 |
Color Harmonies of #CBF1CD
Complementary color
Monochromatic Colors of #CBF1CD
Black with #CBF1CD
Text Example
Text Example
White with #CBF1CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF1CD; }
p { color: rgb(203,241,205); }
H1.HeaderClassName
{
color: #CBF1CD;
}
.AnyTagClassName
{
color: #CBF1CD;
}
</style>
background-color css
<style>
a { background-color: #CBF1CD; }
a { background-color: rgb(203,241,205); }
div.DivClassName
{
background-color: #CBF1CD;
}
.BgClassName
{
background-color: #CBF1CD;
}
</style>
border-color css
<style>
span { border-color: #CBF1CD; }
span { border-color: rgb(203,241,205); }
td.TdClassName
{
border-color: #CBF1CD;
}
.TagClassName
{
border-color: #CBF1CD;
}
</style>