Shades of Pear #C9F42E
Tints of Pear #C9F42E
RGB
CMYK
RGB Variations
Color information
#C9F42E (or 0xC9F42E) is known color: Pear. HEX triplet: C9, F4 and 2E. RGB value is (201,244,46). Sum of RGB (Red+Green+Blue) = 201+244+46=491 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.94% from 491); Green value is 244 (95.70% from 255 or 49.69% from 491); Blue value is 46 (18.36% from 255 or 9.37% from 491); Max value from RGB is 244 - color contains mainly: green. Hex color #C9F42E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C9F42E is #360BD1. Grayscale: #D1D1D1. Windows color (decimal): -3541970 or 3077321. OLE color: 3077321.
HSL color Cylindrical-coordinate representation of color #C9F42E: hue angle of 73.03º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C9F42E is Cyan = 0.18, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 201 | 244 | 46 | - |
| CMYK | 0.18 | 0 | 0.81 | 0.04 |
| HSL | 73.03º | 0.9% | 0.57% | - |
| HSV(B) | 73.03º | 0.81% | 0.96% | - |
| XYZ | 56.93 | 77.32 | 14.51 | - |
| YUV | 208.57 | 36.25 | 122.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 244 | 46 | 0.18 | 0 | 0.81 | 0.04 | 73.03 | 0.9 | 0.57 |
| Hex | C9 | F4 | 2E | 12 | 0 | 51 | 4 | 49 | 5A | 39 |
| Octal | 311 | 364 | 56 | 22 | 0 | 121 | 4 | 111 | 132 | 71 |
| Binary | 11001001 | 11110100 | 101110 | 10010 | 0 | 1010001 | 100 | 1001001 | 1011010 | 111001 |
Color Harmonies of #C9F42E
Complementary color
Monochromatic Colors of #C9F42E
Black with #C9F42E
Text Example
Text Example
White with #C9F42E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9F42E; }
p { color: rgb(201,244,46); }
H1.HeaderClassName
{
color: #C9F42E;
}
.AnyTagClassName
{
color: #C9F42E;
}
</style>
background-color css
<style>
a { background-color: #C9F42E; }
a { background-color: rgb(201,244,46); }
div.DivClassName
{
background-color: #C9F42E;
}
.BgClassName
{
background-color: #C9F42E;
}
</style>
border-color css
<style>
span { border-color: #C9F42E; }
span { border-color: rgb(201,244,46); }
td.TdClassName
{
border-color: #C9F42E;
}
.TagClassName
{
border-color: #C9F42E;
}
</style>