Shades of Granny Apple #CDF1CF
Tints of Granny Apple #CDF1CF
RGB
CMYK
RGB Variations
Color information
#CDF1CF (or 0xCDF1CF) is known color: Granny Apple. HEX triplet: CD, F1 and CF. RGB value is (205,241,207). Sum of RGB (Red+Green+Blue) = 205+241+207=653 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.39% from 653); Green value is 241 (94.53% from 255 or 36.91% from 653); Blue value is 207 (81.25% from 255 or 31.70% from 653); Max value from RGB is 241 - color contains mainly: green. Hex color #CDF1CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDF1CF is #320E30. Grayscale: #E2E2E2. Windows color (decimal): -3280433 or 13627853. OLE color: 13627853.
HSL color Cylindrical-coordinate representation of color #CDF1CF: hue angle of 123.33º degrees, saturation: 0.56, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CDF1CF is Cyan = 0.15, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
RGB | 205 | 241 | 207 | - |
CMYK | 0.15 | 0 | 0.14 | 0.05 |
HSL | 123.33º | 0.56% | 0.87% | - |
HSV(B) | 123.33º | 0.15% | 0.95% | - |
XYZ | 67.89 | 80.39 | 70.97 | - |
YUV | 226.36 | 117.07 | 112.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 241 | 207 | 0.15 | 0 | 0.14 | 0.05 | 123.33 | 0.56 | 0.87 |
Hex | CD | F1 | CF | F | 0 | E | 5 | 7B | 38 | 57 |
Octal | 315 | 361 | 317 | 17 | 0 | 16 | 5 | 173 | 70 | 127 |
Binary | 11001101 | 11110001 | 11001111 | 1111 | 0 | 1110 | 101 | 1111011 | 111000 | 1010111 |
Color Harmonies of #CDF1CF
Complementary color
Monochromatic Colors of #CDF1CF
Black with #CDF1CF
Text Example
Text Example
White with #CDF1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF1CF; }
p { color: rgb(205,241,207); }
H1.HeaderClassName
{
color: #CDF1CF;
}
.AnyTagClassName
{
color: #CDF1CF;
}
</style>
background-color css
<style>
a { background-color: #CDF1CF; }
a { background-color: rgb(205,241,207); }
div.DivClassName
{
background-color: #CDF1CF;
}
.BgClassName
{
background-color: #CDF1CF;
}
</style>
border-color css
<style>
span { border-color: #CDF1CF; }
span { border-color: rgb(205,241,207); }
td.TdClassName
{
border-color: #CDF1CF;
}
.TagClassName
{
border-color: #CDF1CF;
}
</style>