Shades of Pear #C9E526
Tints of Pear #C9E526
RGB
CMYK
RGB Variations
Color information
#C9E526 (or 0xC9E526) is known color: Pear. HEX triplet: C9, E5 and 26. RGB value is (201,229,38). Sum of RGB (Red+Green+Blue) = 201+229+38=468 (61% of max value = 765). Red value is 201 (78.91% from 255 or 42.95% from 468); Green value is 229 (89.84% from 255 or 48.93% from 468); Blue value is 38 (15.23% from 255 or 8.12% from 468); Max value from RGB is 229 - color contains mainly: green. Hex color #C9E526 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9E526 is #361AD9. Grayscale: #C7C7C7. Windows color (decimal): -3545818 or 2549193. OLE color: 2549193.
HSL color Cylindrical-coordinate representation of color #C9E526: hue angle of 68.8º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C9E526 is Cyan = 0.12, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 201 | 229 | 38 | - |
| CMYK | 0.12 | 0 | 0.83 | 0.10 |
| HSL | 68.8º | 0.79% | 0.52% | - |
| HSV(B) | 68.8º | 0.83% | 0.9% | - |
| XYZ | 52.46 | 68.6 | 12.31 | - |
| YUV | 198.85 | 37.22 | 129.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 229 | 38 | 0.12 | 0 | 0.83 | 0.10 | 68.8 | 0.79 | 0.52 |
| Hex | C9 | E5 | 26 | C | 0 | 53 | A | 45 | 4F | 34 |
| Octal | 311 | 345 | 46 | 14 | 0 | 123 | 12 | 105 | 117 | 64 |
| Binary | 11001001 | 11100101 | 100110 | 1100 | 0 | 1010011 | 1010 | 1000101 | 1001111 | 110100 |
Color Harmonies of #C9E526
Complementary color
Monochromatic Colors of #C9E526
Black with #C9E526
Text Example
Text Example
White with #C9E526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9E526; }
p { color: rgb(201,229,38); }
H1.HeaderClassName
{
color: #C9E526;
}
.AnyTagClassName
{
color: #C9E526;
}
</style>
background-color css
<style>
a { background-color: #C9E526; }
a { background-color: rgb(201,229,38); }
div.DivClassName
{
background-color: #C9E526;
}
.BgClassName
{
background-color: #C9E526;
}
</style>
border-color css
<style>
span { border-color: #C9E526; }
span { border-color: rgb(201,229,38); }
td.TdClassName
{
border-color: #C9E526;
}
.TagClassName
{
border-color: #C9E526;
}
</style>