Shades of Pear #C7E52B
Tints of Pear #C7E52B
RGB
CMYK
RGB Variations
Color information
#C7E52B (or 0xC7E52B) is known color: Pear. HEX triplet: C7, E5 and 2B. RGB value is (199,229,43). Sum of RGB (Red+Green+Blue) = 199+229+43=471 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.25% from 471); Green value is 229 (89.84% from 255 or 48.62% from 471); Blue value is 43 (17.19% from 255 or 9.13% from 471); Max value from RGB is 229 - color contains mainly: green. Hex color #C7E52B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7E52B is #381AD4. Grayscale: #C7C7C7. Windows color (decimal): -3676885 or 2876871. OLE color: 2876871.
HSL color Cylindrical-coordinate representation of color #C7E52B: hue angle of 69.68º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C7E52B is Cyan = 0.13, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 199 | 229 | 43 | - |
| CMYK | 0.13 | 0 | 0.81 | 0.10 |
| HSL | 69.68º | 0.78% | 0.53% | - |
| HSV(B) | 69.68º | 0.81% | 0.9% | - |
| XYZ | 52.01 | 68.36 | 12.74 | - |
| YUV | 198.83 | 40.06 | 128.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 229 | 43 | 0.13 | 0 | 0.81 | 0.10 | 69.68 | 0.78 | 0.53 |
| Hex | C7 | E5 | 2B | D | 0 | 51 | A | 46 | 4E | 35 |
| Octal | 307 | 345 | 53 | 15 | 0 | 121 | 12 | 106 | 116 | 65 |
| Binary | 11000111 | 11100101 | 101011 | 1101 | 0 | 1010001 | 1010 | 1000110 | 1001110 | 110101 |
Color Harmonies of #C7E52B
Complementary color
Monochromatic Colors of #C7E52B
Black with #C7E52B
Text Example
Text Example
White with #C7E52B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7E52B; }
p { color: rgb(199,229,43); }
H1.HeaderClassName
{
color: #C7E52B;
}
.AnyTagClassName
{
color: #C7E52B;
}
</style>
background-color css
<style>
a { background-color: #C7E52B; }
a { background-color: rgb(199,229,43); }
div.DivClassName
{
background-color: #C7E52B;
}
.BgClassName
{
background-color: #C7E52B;
}
</style>
border-color css
<style>
span { border-color: #C7E52B; }
span { border-color: rgb(199,229,43); }
td.TdClassName
{
border-color: #C7E52B;
}
.TagClassName
{
border-color: #C7E52B;
}
</style>