Shades of Granny Apple #C8FACA
Tints of Granny Apple #C8FACA
RGB
CMYK
RGB Variations
Color information
#C8FACA (or 0xC8FACA) is known color: Granny Apple. HEX triplet: C8, FA and CA. RGB value is (200,250,202). Sum of RGB (Red+Green+Blue) = 200+250+202=652 (86% of max value = 765). Red value is 200 (78.52% from 255 or 30.67% from 652); Green value is 250 (98.05% from 255 or 38.34% from 652); Blue value is 202 (79.30% from 255 or 30.98% from 652); Max value from RGB is 250 - color contains mainly: green. Hex color #C8FACA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8FACA is #370535. Grayscale: #E5E5E5. Windows color (decimal): -3605814 or 13302472. OLE color: 13302472.
HSL color Cylindrical-coordinate representation of color #C8FACA: hue angle of 122.4º degrees, saturation: 0.83, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C8FACA is Cyan = 0.2, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
RGB | 200 | 250 | 202 | - |
CMYK | 0.2 | 0 | 0.19 | 0.02 |
HSL | 122.4º | 0.83% | 0.88% | - |
HSV(B) | 122.4º | 0.2% | 0.98% | - |
XYZ | 68.67 | 84.91 | 68.65 | - |
YUV | 229.58 | 112.44 | 106.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 250 | 202 | 0.2 | 0 | 0.19 | 0.02 | 122.4 | 0.83 | 0.88 |
Hex | C8 | FA | CA | 14 | 0 | 13 | 2 | 7A | 53 | 58 |
Octal | 310 | 372 | 312 | 24 | 0 | 23 | 2 | 172 | 123 | 130 |
Binary | 11001000 | 11111010 | 11001010 | 10100 | 0 | 10011 | 10 | 1111010 | 1010011 | 1011000 |
Color Harmonies of #C8FACA
Complementary color
Monochromatic Colors of #C8FACA
Black with #C8FACA
Text Example
Text Example
White with #C8FACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FACA; }
p { color: rgb(200,250,202); }
H1.HeaderClassName
{
color: #C8FACA;
}
.AnyTagClassName
{
color: #C8FACA;
}
</style>
background-color css
<style>
a { background-color: #C8FACA; }
a { background-color: rgb(200,250,202); }
div.DivClassName
{
background-color: #C8FACA;
}
.BgClassName
{
background-color: #C8FACA;
}
</style>
border-color css
<style>
span { border-color: #C8FACA; }
span { border-color: rgb(200,250,202); }
td.TdClassName
{
border-color: #C8FACA;
}
.TagClassName
{
border-color: #C8FACA;
}
</style>