Shades of Pear #C9F745
Tints of Pear #C9F745
RGB
CMYK
RGB Variations
Color information
#C9F745 (or 0xC9F745) is known color: Pear. HEX triplet: C9, F7 and 45. RGB value is (201,247,69). Sum of RGB (Red+Green+Blue) = 201+247+69=517 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.88% from 517); Green value is 247 (96.88% from 255 or 47.78% from 517); Blue value is 69 (27.34% from 255 or 13.35% from 517); Max value from RGB is 247 - color contains mainly: green. Hex color #C9F745 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C9F745 is #3608BA. Grayscale: #D5D5D5. Windows color (decimal): -3541179 or 4585417. OLE color: 4585417.
HSL color Cylindrical-coordinate representation of color #C9F745: hue angle of 75.51º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C9F745 is Cyan = 0.19, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 201 | 247 | 69 | - |
| CMYK | 0.19 | 0 | 0.72 | 0.03 |
| HSL | 75.51º | 0.92% | 0.62% | - |
| HSV(B) | 75.51º | 0.72% | 0.97% | - |
| XYZ | 58.42 | 79.37 | 17.87 | - |
| YUV | 212.95 | 46.76 | 119.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 247 | 69 | 0.19 | 0 | 0.72 | 0.03 | 75.51 | 0.92 | 0.62 |
| Hex | C9 | F7 | 45 | 13 | 0 | 48 | 3 | 4C | 5C | 3E |
| Octal | 311 | 367 | 105 | 23 | 0 | 110 | 3 | 114 | 134 | 76 |
| Binary | 11001001 | 11110111 | 1000101 | 10011 | 0 | 1001000 | 11 | 1001100 | 1011100 | 111110 |
Color Harmonies of #C9F745
Complementary color
Monochromatic Colors of #C9F745
Black with #C9F745
Text Example
Text Example
White with #C9F745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9F745; }
p { color: rgb(201,247,69); }
H1.HeaderClassName
{
color: #C9F745;
}
.AnyTagClassName
{
color: #C9F745;
}
</style>
background-color css
<style>
a { background-color: #C9F745; }
a { background-color: rgb(201,247,69); }
div.DivClassName
{
background-color: #C9F745;
}
.BgClassName
{
background-color: #C9F745;
}
</style>
border-color css
<style>
span { border-color: #C9F745; }
span { border-color: rgb(201,247,69); }
td.TdClassName
{
border-color: #C9F745;
}
.TagClassName
{
border-color: #C9F745;
}
</style>