Shades of Pear #C9FC3C
Tints of Pear #C9FC3C
RGB
CMYK
RGB Variations
Color information
#C9FC3C (or 0xC9FC3C) is known color: Pear. HEX triplet: C9, FC and 3C. RGB value is (201,252,60). Sum of RGB (Red+Green+Blue) = 201+252+60=513 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.18% from 513); Green value is 252 (98.83% from 255 or 49.12% from 513); Blue value is 60 (23.83% from 255 or 11.70% from 513); Max value from RGB is 252 - color contains mainly: green. Hex color #C9FC3C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C9FC3C is #3603C3. Grayscale: #D7D7D7. Windows color (decimal): -3539908 or 3996873. OLE color: 3996873.
HSL color Cylindrical-coordinate representation of color #C9FC3C: hue angle of 75.94º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C9FC3C is Cyan = 0.20, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 252 | 60 | - |
| CMYK | 0.20 | 0 | 0.76 | 0.01 |
| HSL | 75.94º | 0.97% | 0.61% | - |
| HSV(B) | 75.94º | 0.76% | 0.99% | - |
| XYZ | 59.71 | 82.36 | 17.03 | - |
| YUV | 214.86 | 40.6 | 118.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 252 | 60 | 0.20 | 0 | 0.76 | 0.01 | 75.94 | 0.97 | 0.61 |
| Hex | C9 | FC | 3C | 14 | 0 | 4C | 1 | 4C | 61 | 3D |
| Octal | 311 | 374 | 74 | 24 | 0 | 114 | 1 | 114 | 141 | 75 |
| Binary | 11001001 | 11111100 | 111100 | 10100 | 0 | 1001100 | 1 | 1001100 | 1100001 | 111101 |
Color Harmonies of #C9FC3C
Complementary color
Monochromatic Colors of #C9FC3C
Black with #C9FC3C
Text Example
Text Example
White with #C9FC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9FC3C; }
p { color: rgb(201,252,60); }
H1.HeaderClassName
{
color: #C9FC3C;
}
.AnyTagClassName
{
color: #C9FC3C;
}
</style>
background-color css
<style>
a { background-color: #C9FC3C; }
a { background-color: rgb(201,252,60); }
div.DivClassName
{
background-color: #C9FC3C;
}
.BgClassName
{
background-color: #C9FC3C;
}
</style>
border-color css
<style>
span { border-color: #C9FC3C; }
span { border-color: rgb(201,252,60); }
td.TdClassName
{
border-color: #C9FC3C;
}
.TagClassName
{
border-color: #C9FC3C;
}
</style>