Shades of Pear #C7EC27
Tints of Pear #C7EC27
RGB
CMYK
RGB Variations
Color information
#C7EC27 (or 0xC7EC27) is known color: Pear. HEX triplet: C7, EC and 27. RGB value is (199,236,39). Sum of RGB (Red+Green+Blue) = 199+236+39=474 (62% of max value = 765). Red value is 199 (78.12% from 255 or 41.98% from 474); Green value is 236 (92.58% from 255 or 49.79% from 474); Blue value is 39 (15.62% from 255 or 8.23% from 474); Max value from RGB is 236 - color contains mainly: green. Hex color #C7EC27 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C7EC27 is #3813D8. Grayscale: #CBCBCB. Windows color (decimal): -3675097 or 2616519. OLE color: 2616519.
HSL color Cylindrical-coordinate representation of color #C7EC27: hue angle of 71.27º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C7EC27 is Cyan = 0.16, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 199 | 236 | 39 | - |
| CMYK | 0.16 | 0 | 0.83 | 0.07 |
| HSL | 71.27º | 0.84% | 0.54% | - |
| HSV(B) | 71.27º | 0.83% | 0.93% | - |
| XYZ | 53.91 | 72.28 | 13.03 | - |
| YUV | 202.48 | 35.74 | 125.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 236 | 39 | 0.16 | 0 | 0.83 | 0.07 | 71.27 | 0.84 | 0.54 |
| Hex | C7 | EC | 27 | 10 | 0 | 53 | 7 | 47 | 54 | 36 |
| Octal | 307 | 354 | 47 | 20 | 0 | 123 | 7 | 107 | 124 | 66 |
| Binary | 11000111 | 11101100 | 100111 | 10000 | 0 | 1010011 | 111 | 1000111 | 1010100 | 110110 |
Color Harmonies of #C7EC27
Complementary color
Monochromatic Colors of #C7EC27
Black with #C7EC27
Text Example
Text Example
White with #C7EC27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7EC27; }
p { color: rgb(199,236,39); }
H1.HeaderClassName
{
color: #C7EC27;
}
.AnyTagClassName
{
color: #C7EC27;
}
</style>
background-color css
<style>
a { background-color: #C7EC27; }
a { background-color: rgb(199,236,39); }
div.DivClassName
{
background-color: #C7EC27;
}
.BgClassName
{
background-color: #C7EC27;
}
</style>
border-color css
<style>
span { border-color: #C7EC27; }
span { border-color: rgb(199,236,39); }
td.TdClassName
{
border-color: #C7EC27;
}
.TagClassName
{
border-color: #C7EC27;
}
</style>