Shades of Pear #C9E82A
Tints of Pear #C9E82A
RGB
CMYK
RGB Variations
Color information
#C9E82A (or 0xC9E82A) is known color: Pear. HEX triplet: C9, E8 and 2A. RGB value is (201,232,42). Sum of RGB (Red+Green+Blue) = 201+232+42=475 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.32% from 475); Green value is 232 (91.02% from 255 or 48.84% from 475); Blue value is 42 (16.80% from 255 or 8.84% from 475); Max value from RGB is 232 - color contains mainly: green. Hex color #C9E82A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C9E82A is #3617D5. Grayscale: #C9C9C9. Windows color (decimal): -3545046 or 2812105. OLE color: 2812105.
HSL color Cylindrical-coordinate representation of color #C9E82A: hue angle of 69.79º 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 #C9E82A is Cyan = 0.13, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
RGB | 201 | 232 | 42 | - |
CMYK | 0.13 | 0 | 0.82 | 0.09 |
HSL | 69.79º | 0.81% | 0.54% | - |
HSV(B) | 69.79º | 0.82% | 0.91% | - |
XYZ | 53.36 | 70.3 | 12.95 | - |
YUV | 201.07 | 38.23 | 127.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 232 | 42 | 0.13 | 0 | 0.82 | 0.09 | 69.79 | 0.81 | 0.54 |
Hex | C9 | E8 | 2A | D | 0 | 52 | 9 | 46 | 51 | 36 |
Octal | 311 | 350 | 52 | 15 | 0 | 122 | 11 | 106 | 121 | 66 |
Binary | 11001001 | 11101000 | 101010 | 1101 | 0 | 1010010 | 1001 | 1000110 | 1010001 | 110110 |
Color Harmonies of #C9E82A
Complementary color
Monochromatic Colors of #C9E82A
Black with #C9E82A
Text Example
Text Example
White with #C9E82A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9E82A; }
p { color: rgb(201,232,42); }
H1.HeaderClassName
{
color: #C9E82A;
}
.AnyTagClassName
{
color: #C9E82A;
}
</style>
background-color css
<style>
a { background-color: #C9E82A; }
a { background-color: rgb(201,232,42); }
div.DivClassName
{
background-color: #C9E82A;
}
.BgClassName
{
background-color: #C9E82A;
}
</style>
border-color css
<style>
span { border-color: #C9E82A; }
span { border-color: rgb(201,232,42); }
td.TdClassName
{
border-color: #C9E82A;
}
.TagClassName
{
border-color: #C9E82A;
}
</style>