Shades of Pear #C9FA2D
Tints of Pear #C9FA2D
RGB
CMYK
RGB Variations
Color information
#C9FA2D (or 0xC9FA2D) is known color: Pear. HEX triplet: C9, FA and 2D. RGB value is (201,250,45). Sum of RGB (Red+Green+Blue) = 201+250+45=496 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.52% from 496); Green value is 250 (98.05% from 255 or 50.40% from 496); Blue value is 45 (17.97% from 255 or 9.07% from 496); Max value from RGB is 250 - color contains mainly: green. Hex color #C9FA2D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C9FA2D is #3605D2. Grayscale: #D4D4D4. Windows color (decimal): -3540435 or 3013321. OLE color: 3013321.
HSL color Cylindrical-coordinate representation of color #C9FA2D: hue angle of 74.34º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C9FA2D is Cyan = 0.20, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 250 | 45 | - |
| CMYK | 0.20 | 0 | 0.82 | 0.02 |
| HSL | 74.34º | 0.95% | 0.58% | - |
| HSV(B) | 74.34º | 0.82% | 0.98% | - |
| XYZ | 58.75 | 80.98 | 15.02 | - |
| YUV | 211.98 | 33.77 | 120.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 250 | 45 | 0.20 | 0 | 0.82 | 0.02 | 74.34 | 0.95 | 0.58 |
| Hex | C9 | FA | 2D | 14 | 0 | 52 | 2 | 4A | 5F | 3A |
| Octal | 311 | 372 | 55 | 24 | 0 | 122 | 2 | 112 | 137 | 72 |
| Binary | 11001001 | 11111010 | 101101 | 10100 | 0 | 1010010 | 10 | 1001010 | 1011111 | 111010 |
Color Harmonies of #C9FA2D
Complementary color
Monochromatic Colors of #C9FA2D
Black with #C9FA2D
Text Example
Text Example
White with #C9FA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9FA2D; }
p { color: rgb(201,250,45); }
H1.HeaderClassName
{
color: #C9FA2D;
}
.AnyTagClassName
{
color: #C9FA2D;
}
</style>
background-color css
<style>
a { background-color: #C9FA2D; }
a { background-color: rgb(201,250,45); }
div.DivClassName
{
background-color: #C9FA2D;
}
.BgClassName
{
background-color: #C9FA2D;
}
</style>
border-color css
<style>
span { border-color: #C9FA2D; }
span { border-color: rgb(201,250,45); }
td.TdClassName
{
border-color: #C9FA2D;
}
.TagClassName
{
border-color: #C9FA2D;
}
</style>