Shades of Pear #DDF236
Tints of Pear #DDF236
RGB
CMYK
RGB Variations
Color information
#DDF236 (or 0xDDF236) is known color: Pear. HEX triplet: DD, F2 and 36. RGB value is (221,242,54). Sum of RGB (Red+Green+Blue) = 221+242+54=517 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.75% from 517); Green value is 242 (94.92% from 255 or 46.81% from 517); Blue value is 54 (21.48% from 255 or 10.44% from 517); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF236 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF236 is #220DC9. Grayscale: #D7D7D7. Windows color (decimal): -2231754 or 3601117. OLE color: 3601117.
HSL color Cylindrical-coordinate representation of color #DDF236: hue angle of 66.7º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DDF236 is Cyan = 0.09, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 242 | 54 | - |
| CMYK | 0.09 | 0 | 0.78 | 0.05 |
| HSL | 66.7º | 0.88% | 0.58% | - |
| HSV(B) | 66.7º | 0.78% | 0.95% | - |
| XYZ | 62.24 | 79.14 | 15.49 | - |
| YUV | 214.29 | 37.54 | 132.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 242 | 54 | 0.09 | 0 | 0.78 | 0.05 | 66.7 | 0.88 | 0.58 |
| Hex | DD | F2 | 36 | 9 | 0 | 4E | 5 | 43 | 58 | 3A |
| Octal | 335 | 362 | 66 | 11 | 0 | 116 | 5 | 103 | 130 | 72 |
| Binary | 11011101 | 11110010 | 110110 | 1001 | 0 | 1001110 | 101 | 1000011 | 1011000 | 111010 |
Color Harmonies of #DDF236
Complementary color
Monochromatic Colors of #DDF236
Black with #DDF236
Text Example
Text Example
White with #DDF236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF236; }
p { color: rgb(221,242,54); }
H1.HeaderClassName
{
color: #DDF236;
}
.AnyTagClassName
{
color: #DDF236;
}
</style>
background-color css
<style>
a { background-color: #DDF236; }
a { background-color: rgb(221,242,54); }
div.DivClassName
{
background-color: #DDF236;
}
.BgClassName
{
background-color: #DDF236;
}
</style>
border-color css
<style>
span { border-color: #DDF236; }
span { border-color: rgb(221,242,54); }
td.TdClassName
{
border-color: #DDF236;
}
.TagClassName
{
border-color: #DDF236;
}
</style>