Shades of Pear #DDF237
Tints of Pear #DDF237
RGB
CMYK
RGB Variations
Color information
#DDF237 (or 0xDDF237) is known color: Pear. HEX triplet: DD, F2 and 37. RGB value is (221,242,55). Sum of RGB (Red+Green+Blue) = 221+242+55=518 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.66% from 518); Green value is 242 (94.92% from 255 or 46.72% from 518); Blue value is 55 (21.88% from 255 or 10.62% from 518); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF237 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF237 is #220DC8. Grayscale: #D7D7D7. Windows color (decimal): -2231753 or 3666653. OLE color: 3666653.
HSL color Cylindrical-coordinate representation of color #DDF237: hue angle of 66.74º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DDF237 is Cyan = 0.09, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 242 | 55 | - |
| CMYK | 0.09 | 0 | 0.77 | 0.05 |
| HSL | 66.74º | 0.88% | 0.58% | - |
| HSV(B) | 66.74º | 0.77% | 0.95% | - |
| XYZ | 62.26 | 79.15 | 15.61 | - |
| YUV | 214.4 | 38.04 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 242 | 55 | 0.09 | 0 | 0.77 | 0.05 | 66.74 | 0.88 | 0.58 |
| Hex | DD | F2 | 37 | 9 | 0 | 4D | 5 | 43 | 58 | 3A |
| Octal | 335 | 362 | 67 | 11 | 0 | 115 | 5 | 103 | 130 | 72 |
| Binary | 11011101 | 11110010 | 110111 | 1001 | 0 | 1001101 | 101 | 1000011 | 1011000 | 111010 |
Color Harmonies of #DDF237
Complementary color
Monochromatic Colors of #DDF237
Black with #DDF237
Text Example
Text Example
White with #DDF237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF237; }
p { color: rgb(221,242,55); }
H1.HeaderClassName
{
color: #DDF237;
}
.AnyTagClassName
{
color: #DDF237;
}
</style>
background-color css
<style>
a { background-color: #DDF237; }
a { background-color: rgb(221,242,55); }
div.DivClassName
{
background-color: #DDF237;
}
.BgClassName
{
background-color: #DDF237;
}
</style>
border-color css
<style>
span { border-color: #DDF237; }
span { border-color: rgb(221,242,55); }
td.TdClassName
{
border-color: #DDF237;
}
.TagClassName
{
border-color: #DDF237;
}
</style>