Shades of Granny Apple #CBF9D4
Tints of Granny Apple #CBF9D4
RGB
CMYK
RGB Variations
Color information
#CBF9D4 (or 0xCBF9D4) is known color: Granny Apple. HEX triplet: CB, F9 and D4. RGB value is (203,249,212). Sum of RGB (Red+Green+Blue) = 203+249+212=664 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.57% from 664); Green value is 249 (97.66% from 255 or 37.5% from 664); Blue value is 212 (83.20% from 255 or 31.93% from 664); Max value from RGB is 249 - color contains mainly: green. Hex color #CBF9D4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF9D4 is #34062B. Grayscale: #E7E7E7. Windows color (decimal): -3409452 or 13957579. OLE color: 13957579.
HSL color Cylindrical-coordinate representation of color #CBF9D4: hue angle of 131.74º degrees, saturation: 0.79, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CBF9D4 is Cyan = 0.18, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 249 | 212 | - |
| CMYK | 0.18 | 0 | 0.15 | 0.02 |
| HSL | 131.74º | 0.79% | 0.89% | - |
| HSV(B) | 131.74º | 0.18% | 0.98% | - |
| XYZ | 70.39 | 85.2 | 75.02 | - |
| YUV | 231.03 | 117.26 | 108.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 249 | 212 | 0.18 | 0 | 0.15 | 0.02 | 131.74 | 0.79 | 0.89 |
| Hex | CB | F9 | D4 | 12 | 0 | F | 2 | 84 | 4F | 59 |
| Octal | 313 | 371 | 324 | 22 | 0 | 17 | 2 | 204 | 117 | 131 |
| Binary | 11001011 | 11111001 | 11010100 | 10010 | 0 | 1111 | 10 | 10000100 | 1001111 | 1011001 |
Color Harmonies of #CBF9D4
Complementary color
Monochromatic Colors of #CBF9D4
Black with #CBF9D4
Text Example
Text Example
White with #CBF9D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF9D4; }
p { color: rgb(203,249,212); }
H1.HeaderClassName
{
color: #CBF9D4;
}
.AnyTagClassName
{
color: #CBF9D4;
}
</style>
background-color css
<style>
a { background-color: #CBF9D4; }
a { background-color: rgb(203,249,212); }
div.DivClassName
{
background-color: #CBF9D4;
}
.BgClassName
{
background-color: #CBF9D4;
}
</style>
border-color css
<style>
span { border-color: #CBF9D4; }
span { border-color: rgb(203,249,212); }
td.TdClassName
{
border-color: #CBF9D4;
}
.TagClassName
{
border-color: #CBF9D4;
}
</style>