Shades of Pear #CDE122
Tints of Pear #CDE122
RGB
CMYK
RGB Variations
Color information
#CDE122 (or 0xCDE122) is known color: Pear. HEX triplet: CD, E1 and 22. RGB value is (205,225,34). Sum of RGB (Red+Green+Blue) = 205+225+34=464 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.18% from 464); Green value is 225 (88.28% from 255 or 48.49% from 464); Blue value is 34 (13.67% from 255 or 7.33% from 464); Max value from RGB is 225 - color contains mainly: green. Hex color #CDE122 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDE122 is #321EDD. Grayscale: #C5C5C5. Windows color (decimal): -3284702 or 2286029. OLE color: 2286029.
HSL color Cylindrical-coordinate representation of color #CDE122: hue angle of 66.28º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CDE122 is Cyan = 0.09, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 205 | 225 | 34 | - |
| CMYK | 0.09 | 0 | 0.85 | 0.12 |
| HSL | 66.28º | 0.76% | 0.51% | - |
| HSV(B) | 66.28º | 0.85% | 0.88% | - |
| XYZ | 52.39 | 66.95 | 11.67 | - |
| YUV | 197.25 | 35.87 | 133.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 225 | 34 | 0.09 | 0 | 0.85 | 0.12 | 66.28 | 0.76 | 0.51 |
| Hex | CD | E1 | 22 | 9 | 0 | 55 | C | 42 | 4C | 33 |
| Octal | 315 | 341 | 42 | 11 | 0 | 125 | 14 | 102 | 114 | 63 |
| Binary | 11001101 | 11100001 | 100010 | 1001 | 0 | 1010101 | 1100 | 1000010 | 1001100 | 110011 |
Color Harmonies of #CDE122
Complementary color
Monochromatic Colors of #CDE122
Black with #CDE122
Text Example
Text Example
White with #CDE122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE122; }
p { color: rgb(205,225,34); }
H1.HeaderClassName
{
color: #CDE122;
}
.AnyTagClassName
{
color: #CDE122;
}
</style>
background-color css
<style>
a { background-color: #CDE122; }
a { background-color: rgb(205,225,34); }
div.DivClassName
{
background-color: #CDE122;
}
.BgClassName
{
background-color: #CDE122;
}
</style>
border-color css
<style>
span { border-color: #CDE122; }
span { border-color: rgb(205,225,34); }
td.TdClassName
{
border-color: #CDE122;
}
.TagClassName
{
border-color: #CDE122;
}
</style>