Shades of Pear #C2EA2B
Tints of Pear #C2EA2B
RGB
CMYK
RGB Variations
Color information
#C2EA2B (or 0xC2EA2B) is known color: Pear. HEX triplet: C2, EA and 2B. RGB value is (194,234,43). Sum of RGB (Red+Green+Blue) = 194+234+43=471 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.19% from 471); Green value is 234 (91.80% from 255 or 49.68% from 471); Blue value is 43 (17.19% from 255 or 9.13% from 471); Max value from RGB is 234 - color contains mainly: green. Hex color #C2EA2B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2EA2B is #3D15D4. Grayscale: #C8C8C8. Windows color (decimal): -4003285 or 2878146. OLE color: 2878146.
HSL color Cylindrical-coordinate representation of color #C2EA2B: hue angle of 72.57º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C2EA2B is Cyan = 0.17, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 234 | 43 | - |
| CMYK | 0.17 | 0 | 0.82 | 0.08 |
| HSL | 72.57º | 0.82% | 0.54% | - |
| HSV(B) | 72.57º | 0.82% | 0.92% | - |
| XYZ | 52.11 | 70.49 | 13.14 | - |
| YUV | 200.27 | 39.25 | 123.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 234 | 43 | 0.17 | 0 | 0.82 | 0.08 | 72.57 | 0.82 | 0.54 |
| Hex | C2 | EA | 2B | 11 | 0 | 52 | 8 | 49 | 52 | 36 |
| Octal | 302 | 352 | 53 | 21 | 0 | 122 | 10 | 111 | 122 | 66 |
| Binary | 11000010 | 11101010 | 101011 | 10001 | 0 | 1010010 | 1000 | 1001001 | 1010010 | 110110 |
Color Harmonies of #C2EA2B
Complementary color
Monochromatic Colors of #C2EA2B
Black with #C2EA2B
Text Example
Text Example
White with #C2EA2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EA2B; }
p { color: rgb(194,234,43); }
H1.HeaderClassName
{
color: #C2EA2B;
}
.AnyTagClassName
{
color: #C2EA2B;
}
</style>
background-color css
<style>
a { background-color: #C2EA2B; }
a { background-color: rgb(194,234,43); }
div.DivClassName
{
background-color: #C2EA2B;
}
.BgClassName
{
background-color: #C2EA2B;
}
</style>
border-color css
<style>
span { border-color: #C2EA2B; }
span { border-color: rgb(194,234,43); }
td.TdClassName
{
border-color: #C2EA2B;
}
.TagClassName
{
border-color: #C2EA2B;
}
</style>