Shades of Pear #C4E72A
Tints of Pear #C4E72A
RGB
CMYK
RGB Variations
Color information
#C4E72A (or 0xC4E72A) is known color: Pear. HEX triplet: C4, E7 and 2A. RGB value is (196,231,42). Sum of RGB (Red+Green+Blue) = 196+231+42=469 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.79% from 469); Green value is 231 (90.62% from 255 or 49.25% from 469); Blue value is 42 (16.80% from 255 or 8.96% from 469); Max value from RGB is 231 - color contains mainly: green. Hex color #C4E72A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C4E72A is #3B18D5. Grayscale: #C7C7C7. Windows color (decimal): -3872982 or 2811844. OLE color: 2811844.
HSL color Cylindrical-coordinate representation of color #C4E72A: hue angle of 71.11º degrees, saturation: 0.8, 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 #C4E72A is Cyan = 0.15, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 196 | 231 | 42 | - |
| CMYK | 0.15 | 0 | 0.82 | 0.09 |
| HSL | 71.11º | 0.8% | 0.54% | - |
| HSV(B) | 71.11º | 0.82% | 0.91% | - |
| XYZ | 51.76 | 69.05 | 12.79 | - |
| YUV | 198.99 | 39.4 | 125.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 231 | 42 | 0.15 | 0 | 0.82 | 0.09 | 71.11 | 0.8 | 0.54 |
| Hex | C4 | E7 | 2A | F | 0 | 52 | 9 | 47 | 50 | 36 |
| Octal | 304 | 347 | 52 | 17 | 0 | 122 | 11 | 107 | 120 | 66 |
| Binary | 11000100 | 11100111 | 101010 | 1111 | 0 | 1010010 | 1001 | 1000111 | 1010000 | 110110 |
Color Harmonies of #C4E72A
Complementary color
Monochromatic Colors of #C4E72A
Black with #C4E72A
Text Example
Text Example
White with #C4E72A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4E72A; }
p { color: rgb(196,231,42); }
H1.HeaderClassName
{
color: #C4E72A;
}
.AnyTagClassName
{
color: #C4E72A;
}
</style>
background-color css
<style>
a { background-color: #C4E72A; }
a { background-color: rgb(196,231,42); }
div.DivClassName
{
background-color: #C4E72A;
}
.BgClassName
{
background-color: #C4E72A;
}
</style>
border-color css
<style>
span { border-color: #C4E72A; }
span { border-color: rgb(196,231,42); }
td.TdClassName
{
border-color: #C4E72A;
}
.TagClassName
{
border-color: #C4E72A;
}
</style>