Shades of Granny Apple #C0F3D2
Tints of Granny Apple #C0F3D2
RGB
CMYK
RGB Variations
Color information
#C0F3D2 (or 0xC0F3D2) is known color: Granny Apple. HEX triplet: C0, F3 and D2. RGB value is (192,243,210). Sum of RGB (Red+Green+Blue) = 192+243+210=645 (85% of max value = 765). Red value is 192 (75.39% from 255 or 29.77% from 645); Green value is 243 (95.31% from 255 or 37.67% from 645); Blue value is 210 (82.42% from 255 or 32.56% from 645); Max value from RGB is 243 - color contains mainly: green. Hex color #C0F3D2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0F3D2 is #3F0C2D. Grayscale: #E0E0E0. Windows color (decimal): -4131886 or 13824960. OLE color: 13824960.
HSL color Cylindrical-coordinate representation of color #C0F3D2: hue angle of 141.18º degrees, saturation: 0.68, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C0F3D2 is Cyan = 0.21, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 243 | 210 | - |
| CMYK | 0.21 | 0 | 0.14 | 0.05 |
| HSL | 141.18º | 0.68% | 0.85% | - |
| HSV(B) | 141.18º | 0.21% | 0.95% | - |
| XYZ | 65.42 | 79.96 | 72.96 | - |
| YUV | 223.99 | 120.1 | 105.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 243 | 210 | 0.21 | 0 | 0.14 | 0.05 | 141.18 | 0.68 | 0.85 |
| Hex | C0 | F3 | D2 | 15 | 0 | E | 5 | 8D | 44 | 55 |
| Octal | 300 | 363 | 322 | 25 | 0 | 16 | 5 | 215 | 104 | 125 |
| Binary | 11000000 | 11110011 | 11010010 | 10101 | 0 | 1110 | 101 | 10001101 | 1000100 | 1010101 |
Color Harmonies of #C0F3D2
Complementary color
Monochromatic Colors of #C0F3D2
Black with #C0F3D2
Text Example
Text Example
White with #C0F3D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F3D2; }
p { color: rgb(192,243,210); }
H1.HeaderClassName
{
color: #C0F3D2;
}
.AnyTagClassName
{
color: #C0F3D2;
}
</style>
background-color css
<style>
a { background-color: #C0F3D2; }
a { background-color: rgb(192,243,210); }
div.DivClassName
{
background-color: #C0F3D2;
}
.BgClassName
{
background-color: #C0F3D2;
}
</style>
border-color css
<style>
span { border-color: #C0F3D2; }
span { border-color: rgb(192,243,210); }
td.TdClassName
{
border-color: #C0F3D2;
}
.TagClassName
{
border-color: #C0F3D2;
}
</style>