Shades of Pear #CDDD19
Tints of Pear #CDDD19
RGB
CMYK
RGB Variations
Color information
#CDDD19 (or 0xCDDD19) is known color: Pear. HEX triplet: CD, DD and 19. RGB value is (205,221,25). Sum of RGB (Red+Green+Blue) = 205+221+25=451 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.45% from 451); Green value is 221 (86.72% from 255 or 49.00% from 451); Blue value is 25 (10.16% from 255 or 5.54% from 451); Max value from RGB is 221 - color contains mainly: green. Hex color #CDDD19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDDD19 is #3222E6. Grayscale: #C2C2C2. Windows color (decimal): -3285735 or 1695181. OLE color: 1695181.
HSL color Cylindrical-coordinate representation of color #CDDD19: hue angle of 64.9º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CDDD19 is Cyan = 0.07, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 221 | 25 | - |
| CMYK | 0.07 | 0 | 0.89 | 0.13 |
| HSL | 64.9º | 0.8% | 0.48% | - |
| HSV(B) | 64.9º | 0.89% | 0.87% | - |
| XYZ | 51.21 | 64.76 | 10.72 | - |
| YUV | 193.87 | 32.7 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 221 | 25 | 0.07 | 0 | 0.89 | 0.13 | 64.9 | 0.8 | 0.48 |
| Hex | CD | DD | 19 | 7 | 0 | 59 | D | 41 | 50 | 30 |
| Octal | 315 | 335 | 31 | 7 | 0 | 131 | 15 | 101 | 120 | 60 |
| Binary | 11001101 | 11011101 | 11001 | 111 | 0 | 1011001 | 1101 | 1000001 | 1010000 | 110000 |
Color Harmonies of #CDDD19
Complementary color
Monochromatic Colors of #CDDD19
Black with #CDDD19
Text Example
Text Example
White with #CDDD19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDD19; }
p { color: rgb(205,221,25); }
H1.HeaderClassName
{
color: #CDDD19;
}
.AnyTagClassName
{
color: #CDDD19;
}
</style>
background-color css
<style>
a { background-color: #CDDD19; }
a { background-color: rgb(205,221,25); }
div.DivClassName
{
background-color: #CDDD19;
}
.BgClassName
{
background-color: #CDDD19;
}
</style>
border-color css
<style>
span { border-color: #CDDD19; }
span { border-color: rgb(205,221,25); }
td.TdClassName
{
border-color: #CDDD19;
}
.TagClassName
{
border-color: #CDDD19;
}
</style>