Shades of Pear #C9EF34
Tints of Pear #C9EF34
RGB
CMYK
RGB Variations
Color information
#C9EF34 (or 0xC9EF34) is known color: Pear. HEX triplet: C9, EF and 34. RGB value is (201,239,52). Sum of RGB (Red+Green+Blue) = 201+239+52=492 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.85% from 492); Green value is 239 (93.75% from 255 or 48.58% from 492); Blue value is 52 (20.70% from 255 or 10.57% from 492); Max value from RGB is 239 - color contains mainly: green. Hex color #C9EF34 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C9EF34 is #3610CB. Grayscale: #CFCFCF. Windows color (decimal): -3543244 or 3469257. OLE color: 3469257.
HSL color Cylindrical-coordinate representation of color #C9EF34: hue angle of 72.19º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C9EF34 is Cyan = 0.16, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 201 | 239 | 52 | - |
| CMYK | 0.16 | 0 | 0.78 | 0.06 |
| HSL | 72.19º | 0.85% | 0.57% | - |
| HSV(B) | 72.19º | 0.78% | 0.94% | - |
| XYZ | 55.57 | 74.4 | 14.68 | - |
| YUV | 206.32 | 40.91 | 124.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 239 | 52 | 0.16 | 0 | 0.78 | 0.06 | 72.19 | 0.85 | 0.57 |
| Hex | C9 | EF | 34 | 10 | 0 | 4E | 6 | 48 | 55 | 39 |
| Octal | 311 | 357 | 64 | 20 | 0 | 116 | 6 | 110 | 125 | 71 |
| Binary | 11001001 | 11101111 | 110100 | 10000 | 0 | 1001110 | 110 | 1001000 | 1010101 | 111001 |
Color Harmonies of #C9EF34
Complementary color
Monochromatic Colors of #C9EF34
Black with #C9EF34
Text Example
Text Example
White with #C9EF34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9EF34; }
p { color: rgb(201,239,52); }
H1.HeaderClassName
{
color: #C9EF34;
}
.AnyTagClassName
{
color: #C9EF34;
}
</style>
background-color css
<style>
a { background-color: #C9EF34; }
a { background-color: rgb(201,239,52); }
div.DivClassName
{
background-color: #C9EF34;
}
.BgClassName
{
background-color: #C9EF34;
}
</style>
border-color css
<style>
span { border-color: #C9EF34; }
span { border-color: rgb(201,239,52); }
td.TdClassName
{
border-color: #C9EF34;
}
.TagClassName
{
border-color: #C9EF34;
}
</style>