Shades of Granny Apple #C0FBCD
Tints of Granny Apple #C0FBCD
RGB
CMYK
RGB Variations
Color information
#C0FBCD (or 0xC0FBCD) is known color: Granny Apple. HEX triplet: C0, FB and CD. RGB value is (192,251,205). Sum of RGB (Red+Green+Blue) = 192+251+205=648 (85% of max value = 765). Red value is 192 (75.39% from 255 or 29.63% from 648); Green value is 251 (98.44% from 255 or 38.73% from 648); Blue value is 205 (80.47% from 255 or 31.64% from 648); Max value from RGB is 251 - color contains mainly: green. Hex color #C0FBCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0FBCD is #3F0432. Grayscale: #E4E4E4. Windows color (decimal): -4129843 or 13499328. OLE color: 13499328.
HSL color Cylindrical-coordinate representation of color #C0FBCD: hue angle of 133.22º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0FBCD is Cyan = 0.24, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
RGB | 192 | 251 | 205 | - |
CMYK | 0.24 | 0 | 0.18 | 0.02 |
HSL | 133.22º | 0.88% | 0.87% | - |
HSV(B) | 133.22º | 0.24% | 0.98% | - |
XYZ | 67.25 | 84.61 | 70.54 | - |
YUV | 228.12 | 114.95 | 102.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 251 | 205 | 0.24 | 0 | 0.18 | 0.02 | 133.22 | 0.88 | 0.87 |
Hex | C0 | FB | CD | 18 | 0 | 12 | 2 | 85 | 58 | 57 |
Octal | 300 | 373 | 315 | 30 | 0 | 22 | 2 | 205 | 130 | 127 |
Binary | 11000000 | 11111011 | 11001101 | 11000 | 0 | 10010 | 10 | 10000101 | 1011000 | 1010111 |
Color Harmonies of #C0FBCD
Complementary color
Monochromatic Colors of #C0FBCD
Black with #C0FBCD
Text Example
Text Example
White with #C0FBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FBCD; }
p { color: rgb(192,251,205); }
H1.HeaderClassName
{
color: #C0FBCD;
}
.AnyTagClassName
{
color: #C0FBCD;
}
</style>
background-color css
<style>
a { background-color: #C0FBCD; }
a { background-color: rgb(192,251,205); }
div.DivClassName
{
background-color: #C0FBCD;
}
.BgClassName
{
background-color: #C0FBCD;
}
</style>
border-color css
<style>
span { border-color: #C0FBCD; }
span { border-color: rgb(192,251,205); }
td.TdClassName
{
border-color: #C0FBCD;
}
.TagClassName
{
border-color: #C0FBCD;
}
</style>