Shades of Pear #DDFC2E
Tints of Pear #DDFC2E
RGB
CMYK
RGB Variations
Color information
#DDFC2E (or 0xDDFC2E) is known color: Pear. HEX triplet: DD, FC and 2E. RGB value is (221,252,46). Sum of RGB (Red+Green+Blue) = 221+252+46=519 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.58% from 519); Green value is 252 (98.83% from 255 or 48.55% from 519); Blue value is 46 (18.36% from 255 or 8.86% from 519); Max value from RGB is 252 - color contains mainly: green. Hex color #DDFC2E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDFC2E is #2203D1. Grayscale: #DCDCDC. Windows color (decimal): -2229202 or 3079389. OLE color: 3079389.
HSL color Cylindrical-coordinate representation of color #DDFC2E: hue angle of 69.03º 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 #DDFC2E is Cyan = 0.12, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 252 | 46 | - |
| CMYK | 0.12 | 0 | 0.82 | 0.01 |
| HSL | 69.03º | 0.97% | 0.58% | - |
| HSV(B) | 69.03º | 0.82% | 0.99% | - |
| XYZ | 65.12 | 85.19 | 15.6 | - |
| YUV | 219.25 | 30.23 | 129.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 252 | 46 | 0.12 | 0 | 0.82 | 0.01 | 69.03 | 0.97 | 0.58 |
| Hex | DD | FC | 2E | C | 0 | 52 | 1 | 45 | 61 | 3A |
| Octal | 335 | 374 | 56 | 14 | 0 | 122 | 1 | 105 | 141 | 72 |
| Binary | 11011101 | 11111100 | 101110 | 1100 | 0 | 1010010 | 1 | 1000101 | 1100001 | 111010 |
Color Harmonies of #DDFC2E
Complementary color
Monochromatic Colors of #DDFC2E
Black with #DDFC2E
Text Example
Text Example
White with #DDFC2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFC2E; }
p { color: rgb(221,252,46); }
H1.HeaderClassName
{
color: #DDFC2E;
}
.AnyTagClassName
{
color: #DDFC2E;
}
</style>
background-color css
<style>
a { background-color: #DDFC2E; }
a { background-color: rgb(221,252,46); }
div.DivClassName
{
background-color: #DDFC2E;
}
.BgClassName
{
background-color: #DDFC2E;
}
</style>
border-color css
<style>
span { border-color: #DDFC2E; }
span { border-color: rgb(221,252,46); }
td.TdClassName
{
border-color: #DDFC2E;
}
.TagClassName
{
border-color: #DDFC2E;
}
</style>