Shades of Pear #C7E422
Tints of Pear #C7E422
RGB
CMYK
RGB Variations
Color information
#C7E422 (or 0xC7E422) is known color: Pear. HEX triplet: C7, E4 and 22. RGB value is (199,228,34). Sum of RGB (Red+Green+Blue) = 199+228+34=461 (61% of max value = 765). Red value is 199 (78.12% from 255 or 43.17% from 461); Green value is 228 (89.45% from 255 or 49.46% from 461); Blue value is 34 (13.67% from 255 or 7.38% from 461); Max value from RGB is 228 - color contains mainly: green. Hex color #C7E422 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7E422 is #381BDD. Grayscale: #C5C5C5. Windows color (decimal): -3677150 or 2286791. OLE color: 2286791.
HSL color Cylindrical-coordinate representation of color #C7E422: hue angle of 68.97º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C7E422 is Cyan = 0.13, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 199 | 228 | 34 | - |
| CMYK | 0.13 | 0 | 0.85 | 0.11 |
| HSL | 68.97º | 0.78% | 0.51% | - |
| HSV(B) | 68.97º | 0.85% | 0.89% | - |
| XYZ | 51.59 | 67.74 | 11.87 | - |
| YUV | 197.21 | 35.89 | 129.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 228 | 34 | 0.13 | 0 | 0.85 | 0.11 | 68.97 | 0.78 | 0.51 |
| Hex | C7 | E4 | 22 | D | 0 | 55 | B | 45 | 4E | 33 |
| Octal | 307 | 344 | 42 | 15 | 0 | 125 | 13 | 105 | 116 | 63 |
| Binary | 11000111 | 11100100 | 100010 | 1101 | 0 | 1010101 | 1011 | 1000101 | 1001110 | 110011 |
Color Harmonies of #C7E422
Complementary color
Monochromatic Colors of #C7E422
Black with #C7E422
Text Example
Text Example
White with #C7E422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7E422; }
p { color: rgb(199,228,34); }
H1.HeaderClassName
{
color: #C7E422;
}
.AnyTagClassName
{
color: #C7E422;
}
</style>
background-color css
<style>
a { background-color: #C7E422; }
a { background-color: rgb(199,228,34); }
div.DivClassName
{
background-color: #C7E422;
}
.BgClassName
{
background-color: #C7E422;
}
</style>
border-color css
<style>
span { border-color: #C7E422; }
span { border-color: rgb(199,228,34); }
td.TdClassName
{
border-color: #C7E422;
}
.TagClassName
{
border-color: #C7E422;
}
</style>