Shades of Pear #C9E51C
Tints of Pear #C9E51C
RGB
CMYK
RGB Variations
Color information
#C9E51C (or 0xC9E51C) is known color: Pear. HEX triplet: C9, E5 and 1C. RGB value is (201,229,28). Sum of RGB (Red+Green+Blue) = 201+229+28=458 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.89% from 458); Green value is 229 (89.84% from 255 or 50% from 458); Blue value is 28 (11.33% from 255 or 6.11% from 458); Max value from RGB is 229 - color contains mainly: green. Hex color #C9E51C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9E51C is #361AE3. Grayscale: #C6C6C6. Windows color (decimal): -3545828 or 1893833. OLE color: 1893833.
HSL color Cylindrical-coordinate representation of color #C9E51C: hue angle of 68.36º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C9E51C is Cyan = 0.12, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 201 | 229 | 28 | - |
| CMYK | 0.12 | 0 | 0.88 | 0.10 |
| HSL | 68.36º | 0.79% | 0.5% | - |
| HSV(B) | 68.36º | 0.88% | 0.9% | - |
| XYZ | 52.32 | 68.54 | 11.57 | - |
| YUV | 197.71 | 32.22 | 130.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 229 | 28 | 0.12 | 0 | 0.88 | 0.10 | 68.36 | 0.79 | 0.5 |
| Hex | C9 | E5 | 1C | C | 0 | 58 | A | 44 | 4F | 32 |
| Octal | 311 | 345 | 34 | 14 | 0 | 130 | 12 | 104 | 117 | 62 |
| Binary | 11001001 | 11100101 | 11100 | 1100 | 0 | 1011000 | 1010 | 1000100 | 1001111 | 110010 |
Color Harmonies of #C9E51C
Complementary color
Monochromatic Colors of #C9E51C
Black with #C9E51C
Text Example
Text Example
White with #C9E51C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9E51C; }
p { color: rgb(201,229,28); }
H1.HeaderClassName
{
color: #C9E51C;
}
.AnyTagClassName
{
color: #C9E51C;
}
</style>
background-color css
<style>
a { background-color: #C9E51C; }
a { background-color: rgb(201,229,28); }
div.DivClassName
{
background-color: #C9E51C;
}
.BgClassName
{
background-color: #C9E51C;
}
</style>
border-color css
<style>
span { border-color: #C9E51C; }
span { border-color: rgb(201,229,28); }
td.TdClassName
{
border-color: #C9E51C;
}
.TagClassName
{
border-color: #C9E51C;
}
</style>