Shades of Pear #C6EC36
Tints of Pear #C6EC36
RGB
CMYK
RGB Variations
Color information
#C6EC36 (or 0xC6EC36) is known color: Pear. HEX triplet: C6, EC and 36. RGB value is (198,236,54). Sum of RGB (Red+Green+Blue) = 198+236+54=488 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.57% from 488); Green value is 236 (92.58% from 255 or 48.36% from 488); Blue value is 54 (21.48% from 255 or 11.07% from 488); Max value from RGB is 236 - color contains mainly: green. Hex color #C6EC36 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C6EC36 is #3913C9. Grayscale: #CCCCCC. Windows color (decimal): -3740618 or 3599558. OLE color: 3599558.
HSL color Cylindrical-coordinate representation of color #C6EC36: hue angle of 72.53º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C6EC36 is Cyan = 0.16, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 236 | 54 | - |
| CMYK | 0.16 | 0 | 0.77 | 0.07 |
| HSL | 72.53º | 0.83% | 0.57% | - |
| HSV(B) | 72.53º | 0.77% | 0.93% | - |
| XYZ | 53.95 | 72.26 | 14.59 | - |
| YUV | 203.89 | 43.41 | 123.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 236 | 54 | 0.16 | 0 | 0.77 | 0.07 | 72.53 | 0.83 | 0.57 |
| Hex | C6 | EC | 36 | 10 | 0 | 4D | 7 | 49 | 53 | 39 |
| Octal | 306 | 354 | 66 | 20 | 0 | 115 | 7 | 111 | 123 | 71 |
| Binary | 11000110 | 11101100 | 110110 | 10000 | 0 | 1001101 | 111 | 1001001 | 1010011 | 111001 |
Color Harmonies of #C6EC36
Complementary color
Monochromatic Colors of #C6EC36
Black with #C6EC36
Text Example
Text Example
White with #C6EC36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6EC36; }
p { color: rgb(198,236,54); }
H1.HeaderClassName
{
color: #C6EC36;
}
.AnyTagClassName
{
color: #C6EC36;
}
</style>
background-color css
<style>
a { background-color: #C6EC36; }
a { background-color: rgb(198,236,54); }
div.DivClassName
{
background-color: #C6EC36;
}
.BgClassName
{
background-color: #C6EC36;
}
</style>
border-color css
<style>
span { border-color: #C6EC36; }
span { border-color: rgb(198,236,54); }
td.TdClassName
{
border-color: #C6EC36;
}
.TagClassName
{
border-color: #C6EC36;
}
</style>