Shades of Pear #CDE11C
Tints of Pear #CDE11C
RGB
CMYK
RGB Variations
Color information
#CDE11C (or 0xCDE11C) is known color: Pear. HEX triplet: CD, E1 and 1C. RGB value is (205,225,28). Sum of RGB (Red+Green+Blue) = 205+225+28=458 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.76% from 458); Green value is 225 (88.28% from 255 or 49.13% from 458); Blue value is 28 (11.33% from 255 or 6.11% from 458); Max value from RGB is 225 - color contains mainly: green. Hex color #CDE11C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDE11C is #321EE3. Grayscale: #C5C5C5. Windows color (decimal): -3284708 or 1892813. OLE color: 1892813.
HSL color Cylindrical-coordinate representation of color #CDE11C: hue angle of 66.09º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CDE11C is Cyan = 0.09, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 205 | 225 | 28 | - |
| CMYK | 0.09 | 0 | 0.88 | 0.12 |
| HSL | 66.09º | 0.78% | 0.5% | - |
| HSV(B) | 66.09º | 0.88% | 0.88% | - |
| XYZ | 52.31 | 66.91 | 11.26 | - |
| YUV | 196.56 | 32.87 | 134.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 225 | 28 | 0.09 | 0 | 0.88 | 0.12 | 66.09 | 0.78 | 0.5 |
| Hex | CD | E1 | 1C | 9 | 0 | 58 | C | 42 | 4E | 32 |
| Octal | 315 | 341 | 34 | 11 | 0 | 130 | 14 | 102 | 116 | 62 |
| Binary | 11001101 | 11100001 | 11100 | 1001 | 0 | 1011000 | 1100 | 1000010 | 1001110 | 110010 |
Color Harmonies of #CDE11C
Complementary color
Monochromatic Colors of #CDE11C
Black with #CDE11C
Text Example
Text Example
White with #CDE11C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE11C; }
p { color: rgb(205,225,28); }
H1.HeaderClassName
{
color: #CDE11C;
}
.AnyTagClassName
{
color: #CDE11C;
}
</style>
background-color css
<style>
a { background-color: #CDE11C; }
a { background-color: rgb(205,225,28); }
div.DivClassName
{
background-color: #CDE11C;
}
.BgClassName
{
background-color: #CDE11C;
}
</style>
border-color css
<style>
span { border-color: #CDE11C; }
span { border-color: rgb(205,225,28); }
td.TdClassName
{
border-color: #CDE11C;
}
.TagClassName
{
border-color: #CDE11C;
}
</style>