Shades of Pear #C9FC2C
Tints of Pear #C9FC2C
RGB
CMYK
RGB Variations
Color information
#C9FC2C (or 0xC9FC2C) is known color: Pear. HEX triplet: C9, FC and 2C. RGB value is (201,252,44). Sum of RGB (Red+Green+Blue) = 201+252+44=497 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.44% from 497); Green value is 252 (98.83% from 255 or 50.70% from 497); Blue value is 44 (17.58% from 255 or 8.85% from 497); Max value from RGB is 252 - color contains mainly: green. Hex color #C9FC2C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C9FC2C is #3603D3. Grayscale: #D5D5D5. Windows color (decimal): -3539924 or 2948297. OLE color: 2948297.
HSL color Cylindrical-coordinate representation of color #C9FC2C: hue angle of 74.71º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C9FC2C is Cyan = 0.20, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 252 | 44 | - |
| CMYK | 0.20 | 0 | 0.83 | 0.01 |
| HSL | 74.71º | 0.97% | 0.58% | - |
| HSV(B) | 74.71º | 0.83% | 0.99% | - |
| XYZ | 59.35 | 82.22 | 15.12 | - |
| YUV | 213.04 | 32.6 | 119.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 252 | 44 | 0.20 | 0 | 0.83 | 0.01 | 74.71 | 0.97 | 0.58 |
| Hex | C9 | FC | 2C | 14 | 0 | 53 | 1 | 4B | 61 | 3A |
| Octal | 311 | 374 | 54 | 24 | 0 | 123 | 1 | 113 | 141 | 72 |
| Binary | 11001001 | 11111100 | 101100 | 10100 | 0 | 1010011 | 1 | 1001011 | 1100001 | 111010 |
Color Harmonies of #C9FC2C
Complementary color
Monochromatic Colors of #C9FC2C
Black with #C9FC2C
Text Example
Text Example
White with #C9FC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9FC2C; }
p { color: rgb(201,252,44); }
H1.HeaderClassName
{
color: #C9FC2C;
}
.AnyTagClassName
{
color: #C9FC2C;
}
</style>
background-color css
<style>
a { background-color: #C9FC2C; }
a { background-color: rgb(201,252,44); }
div.DivClassName
{
background-color: #C9FC2C;
}
.BgClassName
{
background-color: #C9FC2C;
}
</style>
border-color css
<style>
span { border-color: #C9FC2C; }
span { border-color: rgb(201,252,44); }
td.TdClassName
{
border-color: #C9FC2C;
}
.TagClassName
{
border-color: #C9FC2C;
}
</style>