Shades of Pear #DDF641
Tints of Pear #DDF641
RGB
CMYK
RGB Variations
Color information
#DDF641 (or 0xDDF641) is known color: Pear. HEX triplet: DD, F6 and 41. RGB value is (221,246,65). Sum of RGB (Red+Green+Blue) = 221+246+65=532 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.54% from 532); Green value is 246 (96.48% from 255 or 46.24% from 532); Blue value is 65 (25.78% from 255 or 12.22% from 532); Max value from RGB is 246 - color contains mainly: green. Hex color #DDF641 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF641 is #2209BE. Grayscale: #DADADA. Windows color (decimal): -2230719 or 4323037. OLE color: 4323037.
HSL color Cylindrical-coordinate representation of color #DDF641: hue angle of 68.29º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DDF641 is Cyan = 0.10, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 246 | 65 | - |
| CMYK | 0.10 | 0 | 0.74 | 0.04 |
| HSL | 68.29º | 0.91% | 0.61% | - |
| HSV(B) | 68.29º | 0.74% | 0.96% | - |
| XYZ | 63.73 | 81.67 | 17.41 | - |
| YUV | 217.89 | 41.72 | 130.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 246 | 65 | 0.10 | 0 | 0.74 | 0.04 | 68.29 | 0.91 | 0.61 |
| Hex | DD | F6 | 41 | A | 0 | 4A | 4 | 44 | 5B | 3D |
| Octal | 335 | 366 | 101 | 12 | 0 | 112 | 4 | 104 | 133 | 75 |
| Binary | 11011101 | 11110110 | 1000001 | 1010 | 0 | 1001010 | 100 | 1000100 | 1011011 | 111101 |
Color Harmonies of #DDF641
Complementary color
Monochromatic Colors of #DDF641
Black with #DDF641
Text Example
Text Example
White with #DDF641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF641; }
p { color: rgb(221,246,65); }
H1.HeaderClassName
{
color: #DDF641;
}
.AnyTagClassName
{
color: #DDF641;
}
</style>
background-color css
<style>
a { background-color: #DDF641; }
a { background-color: rgb(221,246,65); }
div.DivClassName
{
background-color: #DDF641;
}
.BgClassName
{
background-color: #DDF641;
}
</style>
border-color css
<style>
span { border-color: #DDF641; }
span { border-color: rgb(221,246,65); }
td.TdClassName
{
border-color: #DDF641;
}
.TagClassName
{
border-color: #DDF641;
}
</style>