Shades of Pear #C9E11F
Tints of Pear #C9E11F
RGB
CMYK
RGB Variations
Color information
#C9E11F (or 0xC9E11F) is known color: Pear. HEX triplet: C9, E1 and 1F. RGB value is (201,225,31). Sum of RGB (Red+Green+Blue) = 201+225+31=457 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.98% from 457); Green value is 225 (88.28% from 255 or 49.23% from 457); Blue value is 31 (12.5% from 255 or 6.78% from 457); Max value from RGB is 225 - color contains mainly: green. Hex color #C9E11F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9E11F is #361EE0. Grayscale: #C4C4C4. Windows color (decimal): -3546849 or 2089417. OLE color: 2089417.
HSL color Cylindrical-coordinate representation of color #C9E11F: hue angle of 67.42º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C9E11F is Cyan = 0.11, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 201 | 225 | 31 | - |
| CMYK | 0.11 | 0 | 0.86 | 0.12 |
| HSL | 67.42º | 0.76% | 0.5% | - |
| HSV(B) | 67.42º | 0.86% | 0.88% | - |
| XYZ | 51.26 | 66.37 | 11.4 | - |
| YUV | 195.71 | 35.05 | 131.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 225 | 31 | 0.11 | 0 | 0.86 | 0.12 | 67.42 | 0.76 | 0.5 |
| Hex | C9 | E1 | 1F | B | 0 | 56 | C | 43 | 4C | 32 |
| Octal | 311 | 341 | 37 | 13 | 0 | 126 | 14 | 103 | 114 | 62 |
| Binary | 11001001 | 11100001 | 11111 | 1011 | 0 | 1010110 | 1100 | 1000011 | 1001100 | 110010 |
Color Harmonies of #C9E11F
Complementary color
Monochromatic Colors of #C9E11F
Black with #C9E11F
Text Example
Text Example
White with #C9E11F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9E11F; }
p { color: rgb(201,225,31); }
H1.HeaderClassName
{
color: #C9E11F;
}
.AnyTagClassName
{
color: #C9E11F;
}
</style>
background-color css
<style>
a { background-color: #C9E11F; }
a { background-color: rgb(201,225,31); }
div.DivClassName
{
background-color: #C9E11F;
}
.BgClassName
{
background-color: #C9E11F;
}
</style>
border-color css
<style>
span { border-color: #C9E11F; }
span { border-color: rgb(201,225,31); }
td.TdClassName
{
border-color: #C9E11F;
}
.TagClassName
{
border-color: #C9E11F;
}
</style>