Shades of Pear #C5E62A
Tints of Pear #C5E62A
RGB
CMYK
RGB Variations
Color information
#C5E62A (or 0xC5E62A) is known color: Pear. HEX triplet: C5, E6 and 2A. RGB value is (197,230,42). Sum of RGB (Red+Green+Blue) = 197+230+42=469 (62% of max value = 765). Red value is 197 (77.34% from 255 or 42.00% from 469); Green value is 230 (90.23% from 255 or 49.04% from 469); Blue value is 42 (16.80% from 255 or 8.96% from 469); Max value from RGB is 230 - color contains mainly: green. Hex color #C5E62A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C5E62A is #3A19D5. Grayscale: #C7C7C7. Windows color (decimal): -3807702 or 2811589. OLE color: 2811589.
HSL color Cylindrical-coordinate representation of color #C5E62A: hue angle of 70.53º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C5E62A is Cyan = 0.14, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 197 | 230 | 42 | - |
| CMYK | 0.14 | 0 | 0.82 | 0.10 |
| HSL | 70.53º | 0.79% | 0.53% | - |
| HSV(B) | 70.53º | 0.82% | 0.9% | - |
| XYZ | 51.74 | 68.63 | 12.71 | - |
| YUV | 198.7 | 39.57 | 126.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 230 | 42 | 0.14 | 0 | 0.82 | 0.10 | 70.53 | 0.79 | 0.53 |
| Hex | C5 | E6 | 2A | E | 0 | 52 | A | 47 | 4F | 35 |
| Octal | 305 | 346 | 52 | 16 | 0 | 122 | 12 | 107 | 117 | 65 |
| Binary | 11000101 | 11100110 | 101010 | 1110 | 0 | 1010010 | 1010 | 1000111 | 1001111 | 110101 |
Color Harmonies of #C5E62A
Complementary color
Monochromatic Colors of #C5E62A
Black with #C5E62A
Text Example
Text Example
White with #C5E62A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E62A; }
p { color: rgb(197,230,42); }
H1.HeaderClassName
{
color: #C5E62A;
}
.AnyTagClassName
{
color: #C5E62A;
}
</style>
background-color css
<style>
a { background-color: #C5E62A; }
a { background-color: rgb(197,230,42); }
div.DivClassName
{
background-color: #C5E62A;
}
.BgClassName
{
background-color: #C5E62A;
}
</style>
border-color css
<style>
span { border-color: #C5E62A; }
span { border-color: rgb(197,230,42); }
td.TdClassName
{
border-color: #C5E62A;
}
.TagClassName
{
border-color: #C5E62A;
}
</style>