Shades of Pear #C6E521
Tints of Pear #C6E521
RGB
CMYK
RGB Variations
Color information
#C6E521 (or 0xC6E521) is known color: Pear. HEX triplet: C6, E5 and 21. RGB value is (198,229,33). Sum of RGB (Red+Green+Blue) = 198+229+33=460 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.04% from 460); Green value is 229 (89.84% from 255 or 49.78% from 460); Blue value is 33 (13.28% from 255 or 7.17% from 460); Max value from RGB is 229 - color contains mainly: green. Hex color #C6E521 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6E521 is #391ADE. Grayscale: #C6C6C6. Windows color (decimal): -3742431 or 2221510. OLE color: 2221510.
HSL color Cylindrical-coordinate representation of color #C6E521: hue angle of 69.49º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C6E521 is Cyan = 0.14, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 198 | 229 | 33 | - |
| CMYK | 0.14 | 0 | 0.86 | 0.10 |
| HSL | 69.49º | 0.79% | 0.51% | - |
| HSV(B) | 69.49º | 0.86% | 0.9% | - |
| XYZ | 51.58 | 68.15 | 11.88 | - |
| YUV | 197.39 | 35.23 | 128.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 229 | 33 | 0.14 | 0 | 0.86 | 0.10 | 69.49 | 0.79 | 0.51 |
| Hex | C6 | E5 | 21 | E | 0 | 56 | A | 45 | 4F | 33 |
| Octal | 306 | 345 | 41 | 16 | 0 | 126 | 12 | 105 | 117 | 63 |
| Binary | 11000110 | 11100101 | 100001 | 1110 | 0 | 1010110 | 1010 | 1000101 | 1001111 | 110011 |
Color Harmonies of #C6E521
Complementary color
Monochromatic Colors of #C6E521
Black with #C6E521
Text Example
Text Example
White with #C6E521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6E521; }
p { color: rgb(198,229,33); }
H1.HeaderClassName
{
color: #C6E521;
}
.AnyTagClassName
{
color: #C6E521;
}
</style>
background-color css
<style>
a { background-color: #C6E521; }
a { background-color: rgb(198,229,33); }
div.DivClassName
{
background-color: #C6E521;
}
.BgClassName
{
background-color: #C6E521;
}
</style>
border-color css
<style>
span { border-color: #C6E521; }
span { border-color: rgb(198,229,33); }
td.TdClassName
{
border-color: #C6E521;
}
.TagClassName
{
border-color: #C6E521;
}
</style>