Shades of Granny Apple #C5FEC5
Tints of Granny Apple #C5FEC5
RGB
CMYK
RGB Variations
Color information
#C5FEC5 (or 0xC5FEC5) is known color: Granny Apple. HEX triplet: C5, FE and C5. RGB value is (197,254,197). Sum of RGB (Red+Green+Blue) = 197+254+197=648 (85% of max value = 765). Red value is 197 (77.34% from 255 or 30.40% from 648); Green value is 254 (99.61% from 255 or 39.20% from 648); Blue value is 197 (77.34% from 255 or 30.40% from 648); Max value from RGB is 254 - color contains mainly: green. Hex color #C5FEC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5FEC5 is #3A013A. Grayscale: #E6E6E6. Windows color (decimal): -3801403 or 12975813. OLE color: 12975813.
HSL color Cylindrical-coordinate representation of color #C5FEC5: hue angle of 120º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C5FEC5 is Cyan = 0.22, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
RGB | 197 | 254 | 197 | - |
CMYK | 0.22 | 0 | 0.22 | 0.00 |
HSL | 120º | 0.97% | 0.88% | - |
HSV(B) | 120º | 0.22% | 1% | - |
XYZ | 68.55 | 86.79 | 65.96 | - |
YUV | 230.46 | 109.12 | 104.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 254 | 197 | 0.22 | 0 | 0.22 | 0.00 | 120 | 0.97 | 0.88 |
Hex | C5 | FE | C5 | 16 | 0 | 16 | 0 | 78 | 61 | 58 |
Octal | 305 | 376 | 305 | 26 | 0 | 26 | 0 | 170 | 141 | 130 |
Binary | 11000101 | 11111110 | 11000101 | 10110 | 0 | 10110 | 0 | 1111000 | 1100001 | 1011000 |
Color Harmonies of #C5FEC5
Complementary color
Monochromatic Colors of #C5FEC5
Black with #C5FEC5
Text Example
Text Example
White with #C5FEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FEC5; }
p { color: rgb(197,254,197); }
H1.HeaderClassName
{
color: #C5FEC5;
}
.AnyTagClassName
{
color: #C5FEC5;
}
</style>
background-color css
<style>
a { background-color: #C5FEC5; }
a { background-color: rgb(197,254,197); }
div.DivClassName
{
background-color: #C5FEC5;
}
.BgClassName
{
background-color: #C5FEC5;
}
</style>
border-color css
<style>
span { border-color: #C5FEC5; }
span { border-color: rgb(197,254,197); }
td.TdClassName
{
border-color: #C5FEC5;
}
.TagClassName
{
border-color: #C5FEC5;
}
</style>