Shades of Pear #C8EA29
Tints of Pear #C8EA29
RGB
CMYK
RGB Variations
Color information
#C8EA29 (or 0xC8EA29) is known color: Pear. HEX triplet: C8, EA and 29. RGB value is (200,234,41). Sum of RGB (Red+Green+Blue) = 200+234+41=475 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.11% from 475); Green value is 234 (91.80% from 255 or 49.26% from 475); Blue value is 41 (16.41% from 255 or 8.63% from 475); Max value from RGB is 234 - color contains mainly: green. Hex color #C8EA29 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C8EA29 is #3715D6. Grayscale: #CACACA. Windows color (decimal): -3610071 or 2747080. OLE color: 2747080.
HSL color Cylindrical-coordinate representation of color #C8EA29: hue angle of 70.57º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C8EA29 is Cyan = 0.15, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 234 | 41 | - |
| CMYK | 0.15 | 0 | 0.82 | 0.08 |
| HSL | 70.57º | 0.82% | 0.54% | - |
| HSV(B) | 70.57º | 0.82% | 0.92% | - |
| XYZ | 53.64 | 71.29 | 13.03 | - |
| YUV | 201.83 | 37.24 | 126.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 234 | 41 | 0.15 | 0 | 0.82 | 0.08 | 70.57 | 0.82 | 0.54 |
| Hex | C8 | EA | 29 | F | 0 | 52 | 8 | 47 | 52 | 36 |
| Octal | 310 | 352 | 51 | 17 | 0 | 122 | 10 | 107 | 122 | 66 |
| Binary | 11001000 | 11101010 | 101001 | 1111 | 0 | 1010010 | 1000 | 1000111 | 1010010 | 110110 |
Color Harmonies of #C8EA29
Complementary color
Monochromatic Colors of #C8EA29
Black with #C8EA29
Text Example
Text Example
White with #C8EA29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8EA29; }
p { color: rgb(200,234,41); }
H1.HeaderClassName
{
color: #C8EA29;
}
.AnyTagClassName
{
color: #C8EA29;
}
</style>
background-color css
<style>
a { background-color: #C8EA29; }
a { background-color: rgb(200,234,41); }
div.DivClassName
{
background-color: #C8EA29;
}
.BgClassName
{
background-color: #C8EA29;
}
</style>
border-color css
<style>
span { border-color: #C8EA29; }
span { border-color: rgb(200,234,41); }
td.TdClassName
{
border-color: #C8EA29;
}
.TagClassName
{
border-color: #C8EA29;
}
</style>