Shades of Pear #C7E22C
Tints of Pear #C7E22C
RGB
CMYK
RGB Variations
Color information
#C7E22C (or 0xC7E22C) is known color: Pear. HEX triplet: C7, E2 and 2C. RGB value is (199,226,44). Sum of RGB (Red+Green+Blue) = 199+226+44=469 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.43% from 469); Green value is 226 (88.67% from 255 or 48.19% from 469); Blue value is 44 (17.58% from 255 or 9.38% from 469); Max value from RGB is 226 - color contains mainly: green. Hex color #C7E22C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7E22C is #381DD3. Grayscale: #C5C5C5. Windows color (decimal): -3677652 or 2941639. OLE color: 2941639.
HSL color Cylindrical-coordinate representation of color #C7E22C: hue angle of 68.9º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C7E22C is Cyan = 0.12, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 199 | 226 | 44 | - |
| CMYK | 0.12 | 0 | 0.81 | 0.11 |
| HSL | 68.9º | 0.76% | 0.53% | - |
| HSV(B) | 68.9º | 0.81% | 0.89% | - |
| XYZ | 51.2 | 66.72 | 12.56 | - |
| YUV | 197.18 | 41.55 | 129.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 226 | 44 | 0.12 | 0 | 0.81 | 0.11 | 68.9 | 0.76 | 0.53 |
| Hex | C7 | E2 | 2C | C | 0 | 51 | B | 45 | 4C | 35 |
| Octal | 307 | 342 | 54 | 14 | 0 | 121 | 13 | 105 | 114 | 65 |
| Binary | 11000111 | 11100010 | 101100 | 1100 | 0 | 1010001 | 1011 | 1000101 | 1001100 | 110101 |
Color Harmonies of #C7E22C
Complementary color
Monochromatic Colors of #C7E22C
Black with #C7E22C
Text Example
Text Example
White with #C7E22C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7E22C; }
p { color: rgb(199,226,44); }
H1.HeaderClassName
{
color: #C7E22C;
}
.AnyTagClassName
{
color: #C7E22C;
}
</style>
background-color css
<style>
a { background-color: #C7E22C; }
a { background-color: rgb(199,226,44); }
div.DivClassName
{
background-color: #C7E22C;
}
.BgClassName
{
background-color: #C7E22C;
}
</style>
border-color css
<style>
span { border-color: #C7E22C; }
span { border-color: rgb(199,226,44); }
td.TdClassName
{
border-color: #C7E22C;
}
.TagClassName
{
border-color: #C7E22C;
}
</style>