Shades of Granny Apple #C2FCCC
Tints of Granny Apple #C2FCCC
RGB
CMYK
RGB Variations
Color information
#C2FCCC (or 0xC2FCCC) is known color: Granny Apple. HEX triplet: C2, FC and CC. RGB value is (194,252,204). Sum of RGB (Red+Green+Blue) = 194+252+204=650 (86% of max value = 765). Red value is 194 (76.17% from 255 or 29.85% from 650); Green value is 252 (98.83% from 255 or 38.77% from 650); Blue value is 204 (80.08% from 255 or 31.38% from 650); Max value from RGB is 252 - color contains mainly: green. Hex color #C2FCCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2FCCC is #3D0333. Grayscale: #E5E5E5. Windows color (decimal): -3998516 or 13434050. OLE color: 13434050.
HSL color Cylindrical-coordinate representation of color #C2FCCC: hue angle of 130.34º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C2FCCC is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
RGB | 194 | 252 | 204 | - |
CMYK | 0.23 | 0 | 0.19 | 0.01 |
HSL | 130.34º | 0.91% | 0.87% | - |
HSV(B) | 130.34º | 0.23% | 0.99% | - |
XYZ | 67.96 | 85.45 | 70.04 | - |
YUV | 229.19 | 113.78 | 102.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 252 | 204 | 0.23 | 0 | 0.19 | 0.01 | 130.34 | 0.91 | 0.87 |
Hex | C2 | FC | CC | 17 | 0 | 13 | 1 | 82 | 5B | 57 |
Octal | 302 | 374 | 314 | 27 | 0 | 23 | 1 | 202 | 133 | 127 |
Binary | 11000010 | 11111100 | 11001100 | 10111 | 0 | 10011 | 1 | 10000010 | 1011011 | 1010111 |
Color Harmonies of #C2FCCC
Complementary color
Monochromatic Colors of #C2FCCC
Black with #C2FCCC
Text Example
Text Example
White with #C2FCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FCCC; }
p { color: rgb(194,252,204); }
H1.HeaderClassName
{
color: #C2FCCC;
}
.AnyTagClassName
{
color: #C2FCCC;
}
</style>
background-color css
<style>
a { background-color: #C2FCCC; }
a { background-color: rgb(194,252,204); }
div.DivClassName
{
background-color: #C2FCCC;
}
.BgClassName
{
background-color: #C2FCCC;
}
</style>
border-color css
<style>
span { border-color: #C2FCCC; }
span { border-color: rgb(194,252,204); }
td.TdClassName
{
border-color: #C2FCCC;
}
.TagClassName
{
border-color: #C2FCCC;
}
</style>