Shades of Pear #C5E42B
Tints of Pear #C5E42B
RGB
CMYK
RGB Variations
Color information
#C5E42B (or 0xC5E42B) is known color: Pear. HEX triplet: C5, E4 and 2B. RGB value is (197,228,43). Sum of RGB (Red+Green+Blue) = 197+228+43=468 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.09% from 468); Green value is 228 (89.45% from 255 or 48.72% from 468); Blue value is 43 (17.19% from 255 or 9.19% from 468); Max value from RGB is 228 - color contains mainly: green. Hex color #C5E42B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5E42B is #3A1BD4. Grayscale: #C6C6C6. Windows color (decimal): -3808213 or 2876613. OLE color: 2876613.
HSL color Cylindrical-coordinate representation of color #C5E42B: hue angle of 70.05º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C5E42B is Cyan = 0.14, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 197 | 228 | 43 | - |
| CMYK | 0.14 | 0 | 0.81 | 0.11 |
| HSL | 70.05º | 0.77% | 0.53% | - |
| HSV(B) | 70.05º | 0.81% | 0.89% | - |
| XYZ | 51.21 | 67.53 | 12.62 | - |
| YUV | 197.64 | 40.73 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 228 | 43 | 0.14 | 0 | 0.81 | 0.11 | 70.05 | 0.77 | 0.53 |
| Hex | C5 | E4 | 2B | E | 0 | 51 | B | 46 | 4D | 35 |
| Octal | 305 | 344 | 53 | 16 | 0 | 121 | 13 | 106 | 115 | 65 |
| Binary | 11000101 | 11100100 | 101011 | 1110 | 0 | 1010001 | 1011 | 1000110 | 1001101 | 110101 |
Color Harmonies of #C5E42B
Complementary color
Monochromatic Colors of #C5E42B
Black with #C5E42B
Text Example
Text Example
White with #C5E42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E42B; }
p { color: rgb(197,228,43); }
H1.HeaderClassName
{
color: #C5E42B;
}
.AnyTagClassName
{
color: #C5E42B;
}
</style>
background-color css
<style>
a { background-color: #C5E42B; }
a { background-color: rgb(197,228,43); }
div.DivClassName
{
background-color: #C5E42B;
}
.BgClassName
{
background-color: #C5E42B;
}
</style>
border-color css
<style>
span { border-color: #C5E42B; }
span { border-color: rgb(197,228,43); }
td.TdClassName
{
border-color: #C5E42B;
}
.TagClassName
{
border-color: #C5E42B;
}
</style>