Shades of Pear #C5EA29
Tints of Pear #C5EA29
RGB
CMYK
RGB Variations
Color information
#C5EA29 (or 0xC5EA29) is known color: Pear. HEX triplet: C5, EA and 29. RGB value is (197,234,41). Sum of RGB (Red+Green+Blue) = 197+234+41=472 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.74% from 472); Green value is 234 (91.80% from 255 or 49.58% from 472); Blue value is 41 (16.41% from 255 or 8.69% from 472); Max value from RGB is 234 - color contains mainly: green. Hex color #C5EA29 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C5EA29 is #3A15D6. Grayscale: #C9C9C9. Windows color (decimal): -3806679 or 2747077. OLE color: 2747077.
HSL color Cylindrical-coordinate representation of color #C5EA29: hue angle of 71.5º 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 #C5EA29 is Cyan = 0.16, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 197 | 234 | 41 | - |
| CMYK | 0.16 | 0 | 0.82 | 0.08 |
| HSL | 71.5º | 0.82% | 0.54% | - |
| HSV(B) | 71.5º | 0.82% | 0.92% | - |
| XYZ | 52.85 | 70.88 | 12.99 | - |
| YUV | 200.94 | 37.74 | 125.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 234 | 41 | 0.16 | 0 | 0.82 | 0.08 | 71.5 | 0.82 | 0.54 |
| Hex | C5 | EA | 29 | 10 | 0 | 52 | 8 | 48 | 52 | 36 |
| Octal | 305 | 352 | 51 | 20 | 0 | 122 | 10 | 110 | 122 | 66 |
| Binary | 11000101 | 11101010 | 101001 | 10000 | 0 | 1010010 | 1000 | 1001000 | 1010010 | 110110 |
Color Harmonies of #C5EA29
Complementary color
Monochromatic Colors of #C5EA29
Black with #C5EA29
Text Example
Text Example
White with #C5EA29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5EA29; }
p { color: rgb(197,234,41); }
H1.HeaderClassName
{
color: #C5EA29;
}
.AnyTagClassName
{
color: #C5EA29;
}
</style>
background-color css
<style>
a { background-color: #C5EA29; }
a { background-color: rgb(197,234,41); }
div.DivClassName
{
background-color: #C5EA29;
}
.BgClassName
{
background-color: #C5EA29;
}
</style>
border-color css
<style>
span { border-color: #C5EA29; }
span { border-color: rgb(197,234,41); }
td.TdClassName
{
border-color: #C5EA29;
}
.TagClassName
{
border-color: #C5EA29;
}
</style>