Shades of Pear #C5E91F
Tints of Pear #C5E91F
RGB
CMYK
RGB Variations
Color information
#C5E91F (or 0xC5E91F) is known color: Pear. HEX triplet: C5, E9 and 1F. RGB value is (197,233,31). Sum of RGB (Red+Green+Blue) = 197+233+31=461 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.73% from 461); Green value is 233 (91.41% from 255 or 50.54% from 461); Blue value is 31 (12.5% from 255 or 6.72% from 461); Max value from RGB is 233 - color contains mainly: green. Hex color #C5E91F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C5E91F is #3A16E0. Grayscale: #C7C7C7. Windows color (decimal): -3806945 or 2091461. OLE color: 2091461.
HSL color Cylindrical-coordinate representation of color #C5E91F: hue angle of 70.69º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C5E91F is Cyan = 0.15, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 197 | 233 | 31 | - |
| CMYK | 0.15 | 0 | 0.87 | 0.09 |
| HSL | 70.69º | 0.82% | 0.52% | - |
| HSV(B) | 70.69º | 0.87% | 0.91% | - |
| XYZ | 52.41 | 70.25 | 12.09 | - |
| YUV | 199.21 | 33.07 | 126.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 233 | 31 | 0.15 | 0 | 0.87 | 0.09 | 70.69 | 0.82 | 0.52 |
| Hex | C5 | E9 | 1F | F | 0 | 57 | 9 | 47 | 52 | 34 |
| Octal | 305 | 351 | 37 | 17 | 0 | 127 | 11 | 107 | 122 | 64 |
| Binary | 11000101 | 11101001 | 11111 | 1111 | 0 | 1010111 | 1001 | 1000111 | 1010010 | 110100 |
Color Harmonies of #C5E91F
Complementary color
Monochromatic Colors of #C5E91F
Black with #C5E91F
Text Example
Text Example
White with #C5E91F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E91F; }
p { color: rgb(197,233,31); }
H1.HeaderClassName
{
color: #C5E91F;
}
.AnyTagClassName
{
color: #C5E91F;
}
</style>
background-color css
<style>
a { background-color: #C5E91F; }
a { background-color: rgb(197,233,31); }
div.DivClassName
{
background-color: #C5E91F;
}
.BgClassName
{
background-color: #C5E91F;
}
</style>
border-color css
<style>
span { border-color: #C5E91F; }
span { border-color: rgb(197,233,31); }
td.TdClassName
{
border-color: #C5E91F;
}
.TagClassName
{
border-color: #C5E91F;
}
</style>