Shades of Granny Apple #CFF1D4
Tints of Granny Apple #CFF1D4
RGB
CMYK
RGB Variations
Color information
#CFF1D4 (or 0xCFF1D4) is known color: Granny Apple. HEX triplet: CF, F1 and D4. RGB value is (207,241,212). Sum of RGB (Red+Green+Blue) = 207+241+212=660 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.36% from 660); Green value is 241 (94.53% from 255 or 36.52% from 660); Blue value is 212 (83.20% from 255 or 32.12% from 660); Max value from RGB is 241 - color contains mainly: green. Hex color #CFF1D4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF1D4 is #300E2B. Grayscale: #E3E3E3. Windows color (decimal): -3149356 or 13955535. OLE color: 13955535.
HSL color Cylindrical-coordinate representation of color #CFF1D4: hue angle of 128.82º degrees, saturation: 0.55, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFF1D4 is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
RGB | 207 | 241 | 212 | - |
CMYK | 0.14 | 0 | 0.12 | 0.05 |
HSL | 128.82º | 0.55% | 0.88% | - |
HSV(B) | 128.82º | 0.14% | 0.95% | - |
XYZ | 69.07 | 80.93 | 74.27 | - |
YUV | 227.53 | 119.24 | 113.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 241 | 212 | 0.14 | 0 | 0.12 | 0.05 | 128.82 | 0.55 | 0.88 |
Hex | CF | F1 | D4 | E | 0 | C | 5 | 81 | 37 | 58 |
Octal | 317 | 361 | 324 | 16 | 0 | 14 | 5 | 201 | 67 | 130 |
Binary | 11001111 | 11110001 | 11010100 | 1110 | 0 | 1100 | 101 | 10000001 | 110111 | 1011000 |
Color Harmonies of #CFF1D4
Complementary color
Monochromatic Colors of #CFF1D4
Black with #CFF1D4
Text Example
Text Example
White with #CFF1D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF1D4; }
p { color: rgb(207,241,212); }
H1.HeaderClassName
{
color: #CFF1D4;
}
.AnyTagClassName
{
color: #CFF1D4;
}
</style>
background-color css
<style>
a { background-color: #CFF1D4; }
a { background-color: rgb(207,241,212); }
div.DivClassName
{
background-color: #CFF1D4;
}
.BgClassName
{
background-color: #CFF1D4;
}
</style>
border-color css
<style>
span { border-color: #CFF1D4; }
span { border-color: rgb(207,241,212); }
td.TdClassName
{
border-color: #CFF1D4;
}
.TagClassName
{
border-color: #CFF1D4;
}
</style>