Shades of Pear #C9E528
Tints of Pear #C9E528
RGB
CMYK
RGB Variations
Color information
#C9E528 (or 0xC9E528) is known color: Pear. HEX triplet: C9, E5 and 28. RGB value is (201,229,40). Sum of RGB (Red+Green+Blue) = 201+229+40=470 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.77% from 470); Green value is 229 (89.84% from 255 or 48.72% from 470); Blue value is 40 (16.02% from 255 or 8.51% from 470); Max value from RGB is 229 - color contains mainly: green. Hex color #C9E528 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9E528 is #361AD7. Grayscale: #C7C7C7. Windows color (decimal): -3545816 or 2680265. OLE color: 2680265.
HSL color Cylindrical-coordinate representation of color #C9E528: hue angle of 68.89º 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 #C9E528 is Cyan = 0.12, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 201 | 229 | 40 | - |
| CMYK | 0.12 | 0 | 0.83 | 0.10 |
| HSL | 68.89º | 0.78% | 0.53% | - |
| HSV(B) | 68.89º | 0.83% | 0.9% | - |
| XYZ | 52.49 | 68.61 | 12.48 | - |
| YUV | 199.08 | 38.22 | 129.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 229 | 40 | 0.12 | 0 | 0.83 | 0.10 | 68.89 | 0.78 | 0.53 |
| Hex | C9 | E5 | 28 | C | 0 | 53 | A | 45 | 4E | 35 |
| Octal | 311 | 345 | 50 | 14 | 0 | 123 | 12 | 105 | 116 | 65 |
| Binary | 11001001 | 11100101 | 101000 | 1100 | 0 | 1010011 | 1010 | 1000101 | 1001110 | 110101 |
Color Harmonies of #C9E528
Complementary color
Monochromatic Colors of #C9E528
Black with #C9E528
Text Example
Text Example
White with #C9E528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9E528; }
p { color: rgb(201,229,40); }
H1.HeaderClassName
{
color: #C9E528;
}
.AnyTagClassName
{
color: #C9E528;
}
</style>
background-color css
<style>
a { background-color: #C9E528; }
a { background-color: rgb(201,229,40); }
div.DivClassName
{
background-color: #C9E528;
}
.BgClassName
{
background-color: #C9E528;
}
</style>
border-color css
<style>
span { border-color: #C9E528; }
span { border-color: rgb(201,229,40); }
td.TdClassName
{
border-color: #C9E528;
}
.TagClassName
{
border-color: #C9E528;
}
</style>