Shades of Pear #C7E51C
Tints of Pear #C7E51C
RGB
CMYK
RGB Variations
Color information
#C7E51C (or 0xC7E51C) is known color: Pear. HEX triplet: C7, E5 and 1C. RGB value is (199,229,28). Sum of RGB (Red+Green+Blue) = 199+229+28=456 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.64% from 456); Green value is 229 (89.84% from 255 or 50.22% from 456); Blue value is 28 (11.33% from 255 or 6.14% from 456); Max value from RGB is 229 - color contains mainly: green. Hex color #C7E51C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7E51C is #381AE3. Grayscale: #C5C5C5. Windows color (decimal): -3676900 or 1893831. OLE color: 1893831.
HSL color Cylindrical-coordinate representation of color #C7E51C: hue angle of 68.96º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C7E51C is Cyan = 0.13, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 199 | 229 | 28 | - |
| CMYK | 0.13 | 0 | 0.88 | 0.10 |
| HSL | 68.96º | 0.79% | 0.5% | - |
| HSV(B) | 68.96º | 0.88% | 0.9% | - |
| XYZ | 51.78 | 68.26 | 11.55 | - |
| YUV | 197.12 | 32.56 | 129.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 229 | 28 | 0.13 | 0 | 0.88 | 0.10 | 68.96 | 0.79 | 0.5 |
| Hex | C7 | E5 | 1C | D | 0 | 58 | A | 45 | 4F | 32 |
| Octal | 307 | 345 | 34 | 15 | 0 | 130 | 12 | 105 | 117 | 62 |
| Binary | 11000111 | 11100101 | 11100 | 1101 | 0 | 1011000 | 1010 | 1000101 | 1001111 | 110010 |
Color Harmonies of #C7E51C
Complementary color
Monochromatic Colors of #C7E51C
Black with #C7E51C
Text Example
Text Example
White with #C7E51C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7E51C; }
p { color: rgb(199,229,28); }
H1.HeaderClassName
{
color: #C7E51C;
}
.AnyTagClassName
{
color: #C7E51C;
}
</style>
background-color css
<style>
a { background-color: #C7E51C; }
a { background-color: rgb(199,229,28); }
div.DivClassName
{
background-color: #C7E51C;
}
.BgClassName
{
background-color: #C7E51C;
}
</style>
border-color css
<style>
span { border-color: #C7E51C; }
span { border-color: rgb(199,229,28); }
td.TdClassName
{
border-color: #C7E51C;
}
.TagClassName
{
border-color: #C7E51C;
}
</style>