Shades of Pear #C4EA31
Tints of Pear #C4EA31
RGB
CMYK
RGB Variations
Color information
#C4EA31 (or 0xC4EA31) is known color: Pear. HEX triplet: C4, EA and 31. RGB value is (196,234,49). Sum of RGB (Red+Green+Blue) = 196+234+49=479 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.92% from 479); Green value is 234 (91.80% from 255 or 48.85% from 479); Blue value is 49 (19.53% from 255 or 10.23% from 479); Max value from RGB is 234 - color contains mainly: green. Hex color #C4EA31 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C4EA31 is #3B15CE. Grayscale: #CACACA. Windows color (decimal): -3872207 or 3271364. OLE color: 3271364.
HSL color Cylindrical-coordinate representation of color #C4EA31: hue angle of 72.32º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C4EA31 is Cyan = 0.16, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 196 | 234 | 49 | - |
| CMYK | 0.16 | 0 | 0.79 | 0.08 |
| HSL | 72.32º | 0.81% | 0.55% | - |
| HSV(B) | 72.32º | 0.79% | 0.92% | - |
| XYZ | 52.74 | 70.8 | 13.79 | - |
| YUV | 201.55 | 41.91 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 234 | 49 | 0.16 | 0 | 0.79 | 0.08 | 72.32 | 0.81 | 0.55 |
| Hex | C4 | EA | 31 | 10 | 0 | 4F | 8 | 48 | 51 | 37 |
| Octal | 304 | 352 | 61 | 20 | 0 | 117 | 10 | 110 | 121 | 67 |
| Binary | 11000100 | 11101010 | 110001 | 10000 | 0 | 1001111 | 1000 | 1001000 | 1010001 | 110111 |
Color Harmonies of #C4EA31
Complementary color
Monochromatic Colors of #C4EA31
Black with #C4EA31
Text Example
Text Example
White with #C4EA31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4EA31; }
p { color: rgb(196,234,49); }
H1.HeaderClassName
{
color: #C4EA31;
}
.AnyTagClassName
{
color: #C4EA31;
}
</style>
background-color css
<style>
a { background-color: #C4EA31; }
a { background-color: rgb(196,234,49); }
div.DivClassName
{
background-color: #C4EA31;
}
.BgClassName
{
background-color: #C4EA31;
}
</style>
border-color css
<style>
span { border-color: #C4EA31; }
span { border-color: rgb(196,234,49); }
td.TdClassName
{
border-color: #C4EA31;
}
.TagClassName
{
border-color: #C4EA31;
}
</style>