Shades of Pear #C7EC25
Tints of Pear #C7EC25
RGB
CMYK
RGB Variations
Color information
#C7EC25 (or 0xC7EC25) is known color: Pear. HEX triplet: C7, EC and 25. RGB value is (199,236,37). Sum of RGB (Red+Green+Blue) = 199+236+37=472 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.16% from 472); Green value is 236 (92.58% from 255 or 50% from 472); Blue value is 37 (14.84% from 255 or 7.84% from 472); Max value from RGB is 236 - color contains mainly: green. Hex color #C7EC25 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C7EC25 is #3813DA. Grayscale: #CBCBCB. Windows color (decimal): -3675099 or 2485447. OLE color: 2485447.
HSL color Cylindrical-coordinate representation of color #C7EC25: hue angle of 71.16º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C7EC25 is Cyan = 0.16, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 199 | 236 | 37 | - |
| CMYK | 0.16 | 0 | 0.84 | 0.07 |
| HSL | 71.16º | 0.84% | 0.54% | - |
| HSV(B) | 71.16º | 0.84% | 0.93% | - |
| XYZ | 53.88 | 72.27 | 12.86 | - |
| YUV | 202.25 | 34.74 | 125.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 236 | 37 | 0.16 | 0 | 0.84 | 0.07 | 71.16 | 0.84 | 0.54 |
| Hex | C7 | EC | 25 | 10 | 0 | 54 | 7 | 47 | 54 | 36 |
| Octal | 307 | 354 | 45 | 20 | 0 | 124 | 7 | 107 | 124 | 66 |
| Binary | 11000111 | 11101100 | 100101 | 10000 | 0 | 1010100 | 111 | 1000111 | 1010100 | 110110 |
Color Harmonies of #C7EC25
Complementary color
Monochromatic Colors of #C7EC25
Black with #C7EC25
Text Example
Text Example
White with #C7EC25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7EC25; }
p { color: rgb(199,236,37); }
H1.HeaderClassName
{
color: #C7EC25;
}
.AnyTagClassName
{
color: #C7EC25;
}
</style>
background-color css
<style>
a { background-color: #C7EC25; }
a { background-color: rgb(199,236,37); }
div.DivClassName
{
background-color: #C7EC25;
}
.BgClassName
{
background-color: #C7EC25;
}
</style>
border-color css
<style>
span { border-color: #C7EC25; }
span { border-color: rgb(199,236,37); }
td.TdClassName
{
border-color: #C7EC25;
}
.TagClassName
{
border-color: #C7EC25;
}
</style>