Shades of Pear #C9F134
Tints of Pear #C9F134
RGB
CMYK
RGB Variations
Color information
#C9F134 (or 0xC9F134) is known color: Pear. HEX triplet: C9, F1 and 34. RGB value is (201,241,52). Sum of RGB (Red+Green+Blue) = 201+241+52=494 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.69% from 494); Green value is 241 (94.53% from 255 or 48.79% from 494); Blue value is 52 (20.70% from 255 or 10.53% from 494); Max value from RGB is 241 - color contains mainly: green. Hex color #C9F134 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C9F134 is #360ECB. Grayscale: #D0D0D0. Windows color (decimal): -3542732 or 3469769. OLE color: 3469769.
HSL color Cylindrical-coordinate representation of color #C9F134: hue angle of 72.7º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C9F134 is Cyan = 0.17, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 201 | 241 | 52 | - |
| CMYK | 0.17 | 0 | 0.78 | 0.05 |
| HSL | 72.7º | 0.87% | 0.57% | - |
| HSV(B) | 72.7º | 0.78% | 0.95% | - |
| XYZ | 56.16 | 75.58 | 14.88 | - |
| YUV | 207.49 | 40.25 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 241 | 52 | 0.17 | 0 | 0.78 | 0.05 | 72.7 | 0.87 | 0.57 |
| Hex | C9 | F1 | 34 | 11 | 0 | 4E | 5 | 49 | 57 | 39 |
| Octal | 311 | 361 | 64 | 21 | 0 | 116 | 5 | 111 | 127 | 71 |
| Binary | 11001001 | 11110001 | 110100 | 10001 | 0 | 1001110 | 101 | 1001001 | 1010111 | 111001 |
Color Harmonies of #C9F134
Complementary color
Monochromatic Colors of #C9F134
Black with #C9F134
Text Example
Text Example
White with #C9F134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9F134; }
p { color: rgb(201,241,52); }
H1.HeaderClassName
{
color: #C9F134;
}
.AnyTagClassName
{
color: #C9F134;
}
</style>
background-color css
<style>
a { background-color: #C9F134; }
a { background-color: rgb(201,241,52); }
div.DivClassName
{
background-color: #C9F134;
}
.BgClassName
{
background-color: #C9F134;
}
</style>
border-color css
<style>
span { border-color: #C9F134; }
span { border-color: rgb(201,241,52); }
td.TdClassName
{
border-color: #C9F134;
}
.TagClassName
{
border-color: #C9F134;
}
</style>