Shades of Pear #DDFE3C
Tints of Pear #DDFE3C
RGB
CMYK
RGB Variations
Color information
#DDFE3C (or 0xDDFE3C) is known color: Pear. HEX triplet: DD, FE and 3C. RGB value is (221,254,60). Sum of RGB (Red+Green+Blue) = 221+254+60=535 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.31% from 535); Green value is 254 (99.61% from 255 or 47.48% from 535); Blue value is 60 (23.83% from 255 or 11.21% from 535); Max value from RGB is 254 - color contains mainly: green. Hex color #DDFE3C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDFE3C is #2201C3. Grayscale: #DEDEDE. Windows color (decimal): -2228676 or 3997405. OLE color: 3997405.
HSL color Cylindrical-coordinate representation of color #DDFE3C: hue angle of 70.21º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DDFE3C is Cyan = 0.13, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 254 | 60 | - |
| CMYK | 0.13 | 0 | 0.76 | 0.00 |
| HSL | 70.21º | 0.99% | 0.62% | - |
| HSV(B) | 70.21º | 0.76% | 1% | - |
| XYZ | 66.08 | 86.58 | 17.5 | - |
| YUV | 222.02 | 36.57 | 127.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 254 | 60 | 0.13 | 0 | 0.76 | 0.00 | 70.21 | 0.99 | 0.62 |
| Hex | DD | FE | 3C | D | 0 | 4C | 0 | 46 | 63 | 3E |
| Octal | 335 | 376 | 74 | 15 | 0 | 114 | 0 | 106 | 143 | 76 |
| Binary | 11011101 | 11111110 | 111100 | 1101 | 0 | 1001100 | 0 | 1000110 | 1100011 | 111110 |
Color Harmonies of #DDFE3C
Complementary color
Monochromatic Colors of #DDFE3C
Black with #DDFE3C
Text Example
Text Example
White with #DDFE3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFE3C; }
p { color: rgb(221,254,60); }
H1.HeaderClassName
{
color: #DDFE3C;
}
.AnyTagClassName
{
color: #DDFE3C;
}
</style>
background-color css
<style>
a { background-color: #DDFE3C; }
a { background-color: rgb(221,254,60); }
div.DivClassName
{
background-color: #DDFE3C;
}
.BgClassName
{
background-color: #DDFE3C;
}
</style>
border-color css
<style>
span { border-color: #DDFE3C; }
span { border-color: rgb(221,254,60); }
td.TdClassName
{
border-color: #DDFE3C;
}
.TagClassName
{
border-color: #DDFE3C;
}
</style>