Shades of Pear #C9ED22
Tints of Pear #C9ED22
RGB
CMYK
RGB Variations
Color information
#C9ED22 (or 0xC9ED22) is known color: Pear. HEX triplet: C9, ED and 22. RGB value is (201,237,34). Sum of RGB (Red+Green+Blue) = 201+237+34=472 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.58% from 472); Green value is 237 (92.97% from 255 or 50.21% from 472); Blue value is 34 (13.67% from 255 or 7.20% from 472); Max value from RGB is 237 - color contains mainly: green. Hex color #C9ED22 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C9ED22 is #3612DD. Grayscale: #CBCBCB. Windows color (decimal): -3543774 or 2289097. OLE color: 2289097.
HSL color Cylindrical-coordinate representation of color #C9ED22: hue angle of 70.64º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C9ED22 is Cyan = 0.15, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 237 | 34 | - |
| CMYK | 0.15 | 0 | 0.86 | 0.07 |
| HSL | 70.64º | 0.85% | 0.53% | - |
| HSV(B) | 70.64º | 0.86% | 0.93% | - |
| XYZ | 54.66 | 73.1 | 12.74 | - |
| YUV | 203.09 | 32.57 | 126.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 237 | 34 | 0.15 | 0 | 0.86 | 0.07 | 70.64 | 0.85 | 0.53 |
| Hex | C9 | ED | 22 | F | 0 | 56 | 7 | 47 | 55 | 35 |
| Octal | 311 | 355 | 42 | 17 | 0 | 126 | 7 | 107 | 125 | 65 |
| Binary | 11001001 | 11101101 | 100010 | 1111 | 0 | 1010110 | 111 | 1000111 | 1010101 | 110101 |
Color Harmonies of #C9ED22
Complementary color
Monochromatic Colors of #C9ED22
Black with #C9ED22
Text Example
Text Example
White with #C9ED22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9ED22; }
p { color: rgb(201,237,34); }
H1.HeaderClassName
{
color: #C9ED22;
}
.AnyTagClassName
{
color: #C9ED22;
}
</style>
background-color css
<style>
a { background-color: #C9ED22; }
a { background-color: rgb(201,237,34); }
div.DivClassName
{
background-color: #C9ED22;
}
.BgClassName
{
background-color: #C9ED22;
}
</style>
border-color css
<style>
span { border-color: #C9ED22; }
span { border-color: rgb(201,237,34); }
td.TdClassName
{
border-color: #C9ED22;
}
.TagClassName
{
border-color: #C9ED22;
}
</style>