Shades of Pear #C4E826
Tints of Pear #C4E826
RGB
CMYK
RGB Variations
Color information
#C4E826 (or 0xC4E826) is known color: Pear. HEX triplet: C4, E8 and 26. RGB value is (196,232,38). Sum of RGB (Red+Green+Blue) = 196+232+38=466 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.06% from 466); Green value is 232 (91.02% from 255 or 49.79% from 466); Blue value is 38 (15.23% from 255 or 8.15% from 466); Max value from RGB is 232 - color contains mainly: green. Hex color #C4E826 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C4E826 is #3B17D9. Grayscale: #C7C7C7. Windows color (decimal): -3872730 or 2549956. OLE color: 2549956.
HSL color Cylindrical-coordinate representation of color #C4E826: hue angle of 71.13º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C4E826 is Cyan = 0.16, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 196 | 232 | 38 | - |
| CMYK | 0.16 | 0 | 0.84 | 0.09 |
| HSL | 71.13º | 0.81% | 0.53% | - |
| HSV(B) | 71.13º | 0.84% | 0.91% | - |
| XYZ | 51.97 | 69.59 | 12.53 | - |
| YUV | 199.12 | 37.07 | 125.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 232 | 38 | 0.16 | 0 | 0.84 | 0.09 | 71.13 | 0.81 | 0.53 |
| Hex | C4 | E8 | 26 | 10 | 0 | 54 | 9 | 47 | 51 | 35 |
| Octal | 304 | 350 | 46 | 20 | 0 | 124 | 11 | 107 | 121 | 65 |
| Binary | 11000100 | 11101000 | 100110 | 10000 | 0 | 1010100 | 1001 | 1000111 | 1010001 | 110101 |
Color Harmonies of #C4E826
Complementary color
Monochromatic Colors of #C4E826
Black with #C4E826
Text Example
Text Example
White with #C4E826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4E826; }
p { color: rgb(196,232,38); }
H1.HeaderClassName
{
color: #C4E826;
}
.AnyTagClassName
{
color: #C4E826;
}
</style>
background-color css
<style>
a { background-color: #C4E826; }
a { background-color: rgb(196,232,38); }
div.DivClassName
{
background-color: #C4E826;
}
.BgClassName
{
background-color: #C4E826;
}
</style>
border-color css
<style>
span { border-color: #C4E826; }
span { border-color: rgb(196,232,38); }
td.TdClassName
{
border-color: #C4E826;
}
.TagClassName
{
border-color: #C4E826;
}
</style>