Shades of Pear #C6E528
Tints of Pear #C6E528
RGB
CMYK
RGB Variations
Color information
#C6E528 (or 0xC6E528) is known color: Pear. HEX triplet: C6, E5 and 28. RGB value is (198,229,40). Sum of RGB (Red+Green+Blue) = 198+229+40=467 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.40% from 467); Green value is 229 (89.84% from 255 or 49.04% from 467); Blue value is 40 (16.02% from 255 or 8.57% from 467); Max value from RGB is 229 - color contains mainly: green. Hex color #C6E528 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6E528 is #391AD7. Grayscale: #C6C6C6. Windows color (decimal): -3742424 or 2680262. OLE color: 2680262.
HSL color Cylindrical-coordinate representation of color #C6E528: hue angle of 69.84º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C6E528 is Cyan = 0.14, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 198 | 229 | 40 | - |
| CMYK | 0.14 | 0 | 0.83 | 0.10 |
| HSL | 69.84º | 0.78% | 0.53% | - |
| HSV(B) | 69.84º | 0.83% | 0.9% | - |
| XYZ | 51.69 | 68.2 | 12.45 | - |
| YUV | 198.19 | 38.73 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 229 | 40 | 0.14 | 0 | 0.83 | 0.10 | 69.84 | 0.78 | 0.53 |
| Hex | C6 | E5 | 28 | E | 0 | 53 | A | 46 | 4E | 35 |
| Octal | 306 | 345 | 50 | 16 | 0 | 123 | 12 | 106 | 116 | 65 |
| Binary | 11000110 | 11100101 | 101000 | 1110 | 0 | 1010011 | 1010 | 1000110 | 1001110 | 110101 |
Color Harmonies of #C6E528
Complementary color
Monochromatic Colors of #C6E528
Black with #C6E528
Text Example
Text Example
White with #C6E528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6E528; }
p { color: rgb(198,229,40); }
H1.HeaderClassName
{
color: #C6E528;
}
.AnyTagClassName
{
color: #C6E528;
}
</style>
background-color css
<style>
a { background-color: #C6E528; }
a { background-color: rgb(198,229,40); }
div.DivClassName
{
background-color: #C6E528;
}
.BgClassName
{
background-color: #C6E528;
}
</style>
border-color css
<style>
span { border-color: #C6E528; }
span { border-color: rgb(198,229,40); }
td.TdClassName
{
border-color: #C6E528;
}
.TagClassName
{
border-color: #C6E528;
}
</style>