Shades of Pear #C9E31A
Tints of Pear #C9E31A
RGB
CMYK
RGB Variations
Color information
#C9E31A (or 0xC9E31A) is known color: Pear. HEX triplet: C9, E3 and 1A. RGB value is (201,227,26). Sum of RGB (Red+Green+Blue) = 201+227+26=454 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.27% from 454); Green value is 227 (89.06% from 255 or 50% from 454); Blue value is 26 (10.55% from 255 or 5.73% from 454); Max value from RGB is 227 - color contains mainly: green. Hex color #C9E31A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9E31A is #361CE5. Grayscale: #C5C5C5. Windows color (decimal): -3546342 or 1762249. OLE color: 1762249.
HSL color Cylindrical-coordinate representation of color #C9E31A: hue angle of 67.76º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C9E31A is Cyan = 0.11, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 201 | 227 | 26 | - |
| CMYK | 0.11 | 0 | 0.89 | 0.11 |
| HSL | 67.76º | 0.79% | 0.5% | - |
| HSV(B) | 67.76º | 0.89% | 0.89% | - |
| XYZ | 51.74 | 67.43 | 11.27 | - |
| YUV | 196.31 | 31.89 | 131.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 227 | 26 | 0.11 | 0 | 0.89 | 0.11 | 67.76 | 0.79 | 0.5 |
| Hex | C9 | E3 | 1A | B | 0 | 59 | B | 44 | 4F | 32 |
| Octal | 311 | 343 | 32 | 13 | 0 | 131 | 13 | 104 | 117 | 62 |
| Binary | 11001001 | 11100011 | 11010 | 1011 | 0 | 1011001 | 1011 | 1000100 | 1001111 | 110010 |
Color Harmonies of #C9E31A
Complementary color
Monochromatic Colors of #C9E31A
Black with #C9E31A
Text Example
Text Example
White with #C9E31A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9E31A; }
p { color: rgb(201,227,26); }
H1.HeaderClassName
{
color: #C9E31A;
}
.AnyTagClassName
{
color: #C9E31A;
}
</style>
background-color css
<style>
a { background-color: #C9E31A; }
a { background-color: rgb(201,227,26); }
div.DivClassName
{
background-color: #C9E31A;
}
.BgClassName
{
background-color: #C9E31A;
}
</style>
border-color css
<style>
span { border-color: #C9E31A; }
span { border-color: rgb(201,227,26); }
td.TdClassName
{
border-color: #C9E31A;
}
.TagClassName
{
border-color: #C9E31A;
}
</style>