Shades of Granny Apple #C1FFC1
Tints of Granny Apple #C1FFC1
RGB
CMYK
RGB Variations
Color information
#C1FFC1 (or 0xC1FFC1) is known color: Granny Apple. HEX triplet: C1, FF and C1. RGB value is (193,255,193). Sum of RGB (Red+Green+Blue) = 193+255+193=641 (84% of max value = 765). Red value is 193 (75.78% from 255 or 30.11% from 641); Green value is 255 (100% from 255 or 39.78% from 641); Blue value is 193 (75.78% from 255 or 30.11% from 641); Max value from RGB is 255 - color contains mainly: green. Hex color #C1FFC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C1FFC1 is #3E003E. Grayscale: #E5E5E5. Windows color (decimal): -4063295 or 12713921. OLE color: 12713921.
HSL color Cylindrical-coordinate representation of color #C1FFC1: hue angle of 120º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C1FFC1 is Cyan = 0.24, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
RGB | 193 | 255 | 193 | - |
CMYK | 0.24 | 0 | 0.24 | 0 |
HSL | 120º | 1% | 0.88% | - |
HSV(B) | 120º | 0.24% | 1% | - |
XYZ | 67.38 | 86.71 | 63.64 | - |
YUV | 229.39 | 107.46 | 102.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 193 | 255 | 193 | 0.24 | 0 | 0.24 | 0 | 120 | 1 | 0.88 |
Hex | C1 | FF | C1 | 18 | 0 | 18 | 0 | 78 | 64 | 58 |
Octal | 301 | 377 | 301 | 30 | 0 | 30 | 0 | 170 | 144 | 130 |
Binary | 11000001 | 11111111 | 11000001 | 11000 | 0 | 11000 | 0 | 1111000 | 1100100 | 1011000 |
Color Harmonies of #C1FFC1
Complementary color
Monochromatic Colors of #C1FFC1
Black with #C1FFC1
Text Example
Text Example
White with #C1FFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1FFC1; }
p { color: rgb(193,255,193); }
H1.HeaderClassName
{
color: #C1FFC1;
}
.AnyTagClassName
{
color: #C1FFC1;
}
</style>
background-color css
<style>
a { background-color: #C1FFC1; }
a { background-color: rgb(193,255,193); }
div.DivClassName
{
background-color: #C1FFC1;
}
.BgClassName
{
background-color: #C1FFC1;
}
</style>
border-color css
<style>
span { border-color: #C1FFC1; }
span { border-color: rgb(193,255,193); }
td.TdClassName
{
border-color: #C1FFC1;
}
.TagClassName
{
border-color: #C1FFC1;
}
</style>