Shades of Pear #C5E62C
Tints of Pear #C5E62C
RGB
CMYK
RGB Variations
Color information
#C5E62C (or 0xC5E62C) is known color: Pear. HEX triplet: C5, E6 and 2C. RGB value is (197,230,44). Sum of RGB (Red+Green+Blue) = 197+230+44=471 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.83% from 471); Green value is 230 (90.23% from 255 or 48.83% from 471); Blue value is 44 (17.58% from 255 or 9.34% from 471); Max value from RGB is 230 - color contains mainly: green. Hex color #C5E62C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C5E62C is #3A19D3. Grayscale: #C7C7C7. Windows color (decimal): -3807700 or 2942661. OLE color: 2942661.
HSL color Cylindrical-coordinate representation of color #C5E62C: hue angle of 70.65º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C5E62C is Cyan = 0.14, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 197 | 230 | 44 | - |
| CMYK | 0.14 | 0 | 0.81 | 0.10 |
| HSL | 70.65º | 0.79% | 0.54% | - |
| HSV(B) | 70.65º | 0.81% | 0.9% | - |
| XYZ | 51.78 | 68.65 | 12.9 | - |
| YUV | 198.93 | 40.57 | 126.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 230 | 44 | 0.14 | 0 | 0.81 | 0.10 | 70.65 | 0.79 | 0.54 |
| Hex | C5 | E6 | 2C | E | 0 | 51 | A | 47 | 4F | 36 |
| Octal | 305 | 346 | 54 | 16 | 0 | 121 | 12 | 107 | 117 | 66 |
| Binary | 11000101 | 11100110 | 101100 | 1110 | 0 | 1010001 | 1010 | 1000111 | 1001111 | 110110 |
Color Harmonies of #C5E62C
Complementary color
Monochromatic Colors of #C5E62C
Black with #C5E62C
Text Example
Text Example
White with #C5E62C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E62C; }
p { color: rgb(197,230,44); }
H1.HeaderClassName
{
color: #C5E62C;
}
.AnyTagClassName
{
color: #C5E62C;
}
</style>
background-color css
<style>
a { background-color: #C5E62C; }
a { background-color: rgb(197,230,44); }
div.DivClassName
{
background-color: #C5E62C;
}
.BgClassName
{
background-color: #C5E62C;
}
</style>
border-color css
<style>
span { border-color: #C5E62C; }
span { border-color: rgb(197,230,44); }
td.TdClassName
{
border-color: #C5E62C;
}
.TagClassName
{
border-color: #C5E62C;
}
</style>