Shades of Granny Apple #CDFFD3
Tints of Granny Apple #CDFFD3
RGB
CMYK
RGB Variations
Color information
#CDFFD3 (or 0xCDFFD3) is known color: Granny Apple. HEX triplet: CD, FF and D3. RGB value is (205,255,211). Sum of RGB (Red+Green+Blue) = 205+255+211=671 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.55% from 671); Green value is 255 (100% from 255 or 38.00% from 671); Blue value is 211 (82.81% from 255 or 31.45% from 671); Max value from RGB is 255 - color contains mainly: green. Hex color #CDFFD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDFFD3 is #32002C. Grayscale: #EBEBEB. Windows color (decimal): -3276845 or 13893581. OLE color: 13893581.
HSL color Cylindrical-coordinate representation of color #CDFFD3: hue angle of 127.2º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CDFFD3 is Cyan = 0.20, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 205 | 255 | 211 | - |
| CMYK | 0.20 | 0 | 0.17 | 0 |
| HSL | 127.2º | 1% | 0.9% | - |
| HSV(B) | 127.2º | 0.2% | 1% | - |
| XYZ | 72.69 | 89.2 | 75.01 | - |
| YUV | 235.03 | 114.44 | 106.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 255 | 211 | 0.20 | 0 | 0.17 | 0 | 127.2 | 1 | 0.9 |
| Hex | CD | FF | D3 | 14 | 0 | 11 | 0 | 7F | 64 | 5A |
| Octal | 315 | 377 | 323 | 24 | 0 | 21 | 0 | 177 | 144 | 132 |
| Binary | 11001101 | 11111111 | 11010011 | 10100 | 0 | 10001 | 0 | 1111111 | 1100100 | 1011010 |
Color Harmonies of #CDFFD3
Complementary color
Monochromatic Colors of #CDFFD3
Black with #CDFFD3
Text Example
Text Example
White with #CDFFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFFD3; }
p { color: rgb(205,255,211); }
H1.HeaderClassName
{
color: #CDFFD3;
}
.AnyTagClassName
{
color: #CDFFD3;
}
</style>
background-color css
<style>
a { background-color: #CDFFD3; }
a { background-color: rgb(205,255,211); }
div.DivClassName
{
background-color: #CDFFD3;
}
.BgClassName
{
background-color: #CDFFD3;
}
</style>
border-color css
<style>
span { border-color: #CDFFD3; }
span { border-color: rgb(205,255,211); }
td.TdClassName
{
border-color: #CDFFD3;
}
.TagClassName
{
border-color: #CDFFD3;
}
</style>