Shades of Pear #C9F022
Tints of Pear #C9F022
RGB
CMYK
RGB Variations
Color information
#C9F022 (or 0xC9F022) is known color: Pear. HEX triplet: C9, F0 and 22. RGB value is (201,240,34). Sum of RGB (Red+Green+Blue) = 201+240+34=475 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.32% from 475); Green value is 240 (94.14% from 255 or 50.53% from 475); Blue value is 34 (13.67% from 255 or 7.16% from 475); Max value from RGB is 240 - color contains mainly: green. Hex color #C9F022 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C9F022 is #360FDD. Grayscale: #CDCDCD. Windows color (decimal): -3543006 or 2289865. OLE color: 2289865.
HSL color Cylindrical-coordinate representation of color #C9F022: hue angle of 71.36º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C9F022 is Cyan = 0.16, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 201 | 240 | 34 | - |
| CMYK | 0.16 | 0 | 0.86 | 0.06 |
| HSL | 71.36º | 0.87% | 0.54% | - |
| HSV(B) | 71.36º | 0.86% | 0.94% | - |
| XYZ | 55.54 | 74.85 | 13.03 | - |
| YUV | 204.86 | 31.58 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 240 | 34 | 0.16 | 0 | 0.86 | 0.06 | 71.36 | 0.87 | 0.54 |
| Hex | C9 | F0 | 22 | 10 | 0 | 56 | 6 | 47 | 57 | 36 |
| Octal | 311 | 360 | 42 | 20 | 0 | 126 | 6 | 107 | 127 | 66 |
| Binary | 11001001 | 11110000 | 100010 | 10000 | 0 | 1010110 | 110 | 1000111 | 1010111 | 110110 |
Color Harmonies of #C9F022
Complementary color
Monochromatic Colors of #C9F022
Black with #C9F022
Text Example
Text Example
White with #C9F022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9F022; }
p { color: rgb(201,240,34); }
H1.HeaderClassName
{
color: #C9F022;
}
.AnyTagClassName
{
color: #C9F022;
}
</style>
background-color css
<style>
a { background-color: #C9F022; }
a { background-color: rgb(201,240,34); }
div.DivClassName
{
background-color: #C9F022;
}
.BgClassName
{
background-color: #C9F022;
}
</style>
border-color css
<style>
span { border-color: #C9F022; }
span { border-color: rgb(201,240,34); }
td.TdClassName
{
border-color: #C9F022;
}
.TagClassName
{
border-color: #C9F022;
}
</style>