Shades of Pear #C2EB2C
Tints of Pear #C2EB2C
RGB
CMYK
RGB Variations
Color information
#C2EB2C (or 0xC2EB2C) is known color: Pear. HEX triplet: C2, EB and 2C. RGB value is (194,235,44). Sum of RGB (Red+Green+Blue) = 194+235+44=473 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.01% from 473); Green value is 235 (92.19% from 255 or 49.68% from 473); Blue value is 44 (17.58% from 255 or 9.30% from 473); Max value from RGB is 235 - color contains mainly: green. Hex color #C2EB2C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2EB2C is #3D14D3. Grayscale: #C9C9C9. Windows color (decimal): -4003028 or 2943938. OLE color: 2943938.
HSL color Cylindrical-coordinate representation of color #C2EB2C: hue angle of 72.88º 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 #C2EB2C is Cyan = 0.17, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 235 | 44 | - |
| CMYK | 0.17 | 0 | 0.81 | 0.08 |
| HSL | 72.88º | 0.83% | 0.55% | - |
| HSV(B) | 72.88º | 0.81% | 0.92% | - |
| XYZ | 52.41 | 71.07 | 13.34 | - |
| YUV | 200.97 | 39.42 | 123.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 235 | 44 | 0.17 | 0 | 0.81 | 0.08 | 72.88 | 0.83 | 0.55 |
| Hex | C2 | EB | 2C | 11 | 0 | 51 | 8 | 49 | 53 | 37 |
| Octal | 302 | 353 | 54 | 21 | 0 | 121 | 10 | 111 | 123 | 67 |
| Binary | 11000010 | 11101011 | 101100 | 10001 | 0 | 1010001 | 1000 | 1001001 | 1010011 | 110111 |
Color Harmonies of #C2EB2C
Complementary color
Monochromatic Colors of #C2EB2C
Black with #C2EB2C
Text Example
Text Example
White with #C2EB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EB2C; }
p { color: rgb(194,235,44); }
H1.HeaderClassName
{
color: #C2EB2C;
}
.AnyTagClassName
{
color: #C2EB2C;
}
</style>
background-color css
<style>
a { background-color: #C2EB2C; }
a { background-color: rgb(194,235,44); }
div.DivClassName
{
background-color: #C2EB2C;
}
.BgClassName
{
background-color: #C2EB2C;
}
</style>
border-color css
<style>
span { border-color: #C2EB2C; }
span { border-color: rgb(194,235,44); }
td.TdClassName
{
border-color: #C2EB2C;
}
.TagClassName
{
border-color: #C2EB2C;
}
</style>