Shades of Granny Apple #C2FFCB
Tints of Granny Apple #C2FFCB
RGB
CMYK
RGB Variations
Color information
#C2FFCB (or 0xC2FFCB) is known color: Granny Apple. HEX triplet: C2, FF and CB. RGB value is (194,255,203). Sum of RGB (Red+Green+Blue) = 194+255+203=652 (86% of max value = 765). Red value is 194 (76.17% from 255 or 29.75% from 652); Green value is 255 (100% from 255 or 39.11% from 652); Blue value is 203 (79.69% from 255 or 31.13% from 652); Max value from RGB is 255 - color contains mainly: green. Hex color #C2FFCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2FFCB is #3D0034. Grayscale: #E6E6E6. Windows color (decimal): -3997749 or 13369282. OLE color: 13369282.
HSL color Cylindrical-coordinate representation of color #C2FFCB: hue angle of 128.85º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C2FFCB is Cyan = 0.24, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 194 | 255 | 203 | - |
| CMYK | 0.24 | 0 | 0.20 | 0 |
| HSL | 128.85º | 1% | 0.88% | - |
| HSV(B) | 128.85º | 0.24% | 1% | - |
| XYZ | 68.79 | 87.3 | 69.73 | - |
| YUV | 230.83 | 112.29 | 101.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 255 | 203 | 0.24 | 0 | 0.20 | 0 | 128.85 | 1 | 0.88 |
| Hex | C2 | FF | CB | 18 | 0 | 14 | 0 | 81 | 64 | 58 |
| Octal | 302 | 377 | 313 | 30 | 0 | 24 | 0 | 201 | 144 | 130 |
| Binary | 11000010 | 11111111 | 11001011 | 11000 | 0 | 10100 | 0 | 10000001 | 1100100 | 1011000 |
Color Harmonies of #C2FFCB
Complementary color
Monochromatic Colors of #C2FFCB
Black with #C2FFCB
Text Example
Text Example
White with #C2FFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FFCB; }
p { color: rgb(194,255,203); }
H1.HeaderClassName
{
color: #C2FFCB;
}
.AnyTagClassName
{
color: #C2FFCB;
}
</style>
background-color css
<style>
a { background-color: #C2FFCB; }
a { background-color: rgb(194,255,203); }
div.DivClassName
{
background-color: #C2FFCB;
}
.BgClassName
{
background-color: #C2FFCB;
}
</style>
border-color css
<style>
span { border-color: #C2FFCB; }
span { border-color: rgb(194,255,203); }
td.TdClassName
{
border-color: #C2FFCB;
}
.TagClassName
{
border-color: #C2FFCB;
}
</style>