Shades of Pear #C7E421
Tints of Pear #C7E421
RGB
CMYK
RGB Variations
Color information
#C7E421 (or 0xC7E421) is known color: Pear. HEX triplet: C7, E4 and 21. RGB value is (199,228,33). Sum of RGB (Red+Green+Blue) = 199+228+33=460 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.26% from 460); Green value is 228 (89.45% from 255 or 49.57% from 460); Blue value is 33 (13.28% from 255 or 7.17% from 460); Max value from RGB is 228 - color contains mainly: green. Hex color #C7E421 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7E421 is #381BDE. Grayscale: #C5C5C5. Windows color (decimal): -3677151 or 2221255. OLE color: 2221255.
HSL color Cylindrical-coordinate representation of color #C7E421: hue angle of 68.92º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C7E421 is Cyan = 0.13, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 199 | 228 | 33 | - |
| CMYK | 0.13 | 0 | 0.86 | 0.11 |
| HSL | 68.92º | 0.78% | 0.51% | - |
| HSV(B) | 68.92º | 0.86% | 0.89% | - |
| XYZ | 51.57 | 67.74 | 11.8 | - |
| YUV | 197.1 | 35.39 | 129.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 228 | 33 | 0.13 | 0 | 0.86 | 0.11 | 68.92 | 0.78 | 0.51 |
| Hex | C7 | E4 | 21 | D | 0 | 56 | B | 45 | 4E | 33 |
| Octal | 307 | 344 | 41 | 15 | 0 | 126 | 13 | 105 | 116 | 63 |
| Binary | 11000111 | 11100100 | 100001 | 1101 | 0 | 1010110 | 1011 | 1000101 | 1001110 | 110011 |
Color Harmonies of #C7E421
Complementary color
Monochromatic Colors of #C7E421
Black with #C7E421
Text Example
Text Example
White with #C7E421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7E421; }
p { color: rgb(199,228,33); }
H1.HeaderClassName
{
color: #C7E421;
}
.AnyTagClassName
{
color: #C7E421;
}
</style>
background-color css
<style>
a { background-color: #C7E421; }
a { background-color: rgb(199,228,33); }
div.DivClassName
{
background-color: #C7E421;
}
.BgClassName
{
background-color: #C7E421;
}
</style>
border-color css
<style>
span { border-color: #C7E421; }
span { border-color: rgb(199,228,33); }
td.TdClassName
{
border-color: #C7E421;
}
.TagClassName
{
border-color: #C7E421;
}
</style>