Shades of Pear #CDEC19
Tints of Pear #CDEC19
RGB
CMYK
RGB Variations
Color information
#CDEC19 (or 0xCDEC19) is known color: Pear. HEX triplet: CD, EC and 19. RGB value is (205,236,25). Sum of RGB (Red+Green+Blue) = 205+236+25=466 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.99% from 466); Green value is 236 (92.58% from 255 or 50.64% from 466); Blue value is 25 (10.16% from 255 or 5.36% from 466); Max value from RGB is 236 - color contains mainly: green. Hex color #CDEC19 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDEC19 is #3213E6. Grayscale: #CBCBCB. Windows color (decimal): -3281895 or 1699021. OLE color: 1699021.
HSL color Cylindrical-coordinate representation of color #CDEC19: hue angle of 68.82º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CDEC19 is Cyan = 0.13, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 236 | 25 | - |
| CMYK | 0.13 | 0 | 0.89 | 0.07 |
| HSL | 68.82º | 0.85% | 0.51% | - |
| HSV(B) | 68.82º | 0.89% | 0.93% | - |
| XYZ | 55.35 | 73.04 | 12.1 | - |
| YUV | 202.68 | 27.73 | 129.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 236 | 25 | 0.13 | 0 | 0.89 | 0.07 | 68.82 | 0.85 | 0.51 |
| Hex | CD | EC | 19 | D | 0 | 59 | 7 | 45 | 55 | 33 |
| Octal | 315 | 354 | 31 | 15 | 0 | 131 | 7 | 105 | 125 | 63 |
| Binary | 11001101 | 11101100 | 11001 | 1101 | 0 | 1011001 | 111 | 1000101 | 1010101 | 110011 |
Color Harmonies of #CDEC19
Complementary color
Monochromatic Colors of #CDEC19
Black with #CDEC19
Text Example
Text Example
White with #CDEC19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEC19; }
p { color: rgb(205,236,25); }
H1.HeaderClassName
{
color: #CDEC19;
}
.AnyTagClassName
{
color: #CDEC19;
}
</style>
background-color css
<style>
a { background-color: #CDEC19; }
a { background-color: rgb(205,236,25); }
div.DivClassName
{
background-color: #CDEC19;
}
.BgClassName
{
background-color: #CDEC19;
}
</style>
border-color css
<style>
span { border-color: #CDEC19; }
span { border-color: rgb(205,236,25); }
td.TdClassName
{
border-color: #CDEC19;
}
.TagClassName
{
border-color: #CDEC19;
}
</style>