Shades of Pear #C9FB3E
Tints of Pear #C9FB3E
RGB
CMYK
RGB Variations
Color information
#C9FB3E (or 0xC9FB3E) is known color: Pear. HEX triplet: C9, FB and 3E. RGB value is (201,251,62). Sum of RGB (Red+Green+Blue) = 201+251+62=514 (68% of max value = 765). Red value is 201 (78.91% from 255 or 39.11% from 514); Green value is 251 (98.44% from 255 or 48.83% from 514); Blue value is 62 (24.61% from 255 or 12.06% from 514); Max value from RGB is 251 - color contains mainly: green. Hex color #C9FB3E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C9FB3E is #3604C1. Grayscale: #D7D7D7. Windows color (decimal): -3540162 or 4127689. OLE color: 4127689.
HSL color Cylindrical-coordinate representation of color #C9FB3E: hue angle of 75.87º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C9FB3E is Cyan = 0.20, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 251 | 62 | - |
| CMYK | 0.20 | 0 | 0.75 | 0.02 |
| HSL | 75.87º | 0.96% | 0.61% | - |
| HSV(B) | 75.87º | 0.75% | 0.98% | - |
| XYZ | 59.45 | 81.76 | 17.21 | - |
| YUV | 214.5 | 41.94 | 118.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 251 | 62 | 0.20 | 0 | 0.75 | 0.02 | 75.87 | 0.96 | 0.61 |
| Hex | C9 | FB | 3E | 14 | 0 | 4B | 2 | 4C | 60 | 3D |
| Octal | 311 | 373 | 76 | 24 | 0 | 113 | 2 | 114 | 140 | 75 |
| Binary | 11001001 | 11111011 | 111110 | 10100 | 0 | 1001011 | 10 | 1001100 | 1100000 | 111101 |
Color Harmonies of #C9FB3E
Complementary color
Monochromatic Colors of #C9FB3E
Black with #C9FB3E
Text Example
Text Example
White with #C9FB3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9FB3E; }
p { color: rgb(201,251,62); }
H1.HeaderClassName
{
color: #C9FB3E;
}
.AnyTagClassName
{
color: #C9FB3E;
}
</style>
background-color css
<style>
a { background-color: #C9FB3E; }
a { background-color: rgb(201,251,62); }
div.DivClassName
{
background-color: #C9FB3E;
}
.BgClassName
{
background-color: #C9FB3E;
}
</style>
border-color css
<style>
span { border-color: #C9FB3E; }
span { border-color: rgb(201,251,62); }
td.TdClassName
{
border-color: #C9FB3E;
}
.TagClassName
{
border-color: #C9FB3E;
}
</style>