Shades of Granny Apple #C2F4CB
Tints of Granny Apple #C2F4CB
RGB
CMYK
RGB Variations
Color information
#C2F4CB (or 0xC2F4CB) is known color: Granny Apple. HEX triplet: C2, F4 and CB. RGB value is (194,244,203). Sum of RGB (Red+Green+Blue) = 194+244+203=641 (84% of max value = 765). Red value is 194 (76.17% from 255 or 30.27% from 641); Green value is 244 (95.70% from 255 or 38.07% from 641); Blue value is 203 (79.69% from 255 or 31.67% from 641); Max value from RGB is 244 - color contains mainly: green. Hex color #C2F4CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2F4CB is #3D0B34. Grayscale: #E0E0E0. Windows color (decimal): -4000565 or 13366466. OLE color: 13366466.
HSL color Cylindrical-coordinate representation of color #C2F4CB: hue angle of 130.8º degrees, saturation: 0.69, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C2F4CB is Cyan = 0.20, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 194 | 244 | 203 | - |
| CMYK | 0.20 | 0 | 0.17 | 0.04 |
| HSL | 130.8º | 0.69% | 0.86% | - |
| HSV(B) | 130.8º | 0.2% | 0.96% | - |
| XYZ | 65.38 | 80.48 | 68.59 | - |
| YUV | 224.38 | 115.94 | 106.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 244 | 203 | 0.20 | 0 | 0.17 | 0.04 | 130.8 | 0.69 | 0.86 |
| Hex | C2 | F4 | CB | 14 | 0 | 11 | 4 | 83 | 45 | 56 |
| Octal | 302 | 364 | 313 | 24 | 0 | 21 | 4 | 203 | 105 | 126 |
| Binary | 11000010 | 11110100 | 11001011 | 10100 | 0 | 10001 | 100 | 10000011 | 1000101 | 1010110 |
Color Harmonies of #C2F4CB
Complementary color
Monochromatic Colors of #C2F4CB
Black with #C2F4CB
Text Example
Text Example
White with #C2F4CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F4CB; }
p { color: rgb(194,244,203); }
H1.HeaderClassName
{
color: #C2F4CB;
}
.AnyTagClassName
{
color: #C2F4CB;
}
</style>
background-color css
<style>
a { background-color: #C2F4CB; }
a { background-color: rgb(194,244,203); }
div.DivClassName
{
background-color: #C2F4CB;
}
.BgClassName
{
background-color: #C2F4CB;
}
</style>
border-color css
<style>
span { border-color: #C2F4CB; }
span { border-color: rgb(194,244,203); }
td.TdClassName
{
border-color: #C2F4CB;
}
.TagClassName
{
border-color: #C2F4CB;
}
</style>