Shades of Pear #C6EB2C
Tints of Pear #C6EB2C
RGB
CMYK
RGB Variations
Color information
#C6EB2C (or 0xC6EB2C) is known color: Pear. HEX triplet: C6, EB and 2C. RGB value is (198,235,44). Sum of RGB (Red+Green+Blue) = 198+235+44=477 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.51% from 477); Green value is 235 (92.19% from 255 or 49.27% from 477); Blue value is 44 (17.58% from 255 or 9.22% from 477); Max value from RGB is 235 - color contains mainly: green. Hex color #C6EB2C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C6EB2C is #3914D3. Grayscale: #CACACA. Windows color (decimal): -3740884 or 2943942. OLE color: 2943942.
HSL color Cylindrical-coordinate representation of color #C6EB2C: hue angle of 71.62º 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 #C6EB2C is Cyan = 0.16, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 198 | 235 | 44 | - |
| CMYK | 0.16 | 0 | 0.81 | 0.08 |
| HSL | 71.62º | 0.83% | 0.55% | - |
| HSV(B) | 71.62º | 0.81% | 0.92% | - |
| XYZ | 53.45 | 71.6 | 13.39 | - |
| YUV | 202.16 | 38.74 | 125.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 235 | 44 | 0.16 | 0 | 0.81 | 0.08 | 71.62 | 0.83 | 0.55 |
| Hex | C6 | EB | 2C | 10 | 0 | 51 | 8 | 48 | 53 | 37 |
| Octal | 306 | 353 | 54 | 20 | 0 | 121 | 10 | 110 | 123 | 67 |
| Binary | 11000110 | 11101011 | 101100 | 10000 | 0 | 1010001 | 1000 | 1001000 | 1010011 | 110111 |
Color Harmonies of #C6EB2C
Complementary color
Monochromatic Colors of #C6EB2C
Black with #C6EB2C
Text Example
Text Example
White with #C6EB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6EB2C; }
p { color: rgb(198,235,44); }
H1.HeaderClassName
{
color: #C6EB2C;
}
.AnyTagClassName
{
color: #C6EB2C;
}
</style>
background-color css
<style>
a { background-color: #C6EB2C; }
a { background-color: rgb(198,235,44); }
div.DivClassName
{
background-color: #C6EB2C;
}
.BgClassName
{
background-color: #C6EB2C;
}
</style>
border-color css
<style>
span { border-color: #C6EB2C; }
span { border-color: rgb(198,235,44); }
td.TdClassName
{
border-color: #C6EB2C;
}
.TagClassName
{
border-color: #C6EB2C;
}
</style>