Shades of Pear #C7E834
Tints of Pear #C7E834
RGB
CMYK
RGB Variations
Color information
#C7E834 (or 0xC7E834) is known color: Pear. HEX triplet: C7, E8 and 34. RGB value is (199,232,52). Sum of RGB (Red+Green+Blue) = 199+232+52=483 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.20% from 483); Green value is 232 (91.02% from 255 or 48.03% from 483); Blue value is 52 (20.70% from 255 or 10.77% from 483); Max value from RGB is 232 - color contains mainly: green. Hex color #C7E834 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C7E834 is #3817CB. Grayscale: #CACACA. Windows color (decimal): -3676108 or 3467463. OLE color: 3467463.
HSL color Cylindrical-coordinate representation of color #C7E834: hue angle of 71º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C7E834 is Cyan = 0.14, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 199 | 232 | 52 | - |
| CMYK | 0.14 | 0 | 0.78 | 0.09 |
| HSL | 71º | 0.8% | 0.56% | - |
| HSV(B) | 71º | 0.78% | 0.91% | - |
| XYZ | 53.03 | 70.1 | 13.99 | - |
| YUV | 201.61 | 43.57 | 126.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 232 | 52 | 0.14 | 0 | 0.78 | 0.09 | 71 | 0.8 | 0.56 |
| Hex | C7 | E8 | 34 | E | 0 | 4E | 9 | 47 | 50 | 38 |
| Octal | 307 | 350 | 64 | 16 | 0 | 116 | 11 | 107 | 120 | 70 |
| Binary | 11000111 | 11101000 | 110100 | 1110 | 0 | 1001110 | 1001 | 1000111 | 1010000 | 111000 |
Color Harmonies of #C7E834
Complementary color
Monochromatic Colors of #C7E834
Black with #C7E834
Text Example
Text Example
White with #C7E834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7E834; }
p { color: rgb(199,232,52); }
H1.HeaderClassName
{
color: #C7E834;
}
.AnyTagClassName
{
color: #C7E834;
}
</style>
background-color css
<style>
a { background-color: #C7E834; }
a { background-color: rgb(199,232,52); }
div.DivClassName
{
background-color: #C7E834;
}
.BgClassName
{
background-color: #C7E834;
}
</style>
border-color css
<style>
span { border-color: #C7E834; }
span { border-color: rgb(199,232,52); }
td.TdClassName
{
border-color: #C7E834;
}
.TagClassName
{
border-color: #C7E834;
}
</style>