Shades of Pear #C9FB2E
Tints of Pear #C9FB2E
RGB
CMYK
RGB Variations
Color information
#C9FB2E (or 0xC9FB2E) is known color: Pear. HEX triplet: C9, FB and 2E. RGB value is (201,251,46). Sum of RGB (Red+Green+Blue) = 201+251+46=498 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.36% from 498); Green value is 251 (98.44% from 255 or 50.40% from 498); Blue value is 46 (18.36% from 255 or 9.24% from 498); Max value from RGB is 251 - color contains mainly: green. Hex color #C9FB2E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C9FB2E is #3604D1. Grayscale: #D5D5D5. Windows color (decimal): -3540178 or 3079113. OLE color: 3079113.
HSL color Cylindrical-coordinate representation of color #C9FB2E: hue angle of 74.63º degrees, saturation: 0.96, 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 #C9FB2E is Cyan = 0.20, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 251 | 46 | - |
| CMYK | 0.20 | 0 | 0.82 | 0.02 |
| HSL | 74.63º | 0.96% | 0.58% | - |
| HSV(B) | 74.63º | 0.82% | 0.98% | - |
| XYZ | 59.08 | 81.61 | 15.22 | - |
| YUV | 212.68 | 33.94 | 119.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 251 | 46 | 0.20 | 0 | 0.82 | 0.02 | 74.63 | 0.96 | 0.58 |
| Hex | C9 | FB | 2E | 14 | 0 | 52 | 2 | 4B | 60 | 3A |
| Octal | 311 | 373 | 56 | 24 | 0 | 122 | 2 | 113 | 140 | 72 |
| Binary | 11001001 | 11111011 | 101110 | 10100 | 0 | 1010010 | 10 | 1001011 | 1100000 | 111010 |
Color Harmonies of #C9FB2E
Complementary color
Monochromatic Colors of #C9FB2E
Black with #C9FB2E
Text Example
Text Example
White with #C9FB2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9FB2E; }
p { color: rgb(201,251,46); }
H1.HeaderClassName
{
color: #C9FB2E;
}
.AnyTagClassName
{
color: #C9FB2E;
}
</style>
background-color css
<style>
a { background-color: #C9FB2E; }
a { background-color: rgb(201,251,46); }
div.DivClassName
{
background-color: #C9FB2E;
}
.BgClassName
{
background-color: #C9FB2E;
}
</style>
border-color css
<style>
span { border-color: #C9FB2E; }
span { border-color: rgb(201,251,46); }
td.TdClassName
{
border-color: #C9FB2E;
}
.TagClassName
{
border-color: #C9FB2E;
}
</style>