Shades of Pear #C6EB20
Tints of Pear #C6EB20
RGB
CMYK
RGB Variations
Color information
#C6EB20 (or 0xC6EB20) is known color: Pear. HEX triplet: C6, EB and 20. RGB value is (198,235,32). Sum of RGB (Red+Green+Blue) = 198+235+32=465 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.58% from 465); Green value is 235 (92.19% from 255 or 50.54% from 465); Blue value is 32 (12.89% from 255 or 6.88% from 465); Max value from RGB is 235 - color contains mainly: green. Hex color #C6EB20 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C6EB20 is #3914DF. Grayscale: #C9C9C9. Windows color (decimal): -3740896 or 2157510. OLE color: 2157510.
HSL color Cylindrical-coordinate representation of color #C6EB20: hue angle of 70.94º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C6EB20 is Cyan = 0.16, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 198 | 235 | 32 | - |
| CMYK | 0.16 | 0 | 0.86 | 0.08 |
| HSL | 70.94º | 0.84% | 0.52% | - |
| HSV(B) | 70.94º | 0.86% | 0.92% | - |
| XYZ | 53.26 | 71.53 | 12.37 | - |
| YUV | 200.8 | 32.74 | 126.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 235 | 32 | 0.16 | 0 | 0.86 | 0.08 | 70.94 | 0.84 | 0.52 |
| Hex | C6 | EB | 20 | 10 | 0 | 56 | 8 | 47 | 54 | 34 |
| Octal | 306 | 353 | 40 | 20 | 0 | 126 | 10 | 107 | 124 | 64 |
| Binary | 11000110 | 11101011 | 100000 | 10000 | 0 | 1010110 | 1000 | 1000111 | 1010100 | 110100 |
Color Harmonies of #C6EB20
Complementary color
Monochromatic Colors of #C6EB20
Black with #C6EB20
Text Example
Text Example
White with #C6EB20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6EB20; }
p { color: rgb(198,235,32); }
H1.HeaderClassName
{
color: #C6EB20;
}
.AnyTagClassName
{
color: #C6EB20;
}
</style>
background-color css
<style>
a { background-color: #C6EB20; }
a { background-color: rgb(198,235,32); }
div.DivClassName
{
background-color: #C6EB20;
}
.BgClassName
{
background-color: #C6EB20;
}
</style>
border-color css
<style>
span { border-color: #C6EB20; }
span { border-color: rgb(198,235,32); }
td.TdClassName
{
border-color: #C6EB20;
}
.TagClassName
{
border-color: #C6EB20;
}
</style>