Shades of Pear #C9F21E
Tints of Pear #C9F21E
RGB
CMYK
RGB Variations
Color information
#C9F21E (or 0xC9F21E) is known color: Pear. HEX triplet: C9, F2 and 1E. RGB value is (201,242,30). Sum of RGB (Red+Green+Blue) = 201+242+30=473 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.49% from 473); Green value is 242 (94.92% from 255 or 51.16% from 473); Blue value is 30 (12.11% from 255 or 6.34% from 473); Max value from RGB is 242 - color contains mainly: green. Hex color #C9F21E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C9F21E is #360DE1. Grayscale: #CECECE. Windows color (decimal): -3542498 or 2028233. OLE color: 2028233.
HSL color Cylindrical-coordinate representation of color #C9F21E: hue angle of 71.6º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C9F21E is Cyan = 0.17, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 201 | 242 | 30 | - |
| CMYK | 0.17 | 0 | 0.88 | 0.05 |
| HSL | 71.6º | 0.89% | 0.53% | - |
| HSV(B) | 71.6º | 0.88% | 0.95% | - |
| XYZ | 56.07 | 76.02 | 12.95 | - |
| YUV | 205.57 | 28.92 | 124.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 242 | 30 | 0.17 | 0 | 0.88 | 0.05 | 71.6 | 0.89 | 0.53 |
| Hex | C9 | F2 | 1E | 11 | 0 | 58 | 5 | 48 | 59 | 35 |
| Octal | 311 | 362 | 36 | 21 | 0 | 130 | 5 | 110 | 131 | 65 |
| Binary | 11001001 | 11110010 | 11110 | 10001 | 0 | 1011000 | 101 | 1001000 | 1011001 | 110101 |
Color Harmonies of #C9F21E
Complementary color
Monochromatic Colors of #C9F21E
Black with #C9F21E
Text Example
Text Example
White with #C9F21E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9F21E; }
p { color: rgb(201,242,30); }
H1.HeaderClassName
{
color: #C9F21E;
}
.AnyTagClassName
{
color: #C9F21E;
}
</style>
background-color css
<style>
a { background-color: #C9F21E; }
a { background-color: rgb(201,242,30); }
div.DivClassName
{
background-color: #C9F21E;
}
.BgClassName
{
background-color: #C9F21E;
}
</style>
border-color css
<style>
span { border-color: #C9F21E; }
span { border-color: rgb(201,242,30); }
td.TdClassName
{
border-color: #C9F21E;
}
.TagClassName
{
border-color: #C9F21E;
}
</style>