Shades of Pear #C7E932
Tints of Pear #C7E932
RGB
CMYK
RGB Variations
Color information
#C7E932 (or 0xC7E932) is known color: Pear. HEX triplet: C7, E9 and 32. RGB value is (199,233,50). Sum of RGB (Red+Green+Blue) = 199+233+50=482 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.29% from 482); Green value is 233 (91.41% from 255 or 48.34% from 482); Blue value is 50 (19.92% from 255 or 10.37% from 482); Max value from RGB is 233 - color contains mainly: green. Hex color #C7E932 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C7E932 is #3816CD. Grayscale: #CACACA. Windows color (decimal): -3675854 or 3336647. OLE color: 3336647.
HSL color Cylindrical-coordinate representation of color #C7E932: hue angle of 71.15º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C7E932 is Cyan = 0.15, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 199 | 233 | 50 | - |
| CMYK | 0.15 | 0 | 0.79 | 0.09 |
| HSL | 71.15º | 0.81% | 0.55% | - |
| HSV(B) | 71.15º | 0.79% | 0.91% | - |
| XYZ | 53.27 | 70.65 | 13.85 | - |
| YUV | 201.97 | 42.24 | 125.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 233 | 50 | 0.15 | 0 | 0.79 | 0.09 | 71.15 | 0.81 | 0.55 |
| Hex | C7 | E9 | 32 | F | 0 | 4F | 9 | 47 | 51 | 37 |
| Octal | 307 | 351 | 62 | 17 | 0 | 117 | 11 | 107 | 121 | 67 |
| Binary | 11000111 | 11101001 | 110010 | 1111 | 0 | 1001111 | 1001 | 1000111 | 1010001 | 110111 |
Color Harmonies of #C7E932
Complementary color
Monochromatic Colors of #C7E932
Black with #C7E932
Text Example
Text Example
White with #C7E932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7E932; }
p { color: rgb(199,233,50); }
H1.HeaderClassName
{
color: #C7E932;
}
.AnyTagClassName
{
color: #C7E932;
}
</style>
background-color css
<style>
a { background-color: #C7E932; }
a { background-color: rgb(199,233,50); }
div.DivClassName
{
background-color: #C7E932;
}
.BgClassName
{
background-color: #C7E932;
}
</style>
border-color css
<style>
span { border-color: #C7E932; }
span { border-color: rgb(199,233,50); }
td.TdClassName
{
border-color: #C7E932;
}
.TagClassName
{
border-color: #C7E932;
}
</style>