Shades of Pear #DDF435
Tints of Pear #DDF435
RGB
CMYK
RGB Variations
Color information
#DDF435 (or 0xDDF435) is known color: Pear. HEX triplet: DD, F4 and 35. RGB value is (221,244,53). Sum of RGB (Red+Green+Blue) = 221+244+53=518 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.66% from 518); Green value is 244 (95.70% from 255 or 47.10% from 518); Blue value is 53 (21.09% from 255 or 10.23% from 518); Max value from RGB is 244 - color contains mainly: green. Hex color #DDF435 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF435 is #220BCA. Grayscale: #D8D8D8. Windows color (decimal): -2231243 or 3536093. OLE color: 3536093.
HSL color Cylindrical-coordinate representation of color #DDF435: hue angle of 67.23º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DDF435 is Cyan = 0.09, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 244 | 53 | - |
| CMYK | 0.09 | 0 | 0.78 | 0.04 |
| HSL | 67.23º | 0.9% | 0.58% | - |
| HSV(B) | 67.23º | 0.78% | 0.96% | - |
| XYZ | 62.81 | 80.33 | 15.56 | - |
| YUV | 215.35 | 36.38 | 132.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 244 | 53 | 0.09 | 0 | 0.78 | 0.04 | 67.23 | 0.9 | 0.58 |
| Hex | DD | F4 | 35 | 9 | 0 | 4E | 4 | 43 | 5A | 3A |
| Octal | 335 | 364 | 65 | 11 | 0 | 116 | 4 | 103 | 132 | 72 |
| Binary | 11011101 | 11110100 | 110101 | 1001 | 0 | 1001110 | 100 | 1000011 | 1011010 | 111010 |
Color Harmonies of #DDF435
Complementary color
Monochromatic Colors of #DDF435
Black with #DDF435
Text Example
Text Example
White with #DDF435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF435; }
p { color: rgb(221,244,53); }
H1.HeaderClassName
{
color: #DDF435;
}
.AnyTagClassName
{
color: #DDF435;
}
</style>
background-color css
<style>
a { background-color: #DDF435; }
a { background-color: rgb(221,244,53); }
div.DivClassName
{
background-color: #DDF435;
}
.BgClassName
{
background-color: #DDF435;
}
</style>
border-color css
<style>
span { border-color: #DDF435; }
span { border-color: rgb(221,244,53); }
td.TdClassName
{
border-color: #DDF435;
}
.TagClassName
{
border-color: #DDF435;
}
</style>