Shades of Pear #C7E622
Tints of Pear #C7E622
RGB
CMYK
RGB Variations
Color information
#C7E622 (or 0xC7E622) is known color: Pear. HEX triplet: C7, E6 and 22. RGB value is (199,230,34). Sum of RGB (Red+Green+Blue) = 199+230+34=463 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.98% from 463); Green value is 230 (90.23% from 255 or 49.68% from 463); Blue value is 34 (13.67% from 255 or 7.34% from 463); Max value from RGB is 230 - color contains mainly: green. Hex color #C7E622 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C7E622 is #3819DD. Grayscale: #C7C7C7. Windows color (decimal): -3676638 or 2287303. OLE color: 2287303.
HSL color Cylindrical-coordinate representation of color #C7E622: hue angle of 69.49º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C7E622 is Cyan = 0.13, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 199 | 230 | 34 | - |
| CMYK | 0.13 | 0 | 0.85 | 0.10 |
| HSL | 69.49º | 0.8% | 0.52% | - |
| HSV(B) | 69.49º | 0.85% | 0.9% | - |
| XYZ | 52.14 | 68.85 | 12.05 | - |
| YUV | 198.39 | 35.23 | 128.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 230 | 34 | 0.13 | 0 | 0.85 | 0.10 | 69.49 | 0.8 | 0.52 |
| Hex | C7 | E6 | 22 | D | 0 | 55 | A | 45 | 50 | 34 |
| Octal | 307 | 346 | 42 | 15 | 0 | 125 | 12 | 105 | 120 | 64 |
| Binary | 11000111 | 11100110 | 100010 | 1101 | 0 | 1010101 | 1010 | 1000101 | 1010000 | 110100 |
Color Harmonies of #C7E622
Complementary color
Monochromatic Colors of #C7E622
Black with #C7E622
Text Example
Text Example
White with #C7E622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7E622; }
p { color: rgb(199,230,34); }
H1.HeaderClassName
{
color: #C7E622;
}
.AnyTagClassName
{
color: #C7E622;
}
</style>
background-color css
<style>
a { background-color: #C7E622; }
a { background-color: rgb(199,230,34); }
div.DivClassName
{
background-color: #C7E622;
}
.BgClassName
{
background-color: #C7E622;
}
</style>
border-color css
<style>
span { border-color: #C7E622; }
span { border-color: rgb(199,230,34); }
td.TdClassName
{
border-color: #C7E622;
}
.TagClassName
{
border-color: #C7E622;
}
</style>