Shades of Granny Apple #C2FFC2
Tints of Granny Apple #C2FFC2
RGB
CMYK
RGB Variations
Color information
#C2FFC2 (or 0xC2FFC2) is known color: Granny Apple. HEX triplet: C2, FF and C2. RGB value is (194,255,194). Sum of RGB (Red+Green+Blue) = 194+255+194=643 (85% of max value = 765). Red value is 194 (76.17% from 255 or 30.17% from 643); Green value is 255 (100% from 255 or 39.66% from 643); Blue value is 194 (76.17% from 255 or 30.17% from 643); Max value from RGB is 255 - color contains mainly: green. Hex color #C2FFC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2FFC2 is #3D003D. Grayscale: #E5E5E5. Windows color (decimal): -3997758 or 12779458. OLE color: 12779458.
HSL color Cylindrical-coordinate representation of color #C2FFC2: hue angle of 120º 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 #C2FFC2 is Cyan = 0.24, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
RGB | 194 | 255 | 194 | - |
CMYK | 0.24 | 0 | 0.24 | 0 |
HSL | 120º | 1% | 0.88% | - |
HSV(B) | 120º | 0.24% | 1% | - |
XYZ | 67.75 | 86.88 | 64.24 | - |
YUV | 229.81 | 107.79 | 102.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 255 | 194 | 0.24 | 0 | 0.24 | 0 | 120 | 1 | 0.88 |
Hex | C2 | FF | C2 | 18 | 0 | 18 | 0 | 78 | 64 | 58 |
Octal | 302 | 377 | 302 | 30 | 0 | 30 | 0 | 170 | 144 | 130 |
Binary | 11000010 | 11111111 | 11000010 | 11000 | 0 | 11000 | 0 | 1111000 | 1100100 | 1011000 |
Color Harmonies of #C2FFC2
Complementary color
Monochromatic Colors of #C2FFC2
Black with #C2FFC2
Text Example
Text Example
White with #C2FFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FFC2; }
p { color: rgb(194,255,194); }
H1.HeaderClassName
{
color: #C2FFC2;
}
.AnyTagClassName
{
color: #C2FFC2;
}
</style>
background-color css
<style>
a { background-color: #C2FFC2; }
a { background-color: rgb(194,255,194); }
div.DivClassName
{
background-color: #C2FFC2;
}
.BgClassName
{
background-color: #C2FFC2;
}
</style>
border-color css
<style>
span { border-color: #C2FFC2; }
span { border-color: rgb(194,255,194); }
td.TdClassName
{
border-color: #C2FFC2;
}
.TagClassName
{
border-color: #C2FFC2;
}
</style>