Shades of Pear #C5EA34
Tints of Pear #C5EA34
RGB
CMYK
RGB Variations
Color information
#C5EA34 (or 0xC5EA34) is known color: Pear. HEX triplet: C5, EA and 34. RGB value is (197,234,52). Sum of RGB (Red+Green+Blue) = 197+234+52=483 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.79% from 483); Green value is 234 (91.80% from 255 or 48.45% from 483); Blue value is 52 (20.70% from 255 or 10.77% from 483); Max value from RGB is 234 - color contains mainly: green. Hex color #C5EA34 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C5EA34 is #3A15CB. Grayscale: #CACACA. Windows color (decimal): -3806668 or 3467973. OLE color: 3467973.
HSL color Cylindrical-coordinate representation of color #C5EA34: hue angle of 72.2º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C5EA34 is Cyan = 0.16, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 197 | 234 | 52 | - |
| CMYK | 0.16 | 0 | 0.78 | 0.08 |
| HSL | 72.2º | 0.81% | 0.56% | - |
| HSV(B) | 72.2º | 0.78% | 0.92% | - |
| XYZ | 53.07 | 70.96 | 14.15 | - |
| YUV | 202.19 | 43.24 | 124.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 234 | 52 | 0.16 | 0 | 0.78 | 0.08 | 72.2 | 0.81 | 0.56 |
| Hex | C5 | EA | 34 | 10 | 0 | 4E | 8 | 48 | 51 | 38 |
| Octal | 305 | 352 | 64 | 20 | 0 | 116 | 10 | 110 | 121 | 70 |
| Binary | 11000101 | 11101010 | 110100 | 10000 | 0 | 1001110 | 1000 | 1001000 | 1010001 | 111000 |
Color Harmonies of #C5EA34
Complementary color
Monochromatic Colors of #C5EA34
Black with #C5EA34
Text Example
Text Example
White with #C5EA34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5EA34; }
p { color: rgb(197,234,52); }
H1.HeaderClassName
{
color: #C5EA34;
}
.AnyTagClassName
{
color: #C5EA34;
}
</style>
background-color css
<style>
a { background-color: #C5EA34; }
a { background-color: rgb(197,234,52); }
div.DivClassName
{
background-color: #C5EA34;
}
.BgClassName
{
background-color: #C5EA34;
}
</style>
border-color css
<style>
span { border-color: #C5EA34; }
span { border-color: rgb(197,234,52); }
td.TdClassName
{
border-color: #C5EA34;
}
.TagClassName
{
border-color: #C5EA34;
}
</style>