Shades of Pear #C7E52D
Tints of Pear #C7E52D
RGB
CMYK
RGB Variations
Color information
#C7E52D (or 0xC7E52D) is known color: Pear. HEX triplet: C7, E5 and 2D. RGB value is (199,229,45). Sum of RGB (Red+Green+Blue) = 199+229+45=473 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.07% from 473); Green value is 229 (89.84% from 255 or 48.41% from 473); Blue value is 45 (17.97% from 255 or 9.51% from 473); Max value from RGB is 229 - color contains mainly: green. Hex color #C7E52D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7E52D is #381AD2. Grayscale: #C7C7C7. Windows color (decimal): -3676883 or 3007943. OLE color: 3007943.
HSL color Cylindrical-coordinate representation of color #C7E52D: hue angle of 69.78º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C7E52D is Cyan = 0.13, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 199 | 229 | 45 | - |
| CMYK | 0.13 | 0 | 0.80 | 0.10 |
| HSL | 69.78º | 0.78% | 0.54% | - |
| HSV(B) | 69.78º | 0.8% | 0.9% | - |
| XYZ | 52.05 | 68.37 | 12.94 | - |
| YUV | 199.05 | 41.06 | 127.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 229 | 45 | 0.13 | 0 | 0.80 | 0.10 | 69.78 | 0.78 | 0.54 |
| Hex | C7 | E5 | 2D | D | 0 | 50 | A | 46 | 4E | 36 |
| Octal | 307 | 345 | 55 | 15 | 0 | 120 | 12 | 106 | 116 | 66 |
| Binary | 11000111 | 11100101 | 101101 | 1101 | 0 | 1010000 | 1010 | 1000110 | 1001110 | 110110 |
Color Harmonies of #C7E52D
Complementary color
Monochromatic Colors of #C7E52D
Black with #C7E52D
Text Example
Text Example
White with #C7E52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7E52D; }
p { color: rgb(199,229,45); }
H1.HeaderClassName
{
color: #C7E52D;
}
.AnyTagClassName
{
color: #C7E52D;
}
</style>
background-color css
<style>
a { background-color: #C7E52D; }
a { background-color: rgb(199,229,45); }
div.DivClassName
{
background-color: #C7E52D;
}
.BgClassName
{
background-color: #C7E52D;
}
</style>
border-color css
<style>
span { border-color: #C7E52D; }
span { border-color: rgb(199,229,45); }
td.TdClassName
{
border-color: #C7E52D;
}
.TagClassName
{
border-color: #C7E52D;
}
</style>