Shades of Pear #C2EB2E
Tints of Pear #C2EB2E
RGB
CMYK
RGB Variations
Color information
#C2EB2E (or 0xC2EB2E) is known color: Pear. HEX triplet: C2, EB and 2E. RGB value is (194,235,46). Sum of RGB (Red+Green+Blue) = 194+235+46=475 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.84% from 475); Green value is 235 (92.19% from 255 or 49.47% from 475); Blue value is 46 (18.36% from 255 or 9.68% from 475); Max value from RGB is 235 - color contains mainly: green. Hex color #C2EB2E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2EB2E is #3D14D1. Grayscale: #C9C9C9. Windows color (decimal): -4003026 or 3075010. OLE color: 3075010.
HSL color Cylindrical-coordinate representation of color #C2EB2E: hue angle of 73.02º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C2EB2E is Cyan = 0.17, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 235 | 46 | - |
| CMYK | 0.17 | 0 | 0.80 | 0.08 |
| HSL | 73.02º | 0.83% | 0.55% | - |
| HSV(B) | 73.02º | 0.8% | 0.92% | - |
| XYZ | 52.45 | 71.08 | 13.54 | - |
| YUV | 201.2 | 40.42 | 122.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 235 | 46 | 0.17 | 0 | 0.80 | 0.08 | 73.02 | 0.83 | 0.55 |
| Hex | C2 | EB | 2E | 11 | 0 | 50 | 8 | 49 | 53 | 37 |
| Octal | 302 | 353 | 56 | 21 | 0 | 120 | 10 | 111 | 123 | 67 |
| Binary | 11000010 | 11101011 | 101110 | 10001 | 0 | 1010000 | 1000 | 1001001 | 1010011 | 110111 |
Color Harmonies of #C2EB2E
Complementary color
Monochromatic Colors of #C2EB2E
Black with #C2EB2E
Text Example
Text Example
White with #C2EB2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EB2E; }
p { color: rgb(194,235,46); }
H1.HeaderClassName
{
color: #C2EB2E;
}
.AnyTagClassName
{
color: #C2EB2E;
}
</style>
background-color css
<style>
a { background-color: #C2EB2E; }
a { background-color: rgb(194,235,46); }
div.DivClassName
{
background-color: #C2EB2E;
}
.BgClassName
{
background-color: #C2EB2E;
}
</style>
border-color css
<style>
span { border-color: #C2EB2E; }
span { border-color: rgb(194,235,46); }
td.TdClassName
{
border-color: #C2EB2E;
}
.TagClassName
{
border-color: #C2EB2E;
}
</style>