Shades of Pear #C8E525
Tints of Pear #C8E525
RGB
CMYK
RGB Variations
Color information
#C8E525 (or 0xC8E525) is known color: Pear. HEX triplet: C8, E5 and 25. RGB value is (200,229,37). Sum of RGB (Red+Green+Blue) = 200+229+37=466 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.92% from 466); Green value is 229 (89.84% from 255 or 49.14% from 466); Blue value is 37 (14.84% from 255 or 7.94% from 466); Max value from RGB is 229 - color contains mainly: green. Hex color #C8E525 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8E525 is #371ADA. Grayscale: #C7C7C7. Windows color (decimal): -3611355 or 2483656. OLE color: 2483656.
HSL color Cylindrical-coordinate representation of color #C8E525: hue angle of 69.06º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C8E525 is Cyan = 0.13, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 200 | 229 | 37 | - |
| CMYK | 0.13 | 0 | 0.84 | 0.10 |
| HSL | 69.06º | 0.79% | 0.52% | - |
| HSV(B) | 69.06º | 0.84% | 0.9% | - |
| XYZ | 52.17 | 68.45 | 12.21 | - |
| YUV | 198.44 | 36.89 | 129.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 229 | 37 | 0.13 | 0 | 0.84 | 0.10 | 69.06 | 0.79 | 0.52 |
| Hex | C8 | E5 | 25 | D | 0 | 54 | A | 45 | 4F | 34 |
| Octal | 310 | 345 | 45 | 15 | 0 | 124 | 12 | 105 | 117 | 64 |
| Binary | 11001000 | 11100101 | 100101 | 1101 | 0 | 1010100 | 1010 | 1000101 | 1001111 | 110100 |
Color Harmonies of #C8E525
Complementary color
Monochromatic Colors of #C8E525
Black with #C8E525
Text Example
Text Example
White with #C8E525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E525; }
p { color: rgb(200,229,37); }
H1.HeaderClassName
{
color: #C8E525;
}
.AnyTagClassName
{
color: #C8E525;
}
</style>
background-color css
<style>
a { background-color: #C8E525; }
a { background-color: rgb(200,229,37); }
div.DivClassName
{
background-color: #C8E525;
}
.BgClassName
{
background-color: #C8E525;
}
</style>
border-color css
<style>
span { border-color: #C8E525; }
span { border-color: rgb(200,229,37); }
td.TdClassName
{
border-color: #C8E525;
}
.TagClassName
{
border-color: #C8E525;
}
</style>