Shades of Pear #C9E92A
Tints of Pear #C9E92A
RGB
CMYK
RGB Variations
Color information
#C9E92A (or 0xC9E92A) is known color: Pear. HEX triplet: C9, E9 and 2A. RGB value is (201,233,42). Sum of RGB (Red+Green+Blue) = 201+233+42=476 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.23% from 476); Green value is 233 (91.41% from 255 or 48.95% from 476); Blue value is 42 (16.80% from 255 or 8.82% from 476); Max value from RGB is 233 - color contains mainly: green. Hex color #C9E92A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C9E92A is #3616D5. Grayscale: #CACACA. Windows color (decimal): -3544790 or 2812361. OLE color: 2812361.
HSL color Cylindrical-coordinate representation of color #C9E92A: hue angle of 70.05º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C9E92A is Cyan = 0.14, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 201 | 233 | 42 | - |
| CMYK | 0.14 | 0 | 0.82 | 0.09 |
| HSL | 70.05º | 0.81% | 0.54% | - |
| HSV(B) | 70.05º | 0.82% | 0.91% | - |
| XYZ | 53.64 | 70.86 | 13.04 | - |
| YUV | 201.66 | 37.9 | 127.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 233 | 42 | 0.14 | 0 | 0.82 | 0.09 | 70.05 | 0.81 | 0.54 |
| Hex | C9 | E9 | 2A | E | 0 | 52 | 9 | 46 | 51 | 36 |
| Octal | 311 | 351 | 52 | 16 | 0 | 122 | 11 | 106 | 121 | 66 |
| Binary | 11001001 | 11101001 | 101010 | 1110 | 0 | 1010010 | 1001 | 1000110 | 1010001 | 110110 |
Color Harmonies of #C9E92A
Complementary color
Monochromatic Colors of #C9E92A
Black with #C9E92A
Text Example
Text Example
White with #C9E92A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9E92A; }
p { color: rgb(201,233,42); }
H1.HeaderClassName
{
color: #C9E92A;
}
.AnyTagClassName
{
color: #C9E92A;
}
</style>
background-color css
<style>
a { background-color: #C9E92A; }
a { background-color: rgb(201,233,42); }
div.DivClassName
{
background-color: #C9E92A;
}
.BgClassName
{
background-color: #C9E92A;
}
</style>
border-color css
<style>
span { border-color: #C9E92A; }
span { border-color: rgb(201,233,42); }
td.TdClassName
{
border-color: #C9E92A;
}
.TagClassName
{
border-color: #C9E92A;
}
</style>