Shades of Pear #C4E82A
Tints of Pear #C4E82A
RGB
CMYK
RGB Variations
Color information
#C4E82A (or 0xC4E82A) is known color: Pear. HEX triplet: C4, E8 and 2A. RGB value is (196,232,42). Sum of RGB (Red+Green+Blue) = 196+232+42=470 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.70% from 470); Green value is 232 (91.02% from 255 or 49.36% from 470); Blue value is 42 (16.80% from 255 or 8.94% from 470); Max value from RGB is 232 - color contains mainly: green. Hex color #C4E82A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C4E82A is #3B17D5. Grayscale: #C8C8C8. Windows color (decimal): -3872726 or 2812100. OLE color: 2812100.
HSL color Cylindrical-coordinate representation of color #C4E82A: hue angle of 71.37º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C4E82A is Cyan = 0.16, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 196 | 232 | 42 | - |
| CMYK | 0.16 | 0 | 0.82 | 0.09 |
| HSL | 71.37º | 0.81% | 0.54% | - |
| HSV(B) | 71.37º | 0.82% | 0.91% | - |
| XYZ | 52.04 | 69.62 | 12.88 | - |
| YUV | 199.58 | 39.07 | 125.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 232 | 42 | 0.16 | 0 | 0.82 | 0.09 | 71.37 | 0.81 | 0.54 |
| Hex | C4 | E8 | 2A | 10 | 0 | 52 | 9 | 47 | 51 | 36 |
| Octal | 304 | 350 | 52 | 20 | 0 | 122 | 11 | 107 | 121 | 66 |
| Binary | 11000100 | 11101000 | 101010 | 10000 | 0 | 1010010 | 1001 | 1000111 | 1010001 | 110110 |
Color Harmonies of #C4E82A
Complementary color
Monochromatic Colors of #C4E82A
Black with #C4E82A
Text Example
Text Example
White with #C4E82A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4E82A; }
p { color: rgb(196,232,42); }
H1.HeaderClassName
{
color: #C4E82A;
}
.AnyTagClassName
{
color: #C4E82A;
}
</style>
background-color css
<style>
a { background-color: #C4E82A; }
a { background-color: rgb(196,232,42); }
div.DivClassName
{
background-color: #C4E82A;
}
.BgClassName
{
background-color: #C4E82A;
}
</style>
border-color css
<style>
span { border-color: #C4E82A; }
span { border-color: rgb(196,232,42); }
td.TdClassName
{
border-color: #C4E82A;
}
.TagClassName
{
border-color: #C4E82A;
}
</style>