Shades of Granny Apple #CBFCD0
Tints of Granny Apple #CBFCD0
RGB
CMYK
RGB Variations
Color information
#CBFCD0 (or 0xCBFCD0) is known color: Granny Apple. HEX triplet: CB, FC and D0. RGB value is (203,252,208). Sum of RGB (Red+Green+Blue) = 203+252+208=663 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.62% from 663); Green value is 252 (98.83% from 255 or 38.01% from 663); Blue value is 208 (81.64% from 255 or 31.37% from 663); Max value from RGB is 252 - color contains mainly: green. Hex color #CBFCD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBFCD0 is #34032F. Grayscale: #E8E8E8. Windows color (decimal): -3408688 or 13696203. OLE color: 13696203.
HSL color Cylindrical-coordinate representation of color #CBFCD0: hue angle of 126.12º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CBFCD0 is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 252 | 208 | - |
| CMYK | 0.19 | 0 | 0.17 | 0.01 |
| HSL | 126.12º | 0.89% | 0.89% | - |
| HSV(B) | 126.12º | 0.19% | 0.99% | - |
| XYZ | 70.82 | 86.87 | 72.71 | - |
| YUV | 232.33 | 114.27 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 252 | 208 | 0.19 | 0 | 0.17 | 0.01 | 126.12 | 0.89 | 0.89 |
| Hex | CB | FC | D0 | 13 | 0 | 11 | 1 | 7E | 59 | 59 |
| Octal | 313 | 374 | 320 | 23 | 0 | 21 | 1 | 176 | 131 | 131 |
| Binary | 11001011 | 11111100 | 11010000 | 10011 | 0 | 10001 | 1 | 1111110 | 1011001 | 1011001 |
Color Harmonies of #CBFCD0
Complementary color
Monochromatic Colors of #CBFCD0
Black with #CBFCD0
Text Example
Text Example
White with #CBFCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFCD0; }
p { color: rgb(203,252,208); }
H1.HeaderClassName
{
color: #CBFCD0;
}
.AnyTagClassName
{
color: #CBFCD0;
}
</style>
background-color css
<style>
a { background-color: #CBFCD0; }
a { background-color: rgb(203,252,208); }
div.DivClassName
{
background-color: #CBFCD0;
}
.BgClassName
{
background-color: #CBFCD0;
}
</style>
border-color css
<style>
span { border-color: #CBFCD0; }
span { border-color: rgb(203,252,208); }
td.TdClassName
{
border-color: #CBFCD0;
}
.TagClassName
{
border-color: #CBFCD0;
}
</style>