Shades of Pear #C9FA45
Tints of Pear #C9FA45
RGB
CMYK
RGB Variations
Color information
#C9FA45 (or 0xC9FA45) is known color: Pear. HEX triplet: C9, FA and 45. RGB value is (201,250,69). Sum of RGB (Red+Green+Blue) = 201+250+69=520 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.65% from 520); Green value is 250 (98.05% from 255 or 48.08% from 520); Blue value is 69 (27.34% from 255 or 13.27% from 520); Max value from RGB is 250 - color contains mainly: green. Hex color #C9FA45 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C9FA45 is #3605BA. Grayscale: #D7D7D7. Windows color (decimal): -3540411 or 4586185. OLE color: 4586185.
HSL color Cylindrical-coordinate representation of color #C9FA45: hue angle of 76.24º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C9FA45 is Cyan = 0.20, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 250 | 69 | - |
| CMYK | 0.20 | 0 | 0.72 | 0.02 |
| HSL | 76.24º | 0.95% | 0.63% | - |
| HSV(B) | 76.24º | 0.72% | 0.98% | - |
| XYZ | 59.35 | 81.22 | 18.18 | - |
| YUV | 214.72 | 45.77 | 118.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 250 | 69 | 0.20 | 0 | 0.72 | 0.02 | 76.24 | 0.95 | 0.63 |
| Hex | C9 | FA | 45 | 14 | 0 | 48 | 2 | 4C | 5F | 3F |
| Octal | 311 | 372 | 105 | 24 | 0 | 110 | 2 | 114 | 137 | 77 |
| Binary | 11001001 | 11111010 | 1000101 | 10100 | 0 | 1001000 | 10 | 1001100 | 1011111 | 111111 |
Color Harmonies of #C9FA45
Complementary color
Monochromatic Colors of #C9FA45
Black with #C9FA45
Text Example
Text Example
White with #C9FA45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9FA45; }
p { color: rgb(201,250,69); }
H1.HeaderClassName
{
color: #C9FA45;
}
.AnyTagClassName
{
color: #C9FA45;
}
</style>
background-color css
<style>
a { background-color: #C9FA45; }
a { background-color: rgb(201,250,69); }
div.DivClassName
{
background-color: #C9FA45;
}
.BgClassName
{
background-color: #C9FA45;
}
</style>
border-color css
<style>
span { border-color: #C9FA45; }
span { border-color: rgb(201,250,69); }
td.TdClassName
{
border-color: #C9FA45;
}
.TagClassName
{
border-color: #C9FA45;
}
</style>