Shades of Pear #C7E327
Tints of Pear #C7E327
RGB
CMYK
RGB Variations
Color information
#C7E327 (or 0xC7E327) is known color: Pear. HEX triplet: C7, E3 and 27. RGB value is (199,227,39). Sum of RGB (Red+Green+Blue) = 199+227+39=465 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.80% from 465); Green value is 227 (89.06% from 255 or 48.82% from 465); Blue value is 39 (15.62% from 255 or 8.39% from 465); Max value from RGB is 227 - color contains mainly: green. Hex color #C7E327 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7E327 is #381CD8. Grayscale: #C5C5C5. Windows color (decimal): -3677401 or 2614215. OLE color: 2614215.
HSL color Cylindrical-coordinate representation of color #C7E327: hue angle of 68.94º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C7E327 is Cyan = 0.12, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 199 | 227 | 39 | - |
| CMYK | 0.12 | 0 | 0.83 | 0.11 |
| HSL | 68.94º | 0.77% | 0.52% | - |
| HSV(B) | 68.94º | 0.83% | 0.89% | - |
| XYZ | 51.39 | 67.23 | 12.19 | - |
| YUV | 197.2 | 38.72 | 129.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 227 | 39 | 0.12 | 0 | 0.83 | 0.11 | 68.94 | 0.77 | 0.52 |
| Hex | C7 | E3 | 27 | C | 0 | 53 | B | 45 | 4D | 34 |
| Octal | 307 | 343 | 47 | 14 | 0 | 123 | 13 | 105 | 115 | 64 |
| Binary | 11000111 | 11100011 | 100111 | 1100 | 0 | 1010011 | 1011 | 1000101 | 1001101 | 110100 |
Color Harmonies of #C7E327
Complementary color
Monochromatic Colors of #C7E327
Black with #C7E327
Text Example
Text Example
White with #C7E327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7E327; }
p { color: rgb(199,227,39); }
H1.HeaderClassName
{
color: #C7E327;
}
.AnyTagClassName
{
color: #C7E327;
}
</style>
background-color css
<style>
a { background-color: #C7E327; }
a { background-color: rgb(199,227,39); }
div.DivClassName
{
background-color: #C7E327;
}
.BgClassName
{
background-color: #C7E327;
}
</style>
border-color css
<style>
span { border-color: #C7E327; }
span { border-color: rgb(199,227,39); }
td.TdClassName
{
border-color: #C7E327;
}
.TagClassName
{
border-color: #C7E327;
}
</style>