Shades of Pear #C9EF42
Tints of Pear #C9EF42
RGB
CMYK
RGB Variations
Color information
#C9EF42 (or 0xC9EF42) is known color: Pear. HEX triplet: C9, EF and 42. RGB value is (201,239,66). Sum of RGB (Red+Green+Blue) = 201+239+66=506 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.72% from 506); Green value is 239 (93.75% from 255 or 47.23% from 506); Blue value is 66 (26.17% from 255 or 13.04% from 506); Max value from RGB is 239 - color contains mainly: green. Hex color #C9EF42 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C9EF42 is #3610BD. Grayscale: #D0D0D0. Windows color (decimal): -3543230 or 4386761. OLE color: 4386761.
HSL color Cylindrical-coordinate representation of color #C9EF42: hue angle of 73.18º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C9EF42 is Cyan = 0.16, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 201 | 239 | 66 | - |
| CMYK | 0.16 | 0 | 0.72 | 0.06 |
| HSL | 73.18º | 0.84% | 0.6% | - |
| HSV(B) | 73.18º | 0.72% | 0.94% | - |
| XYZ | 55.94 | 74.54 | 16.59 | - |
| YUV | 207.92 | 47.91 | 123.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 239 | 66 | 0.16 | 0 | 0.72 | 0.06 | 73.18 | 0.84 | 0.6 |
| Hex | C9 | EF | 42 | 10 | 0 | 48 | 6 | 49 | 54 | 3C |
| Octal | 311 | 357 | 102 | 20 | 0 | 110 | 6 | 111 | 124 | 74 |
| Binary | 11001001 | 11101111 | 1000010 | 10000 | 0 | 1001000 | 110 | 1001001 | 1010100 | 111100 |
Color Harmonies of #C9EF42
Complementary color
Monochromatic Colors of #C9EF42
Black with #C9EF42
Text Example
Text Example
White with #C9EF42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9EF42; }
p { color: rgb(201,239,66); }
H1.HeaderClassName
{
color: #C9EF42;
}
.AnyTagClassName
{
color: #C9EF42;
}
</style>
background-color css
<style>
a { background-color: #C9EF42; }
a { background-color: rgb(201,239,66); }
div.DivClassName
{
background-color: #C9EF42;
}
.BgClassName
{
background-color: #C9EF42;
}
</style>
border-color css
<style>
span { border-color: #C9EF42; }
span { border-color: rgb(201,239,66); }
td.TdClassName
{
border-color: #C9EF42;
}
.TagClassName
{
border-color: #C9EF42;
}
</style>