Shades of Pear #C7E425
Tints of Pear #C7E425
RGB
CMYK
RGB Variations
Color information
#C7E425 (or 0xC7E425) is known color: Pear. HEX triplet: C7, E4 and 25. RGB value is (199,228,37). Sum of RGB (Red+Green+Blue) = 199+228+37=464 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.89% from 464); Green value is 228 (89.45% from 255 or 49.14% from 464); Blue value is 37 (14.84% from 255 or 7.97% from 464); Max value from RGB is 228 - color contains mainly: green. Hex color #C7E425 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7E425 is #381BDA. Grayscale: #C6C6C6. Windows color (decimal): -3677147 or 2483399. OLE color: 2483399.
HSL color Cylindrical-coordinate representation of color #C7E425: hue angle of 69.11º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C7E425 is Cyan = 0.13, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 199 | 228 | 37 | - |
| CMYK | 0.13 | 0 | 0.84 | 0.11 |
| HSL | 69.11º | 0.78% | 0.52% | - |
| HSV(B) | 69.11º | 0.84% | 0.89% | - |
| XYZ | 51.63 | 67.76 | 12.11 | - |
| YUV | 197.56 | 37.39 | 129.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 228 | 37 | 0.13 | 0 | 0.84 | 0.11 | 69.11 | 0.78 | 0.52 |
| Hex | C7 | E4 | 25 | D | 0 | 54 | B | 45 | 4E | 34 |
| Octal | 307 | 344 | 45 | 15 | 0 | 124 | 13 | 105 | 116 | 64 |
| Binary | 11000111 | 11100100 | 100101 | 1101 | 0 | 1010100 | 1011 | 1000101 | 1001110 | 110100 |
Color Harmonies of #C7E425
Complementary color
Monochromatic Colors of #C7E425
Black with #C7E425
Text Example
Text Example
White with #C7E425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7E425; }
p { color: rgb(199,228,37); }
H1.HeaderClassName
{
color: #C7E425;
}
.AnyTagClassName
{
color: #C7E425;
}
</style>
background-color css
<style>
a { background-color: #C7E425; }
a { background-color: rgb(199,228,37); }
div.DivClassName
{
background-color: #C7E425;
}
.BgClassName
{
background-color: #C7E425;
}
</style>
border-color css
<style>
span { border-color: #C7E425; }
span { border-color: rgb(199,228,37); }
td.TdClassName
{
border-color: #C7E425;
}
.TagClassName
{
border-color: #C7E425;
}
</style>