Shades of Pear #C7E41F
Tints of Pear #C7E41F
RGB
CMYK
RGB Variations
Color information
#C7E41F (or 0xC7E41F) is known color: Pear. HEX triplet: C7, E4 and 1F. RGB value is (199,228,31). Sum of RGB (Red+Green+Blue) = 199+228+31=458 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.45% from 458); Green value is 228 (89.45% from 255 or 49.78% from 458); Blue value is 31 (12.5% from 255 or 6.77% from 458); Max value from RGB is 228 - color contains mainly: green. Hex color #C7E41F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7E41F is #381BE0. Grayscale: #C5C5C5. Windows color (decimal): -3677153 or 2090183. OLE color: 2090183.
HSL color Cylindrical-coordinate representation of color #C7E41F: hue angle of 68.83º 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 #C7E41F is Cyan = 0.13, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 199 | 228 | 31 | - |
| CMYK | 0.13 | 0 | 0.86 | 0.11 |
| HSL | 68.83º | 0.78% | 0.51% | - |
| HSV(B) | 68.83º | 0.86% | 0.89% | - |
| XYZ | 51.54 | 67.73 | 11.65 | - |
| YUV | 196.87 | 34.39 | 129.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 228 | 31 | 0.13 | 0 | 0.86 | 0.11 | 68.83 | 0.78 | 0.51 |
| Hex | C7 | E4 | 1F | D | 0 | 56 | B | 45 | 4E | 33 |
| Octal | 307 | 344 | 37 | 15 | 0 | 126 | 13 | 105 | 116 | 63 |
| Binary | 11000111 | 11100100 | 11111 | 1101 | 0 | 1010110 | 1011 | 1000101 | 1001110 | 110011 |
Color Harmonies of #C7E41F
Complementary color
Monochromatic Colors of #C7E41F
Black with #C7E41F
Text Example
Text Example
White with #C7E41F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7E41F; }
p { color: rgb(199,228,31); }
H1.HeaderClassName
{
color: #C7E41F;
}
.AnyTagClassName
{
color: #C7E41F;
}
</style>
background-color css
<style>
a { background-color: #C7E41F; }
a { background-color: rgb(199,228,31); }
div.DivClassName
{
background-color: #C7E41F;
}
.BgClassName
{
background-color: #C7E41F;
}
</style>
border-color css
<style>
span { border-color: #C7E41F; }
span { border-color: rgb(199,228,31); }
td.TdClassName
{
border-color: #C7E41F;
}
.TagClassName
{
border-color: #C7E41F;
}
</style>