Shades of Pear #C9FC2E
Tints of Pear #C9FC2E
RGB
CMYK
RGB Variations
Color information
#C9FC2E (or 0xC9FC2E) is known color: Pear. HEX triplet: C9, FC and 2E. RGB value is (201,252,46). Sum of RGB (Red+Green+Blue) = 201+252+46=499 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.28% from 499); Green value is 252 (98.83% from 255 or 50.50% from 499); Blue value is 46 (18.36% from 255 or 9.22% from 499); Max value from RGB is 252 - color contains mainly: green. Hex color #C9FC2E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C9FC2E is #3603D1. Grayscale: #D6D6D6. Windows color (decimal): -3539922 or 3079369. OLE color: 3079369.
HSL color Cylindrical-coordinate representation of color #C9FC2E: hue angle of 74.85º 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 #C9FC2E is Cyan = 0.20, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 252 | 46 | - |
| CMYK | 0.20 | 0 | 0.82 | 0.01 |
| HSL | 74.85º | 0.97% | 0.58% | - |
| HSV(B) | 74.85º | 0.82% | 0.99% | - |
| XYZ | 59.39 | 82.24 | 15.33 | - |
| YUV | 213.27 | 33.6 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 252 | 46 | 0.20 | 0 | 0.82 | 0.01 | 74.85 | 0.97 | 0.58 |
| Hex | C9 | FC | 2E | 14 | 0 | 52 | 1 | 4B | 61 | 3A |
| Octal | 311 | 374 | 56 | 24 | 0 | 122 | 1 | 113 | 141 | 72 |
| Binary | 11001001 | 11111100 | 101110 | 10100 | 0 | 1010010 | 1 | 1001011 | 1100001 | 111010 |
Color Harmonies of #C9FC2E
Complementary color
Monochromatic Colors of #C9FC2E
Black with #C9FC2E
Text Example
Text Example
White with #C9FC2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9FC2E; }
p { color: rgb(201,252,46); }
H1.HeaderClassName
{
color: #C9FC2E;
}
.AnyTagClassName
{
color: #C9FC2E;
}
</style>
background-color css
<style>
a { background-color: #C9FC2E; }
a { background-color: rgb(201,252,46); }
div.DivClassName
{
background-color: #C9FC2E;
}
.BgClassName
{
background-color: #C9FC2E;
}
</style>
border-color css
<style>
span { border-color: #C9FC2E; }
span { border-color: rgb(201,252,46); }
td.TdClassName
{
border-color: #C9FC2E;
}
.TagClassName
{
border-color: #C9FC2E;
}
</style>