Shades of Pear #C7E61E
Tints of Pear #C7E61E
RGB
CMYK
RGB Variations
Color information
#C7E61E (or 0xC7E61E) is known color: Pear. HEX triplet: C7, E6 and 1E. RGB value is (199,230,30). Sum of RGB (Red+Green+Blue) = 199+230+30=459 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.36% from 459); Green value is 230 (90.23% from 255 or 50.11% from 459); Blue value is 30 (12.11% from 255 or 6.54% from 459); Max value from RGB is 230 - color contains mainly: green. Hex color #C7E61E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C7E61E is #3819E1. Grayscale: #C6C6C6. Windows color (decimal): -3676642 or 2025159. OLE color: 2025159.
HSL color Cylindrical-coordinate representation of color #C7E61E: hue angle of 69.3º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C7E61E is Cyan = 0.13, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 199 | 230 | 30 | - |
| CMYK | 0.13 | 0 | 0.87 | 0.10 |
| HSL | 69.3º | 0.8% | 0.51% | - |
| HSV(B) | 69.3º | 0.87% | 0.9% | - |
| XYZ | 52.08 | 68.83 | 11.77 | - |
| YUV | 197.93 | 33.23 | 128.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 230 | 30 | 0.13 | 0 | 0.87 | 0.10 | 69.3 | 0.8 | 0.51 |
| Hex | C7 | E6 | 1E | D | 0 | 57 | A | 45 | 50 | 33 |
| Octal | 307 | 346 | 36 | 15 | 0 | 127 | 12 | 105 | 120 | 63 |
| Binary | 11000111 | 11100110 | 11110 | 1101 | 0 | 1010111 | 1010 | 1000101 | 1010000 | 110011 |
Color Harmonies of #C7E61E
Complementary color
Monochromatic Colors of #C7E61E
Black with #C7E61E
Text Example
Text Example
White with #C7E61E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7E61E; }
p { color: rgb(199,230,30); }
H1.HeaderClassName
{
color: #C7E61E;
}
.AnyTagClassName
{
color: #C7E61E;
}
</style>
background-color css
<style>
a { background-color: #C7E61E; }
a { background-color: rgb(199,230,30); }
div.DivClassName
{
background-color: #C7E61E;
}
.BgClassName
{
background-color: #C7E61E;
}
</style>
border-color css
<style>
span { border-color: #C7E61E; }
span { border-color: rgb(199,230,30); }
td.TdClassName
{
border-color: #C7E61E;
}
.TagClassName
{
border-color: #C7E61E;
}
</style>