Shades of Granny Apple #CBFADA
Tints of Granny Apple #CBFADA
RGB
CMYK
RGB Variations
Color information
#CBFADA (or 0xCBFADA) is known color: Granny Apple. HEX triplet: CB, FA and DA. RGB value is (203,250,218). Sum of RGB (Red+Green+Blue) = 203+250+218=671 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.25% from 671); Green value is 250 (98.05% from 255 or 37.26% from 671); Blue value is 218 (85.55% from 255 or 32.49% from 671); Max value from RGB is 250 - color contains mainly: green. Hex color #CBFADA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBFADA is #340525. Grayscale: #E8E8E8. Windows color (decimal): -3409190 or 14351051. OLE color: 14351051.
HSL color Cylindrical-coordinate representation of color #CBFADA: hue angle of 139.15º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CBFADA is Cyan = 0.19, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 250 | 218 | - |
| CMYK | 0.19 | 0 | 0.13 | 0.02 |
| HSL | 139.15º | 0.82% | 0.89% | - |
| HSV(B) | 139.15º | 0.19% | 0.98% | - |
| XYZ | 71.47 | 86.13 | 79.19 | - |
| YUV | 232.3 | 119.93 | 107.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 250 | 218 | 0.19 | 0 | 0.13 | 0.02 | 139.15 | 0.82 | 0.89 |
| Hex | CB | FA | DA | 13 | 0 | D | 2 | 8B | 52 | 59 |
| Octal | 313 | 372 | 332 | 23 | 0 | 15 | 2 | 213 | 122 | 131 |
| Binary | 11001011 | 11111010 | 11011010 | 10011 | 0 | 1101 | 10 | 10001011 | 1010010 | 1011001 |
Color Harmonies of #CBFADA
Complementary color
Monochromatic Colors of #CBFADA
Black with #CBFADA
Text Example
Text Example
White with #CBFADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFADA; }
p { color: rgb(203,250,218); }
H1.HeaderClassName
{
color: #CBFADA;
}
.AnyTagClassName
{
color: #CBFADA;
}
</style>
background-color css
<style>
a { background-color: #CBFADA; }
a { background-color: rgb(203,250,218); }
div.DivClassName
{
background-color: #CBFADA;
}
.BgClassName
{
background-color: #CBFADA;
}
</style>
border-color css
<style>
span { border-color: #CBFADA; }
span { border-color: rgb(203,250,218); }
td.TdClassName
{
border-color: #CBFADA;
}
.TagClassName
{
border-color: #CBFADA;
}
</style>