Shades of Pear #C9EC3F
Tints of Pear #C9EC3F
RGB
CMYK
RGB Variations
Color information
#C9EC3F (or 0xC9EC3F) is known color: Pear. HEX triplet: C9, EC and 3F. RGB value is (201,236,63). Sum of RGB (Red+Green+Blue) = 201+236+63=500 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.2% from 500); Green value is 236 (92.58% from 255 or 47.2% from 500); Blue value is 63 (25% from 255 or 12.6% from 500); Max value from RGB is 236 - color contains mainly: green. Hex color #C9EC3F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C9EC3F is #3613C0. Grayscale: #CECECE. Windows color (decimal): -3544001 or 4189385. OLE color: 4189385.
HSL color Cylindrical-coordinate representation of color #C9EC3F: hue angle of 72.14º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C9EC3F is Cyan = 0.15, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 236 | 63 | - |
| CMYK | 0.15 | 0 | 0.73 | 0.07 |
| HSL | 72.14º | 0.82% | 0.59% | - |
| HSV(B) | 72.14º | 0.73% | 0.93% | - |
| XYZ | 54.98 | 72.77 | 15.85 | - |
| YUV | 205.81 | 47.4 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 236 | 63 | 0.15 | 0 | 0.73 | 0.07 | 72.14 | 0.82 | 0.59 |
| Hex | C9 | EC | 3F | F | 0 | 49 | 7 | 48 | 52 | 3B |
| Octal | 311 | 354 | 77 | 17 | 0 | 111 | 7 | 110 | 122 | 73 |
| Binary | 11001001 | 11101100 | 111111 | 1111 | 0 | 1001001 | 111 | 1001000 | 1010010 | 111011 |
Color Harmonies of #C9EC3F
Complementary color
Monochromatic Colors of #C9EC3F
Black with #C9EC3F
Text Example
Text Example
White with #C9EC3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9EC3F; }
p { color: rgb(201,236,63); }
H1.HeaderClassName
{
color: #C9EC3F;
}
.AnyTagClassName
{
color: #C9EC3F;
}
</style>
background-color css
<style>
a { background-color: #C9EC3F; }
a { background-color: rgb(201,236,63); }
div.DivClassName
{
background-color: #C9EC3F;
}
.BgClassName
{
background-color: #C9EC3F;
}
</style>
border-color css
<style>
span { border-color: #C9EC3F; }
span { border-color: rgb(201,236,63); }
td.TdClassName
{
border-color: #C9EC3F;
}
.TagClassName
{
border-color: #C9EC3F;
}
</style>