Shades of Pear #C7E12B
Tints of Pear #C7E12B
RGB
CMYK
RGB Variations
Color information
#C7E12B (or 0xC7E12B) is known color: Pear. HEX triplet: C7, E1 and 2B. RGB value is (199,225,43). Sum of RGB (Red+Green+Blue) = 199+225+43=467 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.61% from 467); Green value is 225 (88.28% from 255 or 48.18% from 467); Blue value is 43 (17.19% from 255 or 9.21% from 467); Max value from RGB is 225 - color contains mainly: green. Hex color #C7E12B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7E12B is #381ED4. Grayscale: #C5C5C5. Windows color (decimal): -3677909 or 2875847. OLE color: 2875847.
HSL color Cylindrical-coordinate representation of color #C7E12B: hue angle of 68.57º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C7E12B is Cyan = 0.12, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 199 | 225 | 43 | - |
| CMYK | 0.12 | 0 | 0.81 | 0.12 |
| HSL | 68.57º | 0.75% | 0.53% | - |
| HSV(B) | 68.57º | 0.81% | 0.88% | - |
| XYZ | 50.91 | 66.17 | 12.37 | - |
| YUV | 196.48 | 41.39 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 225 | 43 | 0.12 | 0 | 0.81 | 0.12 | 68.57 | 0.75 | 0.53 |
| Hex | C7 | E1 | 2B | C | 0 | 51 | C | 45 | 4B | 35 |
| Octal | 307 | 341 | 53 | 14 | 0 | 121 | 14 | 105 | 113 | 65 |
| Binary | 11000111 | 11100001 | 101011 | 1100 | 0 | 1010001 | 1100 | 1000101 | 1001011 | 110101 |
Color Harmonies of #C7E12B
Complementary color
Monochromatic Colors of #C7E12B
Black with #C7E12B
Text Example
Text Example
White with #C7E12B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7E12B; }
p { color: rgb(199,225,43); }
H1.HeaderClassName
{
color: #C7E12B;
}
.AnyTagClassName
{
color: #C7E12B;
}
</style>
background-color css
<style>
a { background-color: #C7E12B; }
a { background-color: rgb(199,225,43); }
div.DivClassName
{
background-color: #C7E12B;
}
.BgClassName
{
background-color: #C7E12B;
}
</style>
border-color css
<style>
span { border-color: #C7E12B; }
span { border-color: rgb(199,225,43); }
td.TdClassName
{
border-color: #C7E12B;
}
.TagClassName
{
border-color: #C7E12B;
}
</style>