Shades of Pear #CDE128
Tints of Pear #CDE128
RGB
CMYK
RGB Variations
Color information
#CDE128 (or 0xCDE128) is known color: Pear. HEX triplet: CD, E1 and 28. RGB value is (205,225,40). Sum of RGB (Red+Green+Blue) = 205+225+40=470 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.62% from 470); Green value is 225 (88.28% from 255 or 47.87% from 470); Blue value is 40 (16.02% from 255 or 8.51% from 470); Max value from RGB is 225 - color contains mainly: green. Hex color #CDE128 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDE128 is #321ED7. Grayscale: #C6C6C6. Windows color (decimal): -3284696 or 2679245. OLE color: 2679245.
HSL color Cylindrical-coordinate representation of color #CDE128: hue angle of 66.49º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CDE128 is Cyan = 0.09, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 205 | 225 | 40 | - |
| CMYK | 0.09 | 0 | 0.82 | 0.12 |
| HSL | 66.49º | 0.76% | 0.52% | - |
| HSV(B) | 66.49º | 0.82% | 0.88% | - |
| XYZ | 52.49 | 66.98 | 12.17 | - |
| YUV | 197.93 | 38.87 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 225 | 40 | 0.09 | 0 | 0.82 | 0.12 | 66.49 | 0.76 | 0.52 |
| Hex | CD | E1 | 28 | 9 | 0 | 52 | C | 42 | 4C | 34 |
| Octal | 315 | 341 | 50 | 11 | 0 | 122 | 14 | 102 | 114 | 64 |
| Binary | 11001101 | 11100001 | 101000 | 1001 | 0 | 1010010 | 1100 | 1000010 | 1001100 | 110100 |
Color Harmonies of #CDE128
Complementary color
Monochromatic Colors of #CDE128
Black with #CDE128
Text Example
Text Example
White with #CDE128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE128; }
p { color: rgb(205,225,40); }
H1.HeaderClassName
{
color: #CDE128;
}
.AnyTagClassName
{
color: #CDE128;
}
</style>
background-color css
<style>
a { background-color: #CDE128; }
a { background-color: rgb(205,225,40); }
div.DivClassName
{
background-color: #CDE128;
}
.BgClassName
{
background-color: #CDE128;
}
</style>
border-color css
<style>
span { border-color: #CDE128; }
span { border-color: rgb(205,225,40); }
td.TdClassName
{
border-color: #CDE128;
}
.TagClassName
{
border-color: #CDE128;
}
</style>