Shades of Pear #DDF225
Tints of Pear #DDF225
RGB
CMYK
RGB Variations
Color information
#DDF225 (or 0xDDF225) is known color: Pear. HEX triplet: DD, F2 and 25. RGB value is (221,242,37). Sum of RGB (Red+Green+Blue) = 221+242+37=500 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.2% from 500); Green value is 242 (94.92% from 255 or 48.4% from 500); Blue value is 37 (14.84% from 255 or 7.4% from 500); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF225 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF225 is #220DDA. Grayscale: #D5D5D5. Windows color (decimal): -2231771 or 2487005. OLE color: 2487005.
HSL color Cylindrical-coordinate representation of color #DDF225: hue angle of 66.15º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DDF225 is Cyan = 0.09, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 242 | 37 | - |
| CMYK | 0.09 | 0 | 0.85 | 0.05 |
| HSL | 66.15º | 0.89% | 0.55% | - |
| HSV(B) | 66.15º | 0.85% | 0.95% | - |
| XYZ | 61.9 | 79.01 | 13.74 | - |
| YUV | 212.35 | 29.04 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 242 | 37 | 0.09 | 0 | 0.85 | 0.05 | 66.15 | 0.89 | 0.55 |
| Hex | DD | F2 | 25 | 9 | 0 | 55 | 5 | 42 | 59 | 37 |
| Octal | 335 | 362 | 45 | 11 | 0 | 125 | 5 | 102 | 131 | 67 |
| Binary | 11011101 | 11110010 | 100101 | 1001 | 0 | 1010101 | 101 | 1000010 | 1011001 | 110111 |
Color Harmonies of #DDF225
Complementary color
Monochromatic Colors of #DDF225
Black with #DDF225
Text Example
Text Example
White with #DDF225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF225; }
p { color: rgb(221,242,37); }
H1.HeaderClassName
{
color: #DDF225;
}
.AnyTagClassName
{
color: #DDF225;
}
</style>
background-color css
<style>
a { background-color: #DDF225; }
a { background-color: rgb(221,242,37); }
div.DivClassName
{
background-color: #DDF225;
}
.BgClassName
{
background-color: #DDF225;
}
</style>
border-color css
<style>
span { border-color: #DDF225; }
span { border-color: rgb(221,242,37); }
td.TdClassName
{
border-color: #DDF225;
}
.TagClassName
{
border-color: #DDF225;
}
</style>