Shades of Granny Apple #C8F4CB
Tints of Granny Apple #C8F4CB
RGB
CMYK
RGB Variations
Color information
#C8F4CB (or 0xC8F4CB) is known color: Granny Apple. HEX triplet: C8, F4 and CB. RGB value is (200,244,203). Sum of RGB (Red+Green+Blue) = 200+244+203=647 (85% of max value = 765). Red value is 200 (78.52% from 255 or 30.91% from 647); Green value is 244 (95.70% from 255 or 37.71% from 647); Blue value is 203 (79.69% from 255 or 31.38% from 647); Max value from RGB is 244 - color contains mainly: green. Hex color #C8F4CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8F4CB is #370B34. Grayscale: #E2E2E2. Windows color (decimal): -3607349 or 13366472. OLE color: 13366472.
HSL color Cylindrical-coordinate representation of color #C8F4CB: hue angle of 124.09º degrees, saturation: 0.67, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C8F4CB is Cyan = 0.18, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
RGB | 200 | 244 | 203 | - |
CMYK | 0.18 | 0 | 0.17 | 0.04 |
HSL | 124.09º | 0.67% | 0.87% | - |
HSV(B) | 124.09º | 0.18% | 0.96% | - |
XYZ | 66.95 | 81.29 | 68.66 | - |
YUV | 226.17 | 114.92 | 109.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 244 | 203 | 0.18 | 0 | 0.17 | 0.04 | 124.09 | 0.67 | 0.87 |
Hex | C8 | F4 | CB | 12 | 0 | 11 | 4 | 7C | 43 | 57 |
Octal | 310 | 364 | 313 | 22 | 0 | 21 | 4 | 174 | 103 | 127 |
Binary | 11001000 | 11110100 | 11001011 | 10010 | 0 | 10001 | 100 | 1111100 | 1000011 | 1010111 |
Color Harmonies of #C8F4CB
Complementary color
Monochromatic Colors of #C8F4CB
Black with #C8F4CB
Text Example
Text Example
White with #C8F4CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F4CB; }
p { color: rgb(200,244,203); }
H1.HeaderClassName
{
color: #C8F4CB;
}
.AnyTagClassName
{
color: #C8F4CB;
}
</style>
background-color css
<style>
a { background-color: #C8F4CB; }
a { background-color: rgb(200,244,203); }
div.DivClassName
{
background-color: #C8F4CB;
}
.BgClassName
{
background-color: #C8F4CB;
}
</style>
border-color css
<style>
span { border-color: #C8F4CB; }
span { border-color: rgb(200,244,203); }
td.TdClassName
{
border-color: #C8F4CB;
}
.TagClassName
{
border-color: #C8F4CB;
}
</style>