Shades of Pear #C7E12C
Tints of Pear #C7E12C
RGB
CMYK
RGB Variations
Color information
#C7E12C (or 0xC7E12C) is known color: Pear. HEX triplet: C7, E1 and 2C. RGB value is (199,225,44). Sum of RGB (Red+Green+Blue) = 199+225+44=468 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.52% from 468); Green value is 225 (88.28% from 255 or 48.08% from 468); Blue value is 44 (17.58% from 255 or 9.40% from 468); Max value from RGB is 225 - color contains mainly: green. Hex color #C7E12C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7E12C is #381ED3. Grayscale: #C5C5C5. Windows color (decimal): -3677908 or 2941383. OLE color: 2941383.
HSL color Cylindrical-coordinate representation of color #C7E12C: hue angle of 68.62º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C7E12C is Cyan = 0.12, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 199 | 225 | 44 | - |
| CMYK | 0.12 | 0 | 0.80 | 0.12 |
| HSL | 68.62º | 0.75% | 0.53% | - |
| HSV(B) | 68.62º | 0.8% | 0.88% | - |
| XYZ | 50.93 | 66.17 | 12.47 | - |
| YUV | 196.59 | 41.89 | 129.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 225 | 44 | 0.12 | 0 | 0.80 | 0.12 | 68.62 | 0.75 | 0.53 |
| Hex | C7 | E1 | 2C | C | 0 | 50 | C | 45 | 4B | 35 |
| Octal | 307 | 341 | 54 | 14 | 0 | 120 | 14 | 105 | 113 | 65 |
| Binary | 11000111 | 11100001 | 101100 | 1100 | 0 | 1010000 | 1100 | 1000101 | 1001011 | 110101 |
Color Harmonies of #C7E12C
Complementary color
Monochromatic Colors of #C7E12C
Black with #C7E12C
Text Example
Text Example
White with #C7E12C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7E12C; }
p { color: rgb(199,225,44); }
H1.HeaderClassName
{
color: #C7E12C;
}
.AnyTagClassName
{
color: #C7E12C;
}
</style>
background-color css
<style>
a { background-color: #C7E12C; }
a { background-color: rgb(199,225,44); }
div.DivClassName
{
background-color: #C7E12C;
}
.BgClassName
{
background-color: #C7E12C;
}
</style>
border-color css
<style>
span { border-color: #C7E12C; }
span { border-color: rgb(199,225,44); }
td.TdClassName
{
border-color: #C7E12C;
}
.TagClassName
{
border-color: #C7E12C;
}
</style>