Shades of Granny Apple #C0FED3
Tints of Granny Apple #C0FED3
RGB
CMYK
RGB Variations
Color information
#C0FED3 (or 0xC0FED3) is known color: Granny Apple. HEX triplet: C0, FE and D3. RGB value is (192,254,211). Sum of RGB (Red+Green+Blue) = 192+254+211=657 (87% of max value = 765). Red value is 192 (75.39% from 255 or 29.22% from 657); Green value is 254 (99.61% from 255 or 38.66% from 657); Blue value is 211 (82.81% from 255 or 32.12% from 657); Max value from RGB is 254 - color contains mainly: green. Hex color #C0FED3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0FED3 is #3F012C. Grayscale: #E6E6E6. Windows color (decimal): -4129069 or 13893312. OLE color: 13893312.
HSL color Cylindrical-coordinate representation of color #C0FED3: hue angle of 138.39º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0FED3 is Cyan = 0.24, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
RGB | 192 | 254 | 211 | - |
CMYK | 0.24 | 0 | 0.17 | 0.00 |
HSL | 138.39º | 0.97% | 0.87% | - |
HSV(B) | 138.39º | 0.24% | 1% | - |
XYZ | 68.94 | 86.79 | 74.75 | - |
YUV | 230.56 | 116.96 | 100.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 254 | 211 | 0.24 | 0 | 0.17 | 0.00 | 138.39 | 0.97 | 0.87 |
Hex | C0 | FE | D3 | 18 | 0 | 11 | 0 | 8A | 61 | 57 |
Octal | 300 | 376 | 323 | 30 | 0 | 21 | 0 | 212 | 141 | 127 |
Binary | 11000000 | 11111110 | 11010011 | 11000 | 0 | 10001 | 0 | 10001010 | 1100001 | 1010111 |
Color Harmonies of #C0FED3
Complementary color
Monochromatic Colors of #C0FED3
Black with #C0FED3
Text Example
Text Example
White with #C0FED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FED3; }
p { color: rgb(192,254,211); }
H1.HeaderClassName
{
color: #C0FED3;
}
.AnyTagClassName
{
color: #C0FED3;
}
</style>
background-color css
<style>
a { background-color: #C0FED3; }
a { background-color: rgb(192,254,211); }
div.DivClassName
{
background-color: #C0FED3;
}
.BgClassName
{
background-color: #C0FED3;
}
</style>
border-color css
<style>
span { border-color: #C0FED3; }
span { border-color: rgb(192,254,211); }
td.TdClassName
{
border-color: #C0FED3;
}
.TagClassName
{
border-color: #C0FED3;
}
</style>