Shades of Pear #C6EB29
Tints of Pear #C6EB29
RGB
CMYK
RGB Variations
Color information
#C6EB29 (or 0xC6EB29) is known color: Pear. HEX triplet: C6, EB and 29. RGB value is (198,235,41). Sum of RGB (Red+Green+Blue) = 198+235+41=474 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.77% from 474); Green value is 235 (92.19% from 255 or 49.58% from 474); Blue value is 41 (16.41% from 255 or 8.65% from 474); Max value from RGB is 235 - color contains mainly: green. Hex color #C6EB29 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C6EB29 is #3914D6. Grayscale: #CACACA. Windows color (decimal): -3740887 or 2747334. OLE color: 2747334.
HSL color Cylindrical-coordinate representation of color #C6EB29: hue angle of 71.44º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C6EB29 is Cyan = 0.16, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 198 | 235 | 41 | - |
| CMYK | 0.16 | 0 | 0.83 | 0.08 |
| HSL | 71.44º | 0.83% | 0.54% | - |
| HSV(B) | 71.44º | 0.83% | 0.92% | - |
| XYZ | 53.4 | 71.58 | 13.1 | - |
| YUV | 201.82 | 37.24 | 125.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 235 | 41 | 0.16 | 0 | 0.83 | 0.08 | 71.44 | 0.83 | 0.54 |
| Hex | C6 | EB | 29 | 10 | 0 | 53 | 8 | 47 | 53 | 36 |
| Octal | 306 | 353 | 51 | 20 | 0 | 123 | 10 | 107 | 123 | 66 |
| Binary | 11000110 | 11101011 | 101001 | 10000 | 0 | 1010011 | 1000 | 1000111 | 1010011 | 110110 |
Color Harmonies of #C6EB29
Complementary color
Monochromatic Colors of #C6EB29
Black with #C6EB29
Text Example
Text Example
White with #C6EB29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6EB29; }
p { color: rgb(198,235,41); }
H1.HeaderClassName
{
color: #C6EB29;
}
.AnyTagClassName
{
color: #C6EB29;
}
</style>
background-color css
<style>
a { background-color: #C6EB29; }
a { background-color: rgb(198,235,41); }
div.DivClassName
{
background-color: #C6EB29;
}
.BgClassName
{
background-color: #C6EB29;
}
</style>
border-color css
<style>
span { border-color: #C6EB29; }
span { border-color: rgb(198,235,41); }
td.TdClassName
{
border-color: #C6EB29;
}
.TagClassName
{
border-color: #C6EB29;
}
</style>