Shades of Pear #C5E82A
Tints of Pear #C5E82A
RGB
CMYK
RGB Variations
Color information
#C5E82A (or 0xC5E82A) is known color: Pear. HEX triplet: C5, E8 and 2A. RGB value is (197,232,42). Sum of RGB (Red+Green+Blue) = 197+232+42=471 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.83% from 471); Green value is 232 (91.02% from 255 or 49.26% from 471); Blue value is 42 (16.80% from 255 or 8.92% from 471); Max value from RGB is 232 - color contains mainly: green. Hex color #C5E82A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C5E82A is #3A17D5. Grayscale: #C8C8C8. Windows color (decimal): -3807190 or 2812101. OLE color: 2812101.
HSL color Cylindrical-coordinate representation of color #C5E82A: hue angle of 71.05º 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 #C5E82A is Cyan = 0.15, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 197 | 232 | 42 | - |
| CMYK | 0.15 | 0 | 0.82 | 0.09 |
| HSL | 71.05º | 0.81% | 0.54% | - |
| HSV(B) | 71.05º | 0.82% | 0.91% | - |
| XYZ | 52.3 | 69.75 | 12.9 | - |
| YUV | 199.88 | 38.9 | 125.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 232 | 42 | 0.15 | 0 | 0.82 | 0.09 | 71.05 | 0.81 | 0.54 |
| Hex | C5 | E8 | 2A | F | 0 | 52 | 9 | 47 | 51 | 36 |
| Octal | 305 | 350 | 52 | 17 | 0 | 122 | 11 | 107 | 121 | 66 |
| Binary | 11000101 | 11101000 | 101010 | 1111 | 0 | 1010010 | 1001 | 1000111 | 1010001 | 110110 |
Color Harmonies of #C5E82A
Complementary color
Monochromatic Colors of #C5E82A
Black with #C5E82A
Text Example
Text Example
White with #C5E82A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E82A; }
p { color: rgb(197,232,42); }
H1.HeaderClassName
{
color: #C5E82A;
}
.AnyTagClassName
{
color: #C5E82A;
}
</style>
background-color css
<style>
a { background-color: #C5E82A; }
a { background-color: rgb(197,232,42); }
div.DivClassName
{
background-color: #C5E82A;
}
.BgClassName
{
background-color: #C5E82A;
}
</style>
border-color css
<style>
span { border-color: #C5E82A; }
span { border-color: rgb(197,232,42); }
td.TdClassName
{
border-color: #C5E82A;
}
.TagClassName
{
border-color: #C5E82A;
}
</style>