Shades of Pear #CDDD27
Tints of Pear #CDDD27
RGB
CMYK
RGB Variations
Color information
#CDDD27 (or 0xCDDD27) is known color: Pear. HEX triplet: CD, DD and 27. RGB value is (205,221,39). Sum of RGB (Red+Green+Blue) = 205+221+39=465 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.09% from 465); Green value is 221 (86.72% from 255 or 47.53% from 465); Blue value is 39 (15.62% from 255 or 8.39% from 465); Max value from RGB is 221 - color contains mainly: green. Hex color #CDDD27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDDD27 is #3222D8. Grayscale: #C4C4C4. Windows color (decimal): -3285721 or 2612685. OLE color: 2612685.
HSL color Cylindrical-coordinate representation of color #CDDD27: hue angle of 65.27º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CDDD27 is Cyan = 0.07, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 221 | 39 | - |
| CMYK | 0.07 | 0 | 0.82 | 0.13 |
| HSL | 65.27º | 0.73% | 0.51% | - |
| HSV(B) | 65.27º | 0.82% | 0.87% | - |
| XYZ | 51.4 | 64.84 | 11.73 | - |
| YUV | 195.47 | 39.7 | 134.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 221 | 39 | 0.07 | 0 | 0.82 | 0.13 | 65.27 | 0.73 | 0.51 |
| Hex | CD | DD | 27 | 7 | 0 | 52 | D | 41 | 49 | 33 |
| Octal | 315 | 335 | 47 | 7 | 0 | 122 | 15 | 101 | 111 | 63 |
| Binary | 11001101 | 11011101 | 100111 | 111 | 0 | 1010010 | 1101 | 1000001 | 1001001 | 110011 |
Color Harmonies of #CDDD27
Complementary color
Monochromatic Colors of #CDDD27
Black with #CDDD27
Text Example
Text Example
White with #CDDD27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDD27; }
p { color: rgb(205,221,39); }
H1.HeaderClassName
{
color: #CDDD27;
}
.AnyTagClassName
{
color: #CDDD27;
}
</style>
background-color css
<style>
a { background-color: #CDDD27; }
a { background-color: rgb(205,221,39); }
div.DivClassName
{
background-color: #CDDD27;
}
.BgClassName
{
background-color: #CDDD27;
}
</style>
border-color css
<style>
span { border-color: #CDDD27; }
span { border-color: rgb(205,221,39); }
td.TdClassName
{
border-color: #CDDD27;
}
.TagClassName
{
border-color: #CDDD27;
}
</style>