Shades of Pear #DDF841
Tints of Pear #DDF841
RGB
CMYK
RGB Variations
Color information
#DDF841 (or 0xDDF841) is known color: Pear. HEX triplet: DD, F8 and 41. RGB value is (221,248,65). Sum of RGB (Red+Green+Blue) = 221+248+65=534 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.39% from 534); Green value is 248 (97.27% from 255 or 46.44% from 534); Blue value is 65 (25.78% from 255 or 12.17% from 534); Max value from RGB is 248 - color contains mainly: green. Hex color #DDF841 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF841 is #2207BE. Grayscale: #DBDBDB. Windows color (decimal): -2230207 or 4323549. OLE color: 4323549.
HSL color Cylindrical-coordinate representation of color #DDF841: hue angle of 68.85º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DDF841 is Cyan = 0.11, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 221 | 248 | 65 | - |
| CMYK | 0.11 | 0 | 0.74 | 0.03 |
| HSL | 68.85º | 0.93% | 0.61% | - |
| HSV(B) | 68.85º | 0.74% | 0.97% | - |
| XYZ | 64.34 | 82.89 | 17.61 | - |
| YUV | 219.07 | 41.05 | 129.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 248 | 65 | 0.11 | 0 | 0.74 | 0.03 | 68.85 | 0.93 | 0.61 |
| Hex | DD | F8 | 41 | B | 0 | 4A | 3 | 45 | 5D | 3D |
| Octal | 335 | 370 | 101 | 13 | 0 | 112 | 3 | 105 | 135 | 75 |
| Binary | 11011101 | 11111000 | 1000001 | 1011 | 0 | 1001010 | 11 | 1000101 | 1011101 | 111101 |
Color Harmonies of #DDF841
Complementary color
Monochromatic Colors of #DDF841
Black with #DDF841
Text Example
Text Example
White with #DDF841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF841; }
p { color: rgb(221,248,65); }
H1.HeaderClassName
{
color: #DDF841;
}
.AnyTagClassName
{
color: #DDF841;
}
</style>
background-color css
<style>
a { background-color: #DDF841; }
a { background-color: rgb(221,248,65); }
div.DivClassName
{
background-color: #DDF841;
}
.BgClassName
{
background-color: #DDF841;
}
</style>
border-color css
<style>
span { border-color: #DDF841; }
span { border-color: rgb(221,248,65); }
td.TdClassName
{
border-color: #DDF841;
}
.TagClassName
{
border-color: #DDF841;
}
</style>