Shades of Pear #C9FA42
Tints of Pear #C9FA42
RGB
CMYK
RGB Variations
Color information
#C9FA42 (or 0xC9FA42) is known color: Pear. HEX triplet: C9, FA and 42. RGB value is (201,250,66). Sum of RGB (Red+Green+Blue) = 201+250+66=517 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.88% from 517); Green value is 250 (98.05% from 255 or 48.36% from 517); Blue value is 66 (26.17% from 255 or 12.77% from 517); Max value from RGB is 250 - color contains mainly: green. Hex color #C9FA42 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C9FA42 is #3605BD. Grayscale: #D7D7D7. Windows color (decimal): -3540414 or 4389577. OLE color: 4389577.
HSL color Cylindrical-coordinate representation of color #C9FA42: hue angle of 75.98º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C9FA42 is Cyan = 0.20, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 250 | 66 | - |
| CMYK | 0.20 | 0 | 0.74 | 0.02 |
| HSL | 75.98º | 0.95% | 0.62% | - |
| HSV(B) | 75.98º | 0.74% | 0.98% | - |
| XYZ | 59.26 | 81.18 | 17.7 | - |
| YUV | 214.37 | 44.27 | 118.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 250 | 66 | 0.20 | 0 | 0.74 | 0.02 | 75.98 | 0.95 | 0.62 |
| Hex | C9 | FA | 42 | 14 | 0 | 4A | 2 | 4C | 5F | 3E |
| Octal | 311 | 372 | 102 | 24 | 0 | 112 | 2 | 114 | 137 | 76 |
| Binary | 11001001 | 11111010 | 1000010 | 10100 | 0 | 1001010 | 10 | 1001100 | 1011111 | 111110 |
Color Harmonies of #C9FA42
Complementary color
Monochromatic Colors of #C9FA42
Black with #C9FA42
Text Example
Text Example
White with #C9FA42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9FA42; }
p { color: rgb(201,250,66); }
H1.HeaderClassName
{
color: #C9FA42;
}
.AnyTagClassName
{
color: #C9FA42;
}
</style>
background-color css
<style>
a { background-color: #C9FA42; }
a { background-color: rgb(201,250,66); }
div.DivClassName
{
background-color: #C9FA42;
}
.BgClassName
{
background-color: #C9FA42;
}
</style>
border-color css
<style>
span { border-color: #C9FA42; }
span { border-color: rgb(201,250,66); }
td.TdClassName
{
border-color: #C9FA42;
}
.TagClassName
{
border-color: #C9FA42;
}
</style>