Shades of Pear #DDFC2D
Tints of Pear #DDFC2D
RGB
CMYK
RGB Variations
Color information
#DDFC2D (or 0xDDFC2D) is known color: Pear. HEX triplet: DD, FC and 2D. RGB value is (221,252,45). Sum of RGB (Red+Green+Blue) = 221+252+45=518 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.66% from 518); Green value is 252 (98.83% from 255 or 48.65% from 518); Blue value is 45 (17.97% from 255 or 8.69% from 518); Max value from RGB is 252 - color contains mainly: green. Hex color #DDFC2D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDFC2D is #2203D2. Grayscale: #DBDBDB. Windows color (decimal): -2229203 or 3013853. OLE color: 3013853.
HSL color Cylindrical-coordinate representation of color #DDFC2D: hue angle of 68.99º degrees, saturation: 0.97, 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 #DDFC2D is Cyan = 0.12, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 252 | 45 | - |
| CMYK | 0.12 | 0 | 0.82 | 0.01 |
| HSL | 68.99º | 0.97% | 0.58% | - |
| HSV(B) | 68.99º | 0.82% | 0.99% | - |
| XYZ | 65.1 | 85.18 | 15.49 | - |
| YUV | 219.13 | 29.73 | 129.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 252 | 45 | 0.12 | 0 | 0.82 | 0.01 | 68.99 | 0.97 | 0.58 |
| Hex | DD | FC | 2D | C | 0 | 52 | 1 | 45 | 61 | 3A |
| Octal | 335 | 374 | 55 | 14 | 0 | 122 | 1 | 105 | 141 | 72 |
| Binary | 11011101 | 11111100 | 101101 | 1100 | 0 | 1010010 | 1 | 1000101 | 1100001 | 111010 |
Color Harmonies of #DDFC2D
Complementary color
Monochromatic Colors of #DDFC2D
Black with #DDFC2D
Text Example
Text Example
White with #DDFC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFC2D; }
p { color: rgb(221,252,45); }
H1.HeaderClassName
{
color: #DDFC2D;
}
.AnyTagClassName
{
color: #DDFC2D;
}
</style>
background-color css
<style>
a { background-color: #DDFC2D; }
a { background-color: rgb(221,252,45); }
div.DivClassName
{
background-color: #DDFC2D;
}
.BgClassName
{
background-color: #DDFC2D;
}
</style>
border-color css
<style>
span { border-color: #DDFC2D; }
span { border-color: rgb(221,252,45); }
td.TdClassName
{
border-color: #DDFC2D;
}
.TagClassName
{
border-color: #DDFC2D;
}
</style>