Shades of Pear #DDF62F
Tints of Pear #DDF62F
RGB
CMYK
RGB Variations
Color information
#DDF62F (or 0xDDF62F) is known color: Pear. HEX triplet: DD, F6 and 2F. RGB value is (221,246,47). Sum of RGB (Red+Green+Blue) = 221+246+47=514 (68% of max value = 765). Red value is 221 (86.72% from 255 or 43.00% from 514); Green value is 246 (96.48% from 255 or 47.86% from 514); Blue value is 47 (18.75% from 255 or 9.14% from 514); Max value from RGB is 246 - color contains mainly: green. Hex color #DDF62F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF62F is #2209D0. Grayscale: #D8D8D8. Windows color (decimal): -2230737 or 3143389. OLE color: 3143389.
HSL color Cylindrical-coordinate representation of color #DDF62F: hue angle of 67.54º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DDF62F is Cyan = 0.10, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 246 | 47 | - |
| CMYK | 0.10 | 0 | 0.81 | 0.04 |
| HSL | 67.54º | 0.92% | 0.57% | - |
| HSV(B) | 67.54º | 0.81% | 0.96% | - |
| XYZ | 63.29 | 81.49 | 15.08 | - |
| YUV | 215.84 | 32.72 | 131.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 246 | 47 | 0.10 | 0 | 0.81 | 0.04 | 67.54 | 0.92 | 0.57 |
| Hex | DD | F6 | 2F | A | 0 | 51 | 4 | 44 | 5C | 39 |
| Octal | 335 | 366 | 57 | 12 | 0 | 121 | 4 | 104 | 134 | 71 |
| Binary | 11011101 | 11110110 | 101111 | 1010 | 0 | 1010001 | 100 | 1000100 | 1011100 | 111001 |
Color Harmonies of #DDF62F
Complementary color
Monochromatic Colors of #DDF62F
Black with #DDF62F
Text Example
Text Example
White with #DDF62F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF62F; }
p { color: rgb(221,246,47); }
H1.HeaderClassName
{
color: #DDF62F;
}
.AnyTagClassName
{
color: #DDF62F;
}
</style>
background-color css
<style>
a { background-color: #DDF62F; }
a { background-color: rgb(221,246,47); }
div.DivClassName
{
background-color: #DDF62F;
}
.BgClassName
{
background-color: #DDF62F;
}
</style>
border-color css
<style>
span { border-color: #DDF62F; }
span { border-color: rgb(221,246,47); }
td.TdClassName
{
border-color: #DDF62F;
}
.TagClassName
{
border-color: #DDF62F;
}
</style>