Shades of Pear #DDF244
Tints of Pear #DDF244
RGB
CMYK
RGB Variations
Color information
#DDF244 (or 0xDDF244) is known color: Pear. HEX triplet: DD, F2 and 44. RGB value is (221,242,68). Sum of RGB (Red+Green+Blue) = 221+242+68=531 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.62% from 531); Green value is 242 (94.92% from 255 or 45.57% from 531); Blue value is 68 (26.95% from 255 or 12.81% from 531); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF244 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF244 is #220DBB. Grayscale: #D8D8D8. Windows color (decimal): -2231740 or 4518621. OLE color: 4518621.
HSL color Cylindrical-coordinate representation of color #DDF244: hue angle of 67.24º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DDF244 is Cyan = 0.09, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 242 | 68 | - |
| CMYK | 0.09 | 0 | 0.72 | 0.05 |
| HSL | 67.24º | 0.87% | 0.61% | - |
| HSV(B) | 67.24º | 0.72% | 0.95% | - |
| XYZ | 62.61 | 79.29 | 17.47 | - |
| YUV | 215.89 | 44.54 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 242 | 68 | 0.09 | 0 | 0.72 | 0.05 | 67.24 | 0.87 | 0.61 |
| Hex | DD | F2 | 44 | 9 | 0 | 48 | 5 | 43 | 57 | 3D |
| Octal | 335 | 362 | 104 | 11 | 0 | 110 | 5 | 103 | 127 | 75 |
| Binary | 11011101 | 11110010 | 1000100 | 1001 | 0 | 1001000 | 101 | 1000011 | 1010111 | 111101 |
Color Harmonies of #DDF244
Complementary color
Monochromatic Colors of #DDF244
Black with #DDF244
Text Example
Text Example
White with #DDF244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF244; }
p { color: rgb(221,242,68); }
H1.HeaderClassName
{
color: #DDF244;
}
.AnyTagClassName
{
color: #DDF244;
}
</style>
background-color css
<style>
a { background-color: #DDF244; }
a { background-color: rgb(221,242,68); }
div.DivClassName
{
background-color: #DDF244;
}
.BgClassName
{
background-color: #DDF244;
}
</style>
border-color css
<style>
span { border-color: #DDF244; }
span { border-color: rgb(221,242,68); }
td.TdClassName
{
border-color: #DDF244;
}
.TagClassName
{
border-color: #DDF244;
}
</style>