Shades of Pear #DDFD2D
Tints of Pear #DDFD2D
RGB
CMYK
RGB Variations
Color information
#DDFD2D (or 0xDDFD2D) is known color: Pear. HEX triplet: DD, FD and 2D. RGB value is (221,253,45). Sum of RGB (Red+Green+Blue) = 221+253+45=519 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.58% from 519); Green value is 253 (99.22% from 255 or 48.75% from 519); Blue value is 45 (17.97% from 255 or 8.67% from 519); Max value from RGB is 253 - color contains mainly: green. Hex color #DDFD2D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDFD2D is #2202D2. Grayscale: #DCDCDC. Windows color (decimal): -2228947 or 3014109. OLE color: 3014109.
HSL color Cylindrical-coordinate representation of color #DDFD2D: hue angle of 69.23º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DDFD2D is Cyan = 0.13, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 253 | 45 | - |
| CMYK | 0.13 | 0 | 0.82 | 0.01 |
| HSL | 69.23º | 0.98% | 0.58% | - |
| HSV(B) | 69.23º | 0.82% | 0.99% | - |
| XYZ | 65.42 | 85.81 | 15.6 | - |
| YUV | 219.72 | 29.4 | 128.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 253 | 45 | 0.13 | 0 | 0.82 | 0.01 | 69.23 | 0.98 | 0.58 |
| Hex | DD | FD | 2D | D | 0 | 52 | 1 | 45 | 62 | 3A |
| Octal | 335 | 375 | 55 | 15 | 0 | 122 | 1 | 105 | 142 | 72 |
| Binary | 11011101 | 11111101 | 101101 | 1101 | 0 | 1010010 | 1 | 1000101 | 1100010 | 111010 |
Color Harmonies of #DDFD2D
Complementary color
Monochromatic Colors of #DDFD2D
Black with #DDFD2D
Text Example
Text Example
White with #DDFD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFD2D; }
p { color: rgb(221,253,45); }
H1.HeaderClassName
{
color: #DDFD2D;
}
.AnyTagClassName
{
color: #DDFD2D;
}
</style>
background-color css
<style>
a { background-color: #DDFD2D; }
a { background-color: rgb(221,253,45); }
div.DivClassName
{
background-color: #DDFD2D;
}
.BgClassName
{
background-color: #DDFD2D;
}
</style>
border-color css
<style>
span { border-color: #DDFD2D; }
span { border-color: rgb(221,253,45); }
td.TdClassName
{
border-color: #DDFD2D;
}
.TagClassName
{
border-color: #DDFD2D;
}
</style>