Shades of Granny Apple #CFEFD4
Tints of Granny Apple #CFEFD4
RGB
CMYK
RGB Variations
Color information
#CFEFD4 (or 0xCFEFD4) is known color: Granny Apple. HEX triplet: CF, EF and D4. RGB value is (207,239,212). Sum of RGB (Red+Green+Blue) = 207+239+212=658 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.46% from 658); Green value is 239 (93.75% from 255 or 36.32% from 658); Blue value is 212 (83.20% from 255 or 32.22% from 658); Max value from RGB is 239 - color contains mainly: green. Hex color #CFEFD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEFD4 is #30102B. Grayscale: #E2E2E2. Windows color (decimal): -3149868 or 13955023. OLE color: 13955023.
HSL color Cylindrical-coordinate representation of color #CFEFD4: hue angle of 129.38º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CFEFD4 is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 239 | 212 | - |
| CMYK | 0.13 | 0 | 0.11 | 0.06 |
| HSL | 129.38º | 0.5% | 0.87% | - |
| HSV(B) | 129.38º | 0.13% | 0.94% | - |
| XYZ | 68.48 | 79.75 | 74.07 | - |
| YUV | 226.35 | 119.9 | 114.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 239 | 212 | 0.13 | 0 | 0.11 | 0.06 | 129.38 | 0.5 | 0.87 |
| Hex | CF | EF | D4 | D | 0 | B | 6 | 81 | 32 | 57 |
| Octal | 317 | 357 | 324 | 15 | 0 | 13 | 6 | 201 | 62 | 127 |
| Binary | 11001111 | 11101111 | 11010100 | 1101 | 0 | 1011 | 110 | 10000001 | 110010 | 1010111 |
Color Harmonies of #CFEFD4
Complementary color
Monochromatic Colors of #CFEFD4
Black with #CFEFD4
Text Example
Text Example
White with #CFEFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEFD4; }
p { color: rgb(207,239,212); }
H1.HeaderClassName
{
color: #CFEFD4;
}
.AnyTagClassName
{
color: #CFEFD4;
}
</style>
background-color css
<style>
a { background-color: #CFEFD4; }
a { background-color: rgb(207,239,212); }
div.DivClassName
{
background-color: #CFEFD4;
}
.BgClassName
{
background-color: #CFEFD4;
}
</style>
border-color css
<style>
span { border-color: #CFEFD4; }
span { border-color: rgb(207,239,212); }
td.TdClassName
{
border-color: #CFEFD4;
}
.TagClassName
{
border-color: #CFEFD4;
}
</style>