Shades of Pear #DDFC3E
Tints of Pear #DDFC3E
RGB
CMYK
RGB Variations
Color information
#DDFC3E (or 0xDDFC3E) is known color: Pear. HEX triplet: DD, FC and 3E. RGB value is (221,252,62). Sum of RGB (Red+Green+Blue) = 221+252+62=535 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.31% from 535); Green value is 252 (98.83% from 255 or 47.10% from 535); Blue value is 62 (24.61% from 255 or 11.59% from 535); Max value from RGB is 252 - color contains mainly: green. Hex color #DDFC3E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDFC3E is #2203C1. Grayscale: #DDDDDD. Windows color (decimal): -2229186 or 4127965. OLE color: 4127965.
HSL color Cylindrical-coordinate representation of color #DDFC3E: hue angle of 69.79º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DDFC3E is Cyan = 0.12, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 252 | 62 | - |
| CMYK | 0.12 | 0 | 0.75 | 0.01 |
| HSL | 69.79º | 0.97% | 0.62% | - |
| HSV(B) | 69.79º | 0.75% | 0.99% | - |
| XYZ | 65.5 | 85.34 | 17.58 | - |
| YUV | 221.07 | 38.23 | 127.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 252 | 62 | 0.12 | 0 | 0.75 | 0.01 | 69.79 | 0.97 | 0.62 |
| Hex | DD | FC | 3E | C | 0 | 4B | 1 | 46 | 61 | 3E |
| Octal | 335 | 374 | 76 | 14 | 0 | 113 | 1 | 106 | 141 | 76 |
| Binary | 11011101 | 11111100 | 111110 | 1100 | 0 | 1001011 | 1 | 1000110 | 1100001 | 111110 |
Color Harmonies of #DDFC3E
Complementary color
Monochromatic Colors of #DDFC3E
Black with #DDFC3E
Text Example
Text Example
White with #DDFC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFC3E; }
p { color: rgb(221,252,62); }
H1.HeaderClassName
{
color: #DDFC3E;
}
.AnyTagClassName
{
color: #DDFC3E;
}
</style>
background-color css
<style>
a { background-color: #DDFC3E; }
a { background-color: rgb(221,252,62); }
div.DivClassName
{
background-color: #DDFC3E;
}
.BgClassName
{
background-color: #DDFC3E;
}
</style>
border-color css
<style>
span { border-color: #DDFC3E; }
span { border-color: rgb(221,252,62); }
td.TdClassName
{
border-color: #DDFC3E;
}
.TagClassName
{
border-color: #DDFC3E;
}
</style>