Shades of Pear #DDF637
Tints of Pear #DDF637
RGB
CMYK
RGB Variations
Color information
#DDF637 (or 0xDDF637) is known color: Pear. HEX triplet: DD, F6 and 37. RGB value is (221,246,55). Sum of RGB (Red+Green+Blue) = 221+246+55=522 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.34% from 522); Green value is 246 (96.48% from 255 or 47.13% from 522); Blue value is 55 (21.88% from 255 or 10.54% from 522); Max value from RGB is 246 - color contains mainly: green. Hex color #DDF637 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF637 is #2209C8. Grayscale: #D9D9D9. Windows color (decimal): -2230729 or 3667677. OLE color: 3667677.
HSL color Cylindrical-coordinate representation of color #DDF637: hue angle of 67.85º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DDF637 is Cyan = 0.10, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 246 | 55 | - |
| CMYK | 0.10 | 0 | 0.78 | 0.04 |
| HSL | 67.85º | 0.91% | 0.59% | - |
| HSV(B) | 67.85º | 0.78% | 0.96% | - |
| XYZ | 63.46 | 81.56 | 16.01 | - |
| YUV | 216.75 | 36.72 | 131.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 246 | 55 | 0.10 | 0 | 0.78 | 0.04 | 67.85 | 0.91 | 0.59 |
| Hex | DD | F6 | 37 | A | 0 | 4E | 4 | 44 | 5B | 3B |
| Octal | 335 | 366 | 67 | 12 | 0 | 116 | 4 | 104 | 133 | 73 |
| Binary | 11011101 | 11110110 | 110111 | 1010 | 0 | 1001110 | 100 | 1000100 | 1011011 | 111011 |
Color Harmonies of #DDF637
Complementary color
Monochromatic Colors of #DDF637
Black with #DDF637
Text Example
Text Example
White with #DDF637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF637; }
p { color: rgb(221,246,55); }
H1.HeaderClassName
{
color: #DDF637;
}
.AnyTagClassName
{
color: #DDF637;
}
</style>
background-color css
<style>
a { background-color: #DDF637; }
a { background-color: rgb(221,246,55); }
div.DivClassName
{
background-color: #DDF637;
}
.BgClassName
{
background-color: #DDF637;
}
</style>
border-color css
<style>
span { border-color: #DDF637; }
span { border-color: rgb(221,246,55); }
td.TdClassName
{
border-color: #DDF637;
}
.TagClassName
{
border-color: #DDF637;
}
</style>