Shades of Pear #C9E535
Tints of Pear #C9E535
RGB
CMYK
RGB Variations
Color information
#C9E535 (or 0xC9E535) is known color: Pear. HEX triplet: C9, E5 and 35. RGB value is (201,229,53). Sum of RGB (Red+Green+Blue) = 201+229+53=483 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.61% from 483); Green value is 229 (89.84% from 255 or 47.41% from 483); Blue value is 53 (21.09% from 255 or 10.97% from 483); Max value from RGB is 229 - color contains mainly: green. Hex color #C9E535 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9E535 is #361ACA. Grayscale: #C9C9C9. Windows color (decimal): -3545803 or 3532233. OLE color: 3532233.
HSL color Cylindrical-coordinate representation of color #C9E535: hue angle of 69.55º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C9E535 is Cyan = 0.12, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 201 | 229 | 53 | - |
| CMYK | 0.12 | 0 | 0.77 | 0.10 |
| HSL | 69.55º | 0.77% | 0.55% | - |
| HSV(B) | 69.55º | 0.77% | 0.9% | - |
| XYZ | 52.75 | 68.71 | 13.85 | - |
| YUV | 200.56 | 44.72 | 128.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 229 | 53 | 0.12 | 0 | 0.77 | 0.10 | 69.55 | 0.77 | 0.55 |
| Hex | C9 | E5 | 35 | C | 0 | 4D | A | 46 | 4D | 37 |
| Octal | 311 | 345 | 65 | 14 | 0 | 115 | 12 | 106 | 115 | 67 |
| Binary | 11001001 | 11100101 | 110101 | 1100 | 0 | 1001101 | 1010 | 1000110 | 1001101 | 110111 |
Color Harmonies of #C9E535
Complementary color
Monochromatic Colors of #C9E535
Black with #C9E535
Text Example
Text Example
White with #C9E535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9E535; }
p { color: rgb(201,229,53); }
H1.HeaderClassName
{
color: #C9E535;
}
.AnyTagClassName
{
color: #C9E535;
}
</style>
background-color css
<style>
a { background-color: #C9E535; }
a { background-color: rgb(201,229,53); }
div.DivClassName
{
background-color: #C9E535;
}
.BgClassName
{
background-color: #C9E535;
}
</style>
border-color css
<style>
span { border-color: #C9E535; }
span { border-color: rgb(201,229,53); }
td.TdClassName
{
border-color: #C9E535;
}
.TagClassName
{
border-color: #C9E535;
}
</style>