Shades of Pear #CDEC17
Tints of Pear #CDEC17
RGB
CMYK
RGB Variations
Color information
#CDEC17 (or 0xCDEC17) is known color: Pear. HEX triplet: CD, EC and 17. RGB value is (205,236,23). Sum of RGB (Red+Green+Blue) = 205+236+23=464 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.18% from 464); Green value is 236 (92.58% from 255 or 50.86% from 464); Blue value is 23 (9.38% from 255 or 4.96% from 464); Max value from RGB is 236 - color contains mainly: green. Hex color #CDEC17 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDEC17 is #3213E8. Grayscale: #CBCBCB. Windows color (decimal): -3281897 or 1567949. OLE color: 1567949.
HSL color Cylindrical-coordinate representation of color #CDEC17: hue angle of 68.73º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CDEC17 is Cyan = 0.13, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 236 | 23 | - |
| CMYK | 0.13 | 0 | 0.90 | 0.07 |
| HSL | 68.73º | 0.85% | 0.51% | - |
| HSV(B) | 68.73º | 0.9% | 0.93% | - |
| XYZ | 55.33 | 73.03 | 11.99 | - |
| YUV | 202.45 | 26.73 | 129.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 236 | 23 | 0.13 | 0 | 0.90 | 0.07 | 68.73 | 0.85 | 0.51 |
| Hex | CD | EC | 17 | D | 0 | 5A | 7 | 45 | 55 | 33 |
| Octal | 315 | 354 | 27 | 15 | 0 | 132 | 7 | 105 | 125 | 63 |
| Binary | 11001101 | 11101100 | 10111 | 1101 | 0 | 1011010 | 111 | 1000101 | 1010101 | 110011 |
Color Harmonies of #CDEC17
Complementary color
Monochromatic Colors of #CDEC17
Black with #CDEC17
Text Example
Text Example
White with #CDEC17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEC17; }
p { color: rgb(205,236,23); }
H1.HeaderClassName
{
color: #CDEC17;
}
.AnyTagClassName
{
color: #CDEC17;
}
</style>
background-color css
<style>
a { background-color: #CDEC17; }
a { background-color: rgb(205,236,23); }
div.DivClassName
{
background-color: #CDEC17;
}
.BgClassName
{
background-color: #CDEC17;
}
</style>
border-color css
<style>
span { border-color: #CDEC17; }
span { border-color: rgb(205,236,23); }
td.TdClassName
{
border-color: #CDEC17;
}
.TagClassName
{
border-color: #CDEC17;
}
</style>