Shades of Pear #C4EA28
Tints of Pear #C4EA28
RGB
CMYK
RGB Variations
Color information
#C4EA28 (or 0xC4EA28) is known color: Pear. HEX triplet: C4, EA and 28. RGB value is (196,234,40). Sum of RGB (Red+Green+Blue) = 196+234+40=470 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.70% from 470); Green value is 234 (91.80% from 255 or 49.79% from 470); Blue value is 40 (16.02% from 255 or 8.51% from 470); Max value from RGB is 234 - color contains mainly: green. Hex color #C4EA28 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C4EA28 is #3B15D7. Grayscale: #C9C9C9. Windows color (decimal): -3872216 or 2681540. OLE color: 2681540.
HSL color Cylindrical-coordinate representation of color #C4EA28: hue angle of 71.75º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C4EA28 is Cyan = 0.16, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 196 | 234 | 40 | - |
| CMYK | 0.16 | 0 | 0.83 | 0.08 |
| HSL | 71.75º | 0.82% | 0.54% | - |
| HSV(B) | 71.75º | 0.83% | 0.92% | - |
| XYZ | 52.57 | 70.73 | 12.89 | - |
| YUV | 200.52 | 37.41 | 124.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 234 | 40 | 0.16 | 0 | 0.83 | 0.08 | 71.75 | 0.82 | 0.54 |
| Hex | C4 | EA | 28 | 10 | 0 | 53 | 8 | 48 | 52 | 36 |
| Octal | 304 | 352 | 50 | 20 | 0 | 123 | 10 | 110 | 122 | 66 |
| Binary | 11000100 | 11101010 | 101000 | 10000 | 0 | 1010011 | 1000 | 1001000 | 1010010 | 110110 |
Color Harmonies of #C4EA28
Complementary color
Monochromatic Colors of #C4EA28
Black with #C4EA28
Text Example
Text Example
White with #C4EA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4EA28; }
p { color: rgb(196,234,40); }
H1.HeaderClassName
{
color: #C4EA28;
}
.AnyTagClassName
{
color: #C4EA28;
}
</style>
background-color css
<style>
a { background-color: #C4EA28; }
a { background-color: rgb(196,234,40); }
div.DivClassName
{
background-color: #C4EA28;
}
.BgClassName
{
background-color: #C4EA28;
}
</style>
border-color css
<style>
span { border-color: #C4EA28; }
span { border-color: rgb(196,234,40); }
td.TdClassName
{
border-color: #C4EA28;
}
.TagClassName
{
border-color: #C4EA28;
}
</style>