Shades of Pear #DDF235
Tints of Pear #DDF235
RGB
CMYK
RGB Variations
Color information
#DDF235 (or 0xDDF235) is known color: Pear. HEX triplet: DD, F2 and 35. RGB value is (221,242,53). Sum of RGB (Red+Green+Blue) = 221+242+53=516 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.83% from 516); Green value is 242 (94.92% from 255 or 46.90% from 516); Blue value is 53 (21.09% from 255 or 10.27% from 516); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF235 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF235 is #220DCA. Grayscale: #D6D6D6. Windows color (decimal): -2231755 or 3535581. OLE color: 3535581.
HSL color Cylindrical-coordinate representation of color #DDF235: hue angle of 66.67º 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 #DDF235 is Cyan = 0.09, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 242 | 53 | - |
| CMYK | 0.09 | 0 | 0.78 | 0.05 |
| HSL | 66.67º | 0.88% | 0.58% | - |
| HSV(B) | 66.67º | 0.78% | 0.95% | - |
| XYZ | 62.21 | 79.13 | 15.36 | - |
| YUV | 214.18 | 37.04 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 242 | 53 | 0.09 | 0 | 0.78 | 0.05 | 66.67 | 0.88 | 0.58 |
| Hex | DD | F2 | 35 | 9 | 0 | 4E | 5 | 43 | 58 | 3A |
| Octal | 335 | 362 | 65 | 11 | 0 | 116 | 5 | 103 | 130 | 72 |
| Binary | 11011101 | 11110010 | 110101 | 1001 | 0 | 1001110 | 101 | 1000011 | 1011000 | 111010 |
Color Harmonies of #DDF235
Complementary color
Monochromatic Colors of #DDF235
Black with #DDF235
Text Example
Text Example
White with #DDF235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF235; }
p { color: rgb(221,242,53); }
H1.HeaderClassName
{
color: #DDF235;
}
.AnyTagClassName
{
color: #DDF235;
}
</style>
background-color css
<style>
a { background-color: #DDF235; }
a { background-color: rgb(221,242,53); }
div.DivClassName
{
background-color: #DDF235;
}
.BgClassName
{
background-color: #DDF235;
}
</style>
border-color css
<style>
span { border-color: #DDF235; }
span { border-color: rgb(221,242,53); }
td.TdClassName
{
border-color: #DDF235;
}
.TagClassName
{
border-color: #DDF235;
}
</style>