Shades of Pear #C9FC2D
Tints of Pear #C9FC2D
RGB
CMYK
RGB Variations
Color information
#C9FC2D (or 0xC9FC2D) is known color: Pear. HEX triplet: C9, FC and 2D. RGB value is (201,252,45). Sum of RGB (Red+Green+Blue) = 201+252+45=498 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.36% from 498); Green value is 252 (98.83% from 255 or 50.60% from 498); Blue value is 45 (17.97% from 255 or 9.04% from 498); Max value from RGB is 252 - color contains mainly: green. Hex color #C9FC2D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C9FC2D is #3603D2. Grayscale: #D5D5D5. Windows color (decimal): -3539923 or 3013833. OLE color: 3013833.
HSL color Cylindrical-coordinate representation of color #C9FC2D: hue angle of 74.78º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C9FC2D is Cyan = 0.20, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 252 | 45 | - |
| CMYK | 0.20 | 0 | 0.82 | 0.01 |
| HSL | 74.78º | 0.97% | 0.58% | - |
| HSV(B) | 74.78º | 0.82% | 0.99% | - |
| XYZ | 59.37 | 82.23 | 15.22 | - |
| YUV | 213.15 | 33.1 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 252 | 45 | 0.20 | 0 | 0.82 | 0.01 | 74.78 | 0.97 | 0.58 |
| Hex | C9 | FC | 2D | 14 | 0 | 52 | 1 | 4B | 61 | 3A |
| Octal | 311 | 374 | 55 | 24 | 0 | 122 | 1 | 113 | 141 | 72 |
| Binary | 11001001 | 11111100 | 101101 | 10100 | 0 | 1010010 | 1 | 1001011 | 1100001 | 111010 |
Color Harmonies of #C9FC2D
Complementary color
Monochromatic Colors of #C9FC2D
Black with #C9FC2D
Text Example
Text Example
White with #C9FC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9FC2D; }
p { color: rgb(201,252,45); }
H1.HeaderClassName
{
color: #C9FC2D;
}
.AnyTagClassName
{
color: #C9FC2D;
}
</style>
background-color css
<style>
a { background-color: #C9FC2D; }
a { background-color: rgb(201,252,45); }
div.DivClassName
{
background-color: #C9FC2D;
}
.BgClassName
{
background-color: #C9FC2D;
}
</style>
border-color css
<style>
span { border-color: #C9FC2D; }
span { border-color: rgb(201,252,45); }
td.TdClassName
{
border-color: #C9FC2D;
}
.TagClassName
{
border-color: #C9FC2D;
}
</style>