Shades of Pear #C8E528
Tints of Pear #C8E528
RGB
CMYK
RGB Variations
Color information
#C8E528 (or 0xC8E528) is known color: Pear. HEX triplet: C8, E5 and 28. RGB value is (200,229,40). Sum of RGB (Red+Green+Blue) = 200+229+40=469 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.64% from 469); Green value is 229 (89.84% from 255 or 48.83% from 469); Blue value is 40 (16.02% from 255 or 8.53% from 469); Max value from RGB is 229 - color contains mainly: green. Hex color #C8E528 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8E528 is #371AD7. Grayscale: #C7C7C7. Windows color (decimal): -3611352 or 2680264. OLE color: 2680264.
HSL color Cylindrical-coordinate representation of color #C8E528: hue angle of 69.21º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C8E528 is Cyan = 0.13, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 200 | 229 | 40 | - |
| CMYK | 0.13 | 0 | 0.83 | 0.10 |
| HSL | 69.21º | 0.78% | 0.53% | - |
| HSV(B) | 69.21º | 0.83% | 0.9% | - |
| XYZ | 52.22 | 68.47 | 12.47 | - |
| YUV | 198.78 | 38.39 | 128.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 229 | 40 | 0.13 | 0 | 0.83 | 0.10 | 69.21 | 0.78 | 0.53 |
| Hex | C8 | E5 | 28 | D | 0 | 53 | A | 45 | 4E | 35 |
| Octal | 310 | 345 | 50 | 15 | 0 | 123 | 12 | 105 | 116 | 65 |
| Binary | 11001000 | 11100101 | 101000 | 1101 | 0 | 1010011 | 1010 | 1000101 | 1001110 | 110101 |
Color Harmonies of #C8E528
Complementary color
Monochromatic Colors of #C8E528
Black with #C8E528
Text Example
Text Example
White with #C8E528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E528; }
p { color: rgb(200,229,40); }
H1.HeaderClassName
{
color: #C8E528;
}
.AnyTagClassName
{
color: #C8E528;
}
</style>
background-color css
<style>
a { background-color: #C8E528; }
a { background-color: rgb(200,229,40); }
div.DivClassName
{
background-color: #C8E528;
}
.BgClassName
{
background-color: #C8E528;
}
</style>
border-color css
<style>
span { border-color: #C8E528; }
span { border-color: rgb(200,229,40); }
td.TdClassName
{
border-color: #C8E528;
}
.TagClassName
{
border-color: #C8E528;
}
</style>