Shades of Granny Apple #C0FFD4
Tints of Granny Apple #C0FFD4
RGB
CMYK
RGB Variations
Color information
#C0FFD4 (or 0xC0FFD4) is known color: Granny Apple. HEX triplet: C0, FF and D4. RGB value is (192,255,212). Sum of RGB (Red+Green+Blue) = 192+255+212=659 (87% of max value = 765). Red value is 192 (75.39% from 255 or 29.14% from 659); Green value is 255 (100% from 255 or 38.69% from 659); Blue value is 212 (83.20% from 255 or 32.17% from 659); Max value from RGB is 255 - color contains mainly: green. Hex color #C0FFD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0FFD4 is #3F002B. Grayscale: #E7E7E7. Windows color (decimal): -4128812 or 13959104. OLE color: 13959104.
HSL color Cylindrical-coordinate representation of color #C0FFD4: hue angle of 139.05º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C0FFD4 is Cyan = 0.25, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
RGB | 192 | 255 | 212 | - |
CMYK | 0.25 | 0 | 0.17 | 0 |
HSL | 139.05º | 1% | 0.88% | - |
HSV(B) | 139.05º | 0.25% | 1% | - |
XYZ | 69.38 | 87.48 | 75.52 | - |
YUV | 231.26 | 117.13 | 100 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 255 | 212 | 0.25 | 0 | 0.17 | 0 | 139.05 | 1 | 0.88 |
Hex | C0 | FF | D4 | 19 | 0 | 11 | 0 | 8B | 64 | 58 |
Octal | 300 | 377 | 324 | 31 | 0 | 21 | 0 | 213 | 144 | 130 |
Binary | 11000000 | 11111111 | 11010100 | 11001 | 0 | 10001 | 0 | 10001011 | 1100100 | 1011000 |
Color Harmonies of #C0FFD4
Complementary color
Monochromatic Colors of #C0FFD4
Black with #C0FFD4
Text Example
Text Example
White with #C0FFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FFD4; }
p { color: rgb(192,255,212); }
H1.HeaderClassName
{
color: #C0FFD4;
}
.AnyTagClassName
{
color: #C0FFD4;
}
</style>
background-color css
<style>
a { background-color: #C0FFD4; }
a { background-color: rgb(192,255,212); }
div.DivClassName
{
background-color: #C0FFD4;
}
.BgClassName
{
background-color: #C0FFD4;
}
</style>
border-color css
<style>
span { border-color: #C0FFD4; }
span { border-color: rgb(192,255,212); }
td.TdClassName
{
border-color: #C0FFD4;
}
.TagClassName
{
border-color: #C0FFD4;
}
</style>