Shades of Pear #C7EB2C
Tints of Pear #C7EB2C
RGB
CMYK
RGB Variations
Color information
#C7EB2C (or 0xC7EB2C) is known color: Pear. HEX triplet: C7, EB and 2C. RGB value is (199,235,44). Sum of RGB (Red+Green+Blue) = 199+235+44=478 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.63% from 478); Green value is 235 (92.19% from 255 or 49.16% from 478); Blue value is 44 (17.58% from 255 or 9.21% from 478); Max value from RGB is 235 - color contains mainly: green. Hex color #C7EB2C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C7EB2C is #3814D3. Grayscale: #CBCBCB. Windows color (decimal): -3675348 or 2943943. OLE color: 2943943.
HSL color Cylindrical-coordinate representation of color #C7EB2C: hue angle of 71.31º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C7EB2C is Cyan = 0.15, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 199 | 235 | 44 | - |
| CMYK | 0.15 | 0 | 0.81 | 0.08 |
| HSL | 71.31º | 0.83% | 0.55% | - |
| HSV(B) | 71.31º | 0.81% | 0.92% | - |
| XYZ | 53.72 | 71.74 | 13.4 | - |
| YUV | 202.46 | 38.57 | 125.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 235 | 44 | 0.15 | 0 | 0.81 | 0.08 | 71.31 | 0.83 | 0.55 |
| Hex | C7 | EB | 2C | F | 0 | 51 | 8 | 47 | 53 | 37 |
| Octal | 307 | 353 | 54 | 17 | 0 | 121 | 10 | 107 | 123 | 67 |
| Binary | 11000111 | 11101011 | 101100 | 1111 | 0 | 1010001 | 1000 | 1000111 | 1010011 | 110111 |
Color Harmonies of #C7EB2C
Complementary color
Monochromatic Colors of #C7EB2C
Black with #C7EB2C
Text Example
Text Example
White with #C7EB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7EB2C; }
p { color: rgb(199,235,44); }
H1.HeaderClassName
{
color: #C7EB2C;
}
.AnyTagClassName
{
color: #C7EB2C;
}
</style>
background-color css
<style>
a { background-color: #C7EB2C; }
a { background-color: rgb(199,235,44); }
div.DivClassName
{
background-color: #C7EB2C;
}
.BgClassName
{
background-color: #C7EB2C;
}
</style>
border-color css
<style>
span { border-color: #C7EB2C; }
span { border-color: rgb(199,235,44); }
td.TdClassName
{
border-color: #C7EB2C;
}
.TagClassName
{
border-color: #C7EB2C;
}
</style>