Shades of Pear #C6E52D
Tints of Pear #C6E52D
RGB
CMYK
RGB Variations
Color information
#C6E52D (or 0xC6E52D) is known color: Pear. HEX triplet: C6, E5 and 2D. RGB value is (198,229,45). Sum of RGB (Red+Green+Blue) = 198+229+45=472 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.95% from 472); Green value is 229 (89.84% from 255 or 48.52% from 472); Blue value is 45 (17.97% from 255 or 9.53% from 472); Max value from RGB is 229 - color contains mainly: green. Hex color #C6E52D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6E52D is #391AD2. Grayscale: #C7C7C7. Windows color (decimal): -3742419 or 3007942. OLE color: 3007942.
HSL color Cylindrical-coordinate representation of color #C6E52D: hue angle of 70.11º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C6E52D is Cyan = 0.14, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 198 | 229 | 45 | - |
| CMYK | 0.14 | 0 | 0.80 | 0.10 |
| HSL | 70.11º | 0.78% | 0.54% | - |
| HSV(B) | 70.11º | 0.8% | 0.9% | - |
| XYZ | 51.78 | 68.23 | 12.92 | - |
| YUV | 198.76 | 41.23 | 127.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 229 | 45 | 0.14 | 0 | 0.80 | 0.10 | 70.11 | 0.78 | 0.54 |
| Hex | C6 | E5 | 2D | E | 0 | 50 | A | 46 | 4E | 36 |
| Octal | 306 | 345 | 55 | 16 | 0 | 120 | 12 | 106 | 116 | 66 |
| Binary | 11000110 | 11100101 | 101101 | 1110 | 0 | 1010000 | 1010 | 1000110 | 1001110 | 110110 |
Color Harmonies of #C6E52D
Complementary color
Monochromatic Colors of #C6E52D
Black with #C6E52D
Text Example
Text Example
White with #C6E52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6E52D; }
p { color: rgb(198,229,45); }
H1.HeaderClassName
{
color: #C6E52D;
}
.AnyTagClassName
{
color: #C6E52D;
}
</style>
background-color css
<style>
a { background-color: #C6E52D; }
a { background-color: rgb(198,229,45); }
div.DivClassName
{
background-color: #C6E52D;
}
.BgClassName
{
background-color: #C6E52D;
}
</style>
border-color css
<style>
span { border-color: #C6E52D; }
span { border-color: rgb(198,229,45); }
td.TdClassName
{
border-color: #C6E52D;
}
.TagClassName
{
border-color: #C6E52D;
}
</style>