Shades of Pear #C6E529
Tints of Pear #C6E529
RGB
CMYK
RGB Variations
Color information
#C6E529 (or 0xC6E529) is known color: Pear. HEX triplet: C6, E5 and 29. RGB value is (198,229,41). Sum of RGB (Red+Green+Blue) = 198+229+41=468 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.31% from 468); Green value is 229 (89.84% from 255 or 48.93% from 468); Blue value is 41 (16.41% from 255 or 8.76% from 468); Max value from RGB is 229 - color contains mainly: green. Hex color #C6E529 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6E529 is #391AD6. Grayscale: #C7C7C7. Windows color (decimal): -3742423 or 2745798. OLE color: 2745798.
HSL color Cylindrical-coordinate representation of color #C6E529: hue angle of 69.89º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C6E529 is Cyan = 0.14, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 198 | 229 | 41 | - |
| CMYK | 0.14 | 0 | 0.82 | 0.10 |
| HSL | 69.89º | 0.78% | 0.53% | - |
| HSV(B) | 69.89º | 0.82% | 0.9% | - |
| XYZ | 51.71 | 68.2 | 12.54 | - |
| YUV | 198.3 | 39.23 | 127.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 229 | 41 | 0.14 | 0 | 0.82 | 0.10 | 69.89 | 0.78 | 0.53 |
| Hex | C6 | E5 | 29 | E | 0 | 52 | A | 46 | 4E | 35 |
| Octal | 306 | 345 | 51 | 16 | 0 | 122 | 12 | 106 | 116 | 65 |
| Binary | 11000110 | 11100101 | 101001 | 1110 | 0 | 1010010 | 1010 | 1000110 | 1001110 | 110101 |
Color Harmonies of #C6E529
Complementary color
Monochromatic Colors of #C6E529
Black with #C6E529
Text Example
Text Example
White with #C6E529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6E529; }
p { color: rgb(198,229,41); }
H1.HeaderClassName
{
color: #C6E529;
}
.AnyTagClassName
{
color: #C6E529;
}
</style>
background-color css
<style>
a { background-color: #C6E529; }
a { background-color: rgb(198,229,41); }
div.DivClassName
{
background-color: #C6E529;
}
.BgClassName
{
background-color: #C6E529;
}
</style>
border-color css
<style>
span { border-color: #C6E529; }
span { border-color: rgb(198,229,41); }
td.TdClassName
{
border-color: #C6E529;
}
.TagClassName
{
border-color: #C6E529;
}
</style>