Shades of Pear #C9F448
Tints of Pear #C9F448
RGB
CMYK
RGB Variations
Color information
#C9F448 (or 0xC9F448) is known color: Pear. HEX triplet: C9, F4 and 48. RGB value is (201,244,72). Sum of RGB (Red+Green+Blue) = 201+244+72=517 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.88% from 517); Green value is 244 (95.70% from 255 or 47.20% from 517); Blue value is 72 (28.52% from 255 or 13.93% from 517); Max value from RGB is 244 - color contains mainly: green. Hex color #C9F448 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C9F448 is #360BB7. Grayscale: #D4D4D4. Windows color (decimal): -3541944 or 4781257. OLE color: 4781257.
HSL color Cylindrical-coordinate representation of color #C9F448: hue angle of 75º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C9F448 is Cyan = 0.18, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 201 | 244 | 72 | - |
| CMYK | 0.18 | 0 | 0.70 | 0.04 |
| HSL | 75º | 0.89% | 0.62% | - |
| HSV(B) | 75º | 0.7% | 0.96% | - |
| XYZ | 57.61 | 77.59 | 18.07 | - |
| YUV | 211.54 | 49.25 | 120.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 244 | 72 | 0.18 | 0 | 0.70 | 0.04 | 75 | 0.89 | 0.62 |
| Hex | C9 | F4 | 48 | 12 | 0 | 46 | 4 | 4B | 59 | 3E |
| Octal | 311 | 364 | 110 | 22 | 0 | 106 | 4 | 113 | 131 | 76 |
| Binary | 11001001 | 11110100 | 1001000 | 10010 | 0 | 1000110 | 100 | 1001011 | 1011001 | 111110 |
Color Harmonies of #C9F448
Complementary color
Monochromatic Colors of #C9F448
Black with #C9F448
Text Example
Text Example
White with #C9F448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9F448; }
p { color: rgb(201,244,72); }
H1.HeaderClassName
{
color: #C9F448;
}
.AnyTagClassName
{
color: #C9F448;
}
</style>
background-color css
<style>
a { background-color: #C9F448; }
a { background-color: rgb(201,244,72); }
div.DivClassName
{
background-color: #C9F448;
}
.BgClassName
{
background-color: #C9F448;
}
</style>
border-color css
<style>
span { border-color: #C9F448; }
span { border-color: rgb(201,244,72); }
td.TdClassName
{
border-color: #C9F448;
}
.TagClassName
{
border-color: #C9F448;
}
</style>