Shades of Pear #CDEC28
Tints of Pear #CDEC28
RGB
CMYK
RGB Variations
Color information
#CDEC28 (or 0xCDEC28) is known color: Pear. HEX triplet: CD, EC and 28. RGB value is (205,236,40). Sum of RGB (Red+Green+Blue) = 205+236+40=481 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.62% from 481); Green value is 236 (92.58% from 255 or 49.06% from 481); Blue value is 40 (16.02% from 255 or 8.32% from 481); Max value from RGB is 236 - color contains mainly: green. Hex color #CDEC28 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDEC28 is #3213D7. Grayscale: #CDCDCD. Windows color (decimal): -3281880 or 2682061. OLE color: 2682061.
HSL color Cylindrical-coordinate representation of color #CDEC28: hue angle of 69.49º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CDEC28 is Cyan = 0.13, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 236 | 40 | - |
| CMYK | 0.13 | 0 | 0.83 | 0.07 |
| HSL | 69.49º | 0.84% | 0.54% | - |
| HSV(B) | 69.49º | 0.83% | 0.93% | - |
| XYZ | 55.56 | 73.12 | 13.19 | - |
| YUV | 204.39 | 35.23 | 128.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 236 | 40 | 0.13 | 0 | 0.83 | 0.07 | 69.49 | 0.84 | 0.54 |
| Hex | CD | EC | 28 | D | 0 | 53 | 7 | 45 | 54 | 36 |
| Octal | 315 | 354 | 50 | 15 | 0 | 123 | 7 | 105 | 124 | 66 |
| Binary | 11001101 | 11101100 | 101000 | 1101 | 0 | 1010011 | 111 | 1000101 | 1010100 | 110110 |
Color Harmonies of #CDEC28
Complementary color
Monochromatic Colors of #CDEC28
Black with #CDEC28
Text Example
Text Example
White with #CDEC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEC28; }
p { color: rgb(205,236,40); }
H1.HeaderClassName
{
color: #CDEC28;
}
.AnyTagClassName
{
color: #CDEC28;
}
</style>
background-color css
<style>
a { background-color: #CDEC28; }
a { background-color: rgb(205,236,40); }
div.DivClassName
{
background-color: #CDEC28;
}
.BgClassName
{
background-color: #CDEC28;
}
</style>
border-color css
<style>
span { border-color: #CDEC28; }
span { border-color: rgb(205,236,40); }
td.TdClassName
{
border-color: #CDEC28;
}
.TagClassName
{
border-color: #CDEC28;
}
</style>