Shades of Pear #C7E325
Tints of Pear #C7E325
RGB
CMYK
RGB Variations
Color information
#C7E325 (or 0xC7E325) is known color: Pear. HEX triplet: C7, E3 and 25. RGB value is (199,227,37). Sum of RGB (Red+Green+Blue) = 199+227+37=463 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.98% from 463); Green value is 227 (89.06% from 255 or 49.03% from 463); Blue value is 37 (14.84% from 255 or 7.99% from 463); Max value from RGB is 227 - color contains mainly: green. Hex color #C7E325 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7E325 is #381CDA. Grayscale: #C5C5C5. Windows color (decimal): -3677403 or 2483143. OLE color: 2483143.
HSL color Cylindrical-coordinate representation of color #C7E325: hue angle of 68.84º degrees, saturation: 0.77, 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 #C7E325 is Cyan = 0.12, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.11.
Color convert
RGB | 199 | 227 | 37 | - |
CMYK | 0.12 | 0 | 0.84 | 0.11 |
HSL | 68.84º | 0.77% | 0.52% | - |
HSV(B) | 68.84º | 0.84% | 0.89% | - |
XYZ | 51.36 | 67.21 | 12.02 | - |
YUV | 196.97 | 37.72 | 129.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 227 | 37 | 0.12 | 0 | 0.84 | 0.11 | 68.84 | 0.77 | 0.52 |
Hex | C7 | E3 | 25 | C | 0 | 54 | B | 45 | 4D | 34 |
Octal | 307 | 343 | 45 | 14 | 0 | 124 | 13 | 105 | 115 | 64 |
Binary | 11000111 | 11100011 | 100101 | 1100 | 0 | 1010100 | 1011 | 1000101 | 1001101 | 110100 |
Color Harmonies of #C7E325
Complementary color
Monochromatic Colors of #C7E325
Black with #C7E325
Text Example
Text Example
White with #C7E325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7E325; }
p { color: rgb(199,227,37); }
H1.HeaderClassName
{
color: #C7E325;
}
.AnyTagClassName
{
color: #C7E325;
}
</style>
background-color css
<style>
a { background-color: #C7E325; }
a { background-color: rgb(199,227,37); }
div.DivClassName
{
background-color: #C7E325;
}
.BgClassName
{
background-color: #C7E325;
}
</style>
border-color css
<style>
span { border-color: #C7E325; }
span { border-color: rgb(199,227,37); }
td.TdClassName
{
border-color: #C7E325;
}
.TagClassName
{
border-color: #C7E325;
}
</style>