Shades of Granny Apple #C0FFCB
Tints of Granny Apple #C0FFCB
RGB
CMYK
RGB Variations
Color information
#C0FFCB (or 0xC0FFCB) is known color: Granny Apple. HEX triplet: C0, FF and CB. RGB value is (192,255,203). Sum of RGB (Red+Green+Blue) = 192+255+203=650 (86% of max value = 765). Red value is 192 (75.39% from 255 or 29.54% from 650); Green value is 255 (100% from 255 or 39.23% from 650); Blue value is 203 (79.69% from 255 or 31.23% from 650); Max value from RGB is 255 - color contains mainly: green. Hex color #C0FFCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0FFCB is #3F0034. Grayscale: #E6E6E6. Windows color (decimal): -4128821 or 13369280. OLE color: 13369280.
HSL color Cylindrical-coordinate representation of color #C0FFCB: hue angle of 130.48º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C0FFCB is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
RGB | 192 | 255 | 203 | - |
CMYK | 0.25 | 0 | 0.20 | 0 |
HSL | 130.48º | 1% | 0.88% | - |
HSV(B) | 130.48º | 0.25% | 1% | - |
XYZ | 68.28 | 87.04 | 69.7 | - |
YUV | 230.24 | 112.63 | 100.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 255 | 203 | 0.25 | 0 | 0.20 | 0 | 130.48 | 1 | 0.88 |
Hex | C0 | FF | CB | 19 | 0 | 14 | 0 | 82 | 64 | 58 |
Octal | 300 | 377 | 313 | 31 | 0 | 24 | 0 | 202 | 144 | 130 |
Binary | 11000000 | 11111111 | 11001011 | 11001 | 0 | 10100 | 0 | 10000010 | 1100100 | 1011000 |
Color Harmonies of #C0FFCB
Complementary color
Monochromatic Colors of #C0FFCB
Black with #C0FFCB
Text Example
Text Example
White with #C0FFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FFCB; }
p { color: rgb(192,255,203); }
H1.HeaderClassName
{
color: #C0FFCB;
}
.AnyTagClassName
{
color: #C0FFCB;
}
</style>
background-color css
<style>
a { background-color: #C0FFCB; }
a { background-color: rgb(192,255,203); }
div.DivClassName
{
background-color: #C0FFCB;
}
.BgClassName
{
background-color: #C0FFCB;
}
</style>
border-color css
<style>
span { border-color: #C0FFCB; }
span { border-color: rgb(192,255,203); }
td.TdClassName
{
border-color: #C0FFCB;
}
.TagClassName
{
border-color: #C0FFCB;
}
</style>