Shades of Pear #DDF139
Tints of Pear #DDF139
RGB
CMYK
RGB Variations
Color information
#DDF139 (or 0xDDF139) is known color: Pear. HEX triplet: DD, F1 and 39. RGB value is (221,241,57). Sum of RGB (Red+Green+Blue) = 221+241+57=519 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.58% from 519); Green value is 241 (94.53% from 255 or 46.44% from 519); Blue value is 57 (22.66% from 255 or 10.98% from 519); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF139 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF139 is #220EC6. Grayscale: #D6D6D6. Windows color (decimal): -2232007 or 3797469. OLE color: 3797469.
HSL color Cylindrical-coordinate representation of color #DDF139: hue angle of 66.52º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DDF139 is Cyan = 0.08, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 241 | 57 | - |
| CMYK | 0.08 | 0 | 0.76 | 0.05 |
| HSL | 66.52º | 0.87% | 0.58% | - |
| HSV(B) | 66.52º | 0.76% | 0.95% | - |
| XYZ | 62.01 | 78.58 | 15.77 | - |
| YUV | 214.04 | 39.37 | 132.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 241 | 57 | 0.08 | 0 | 0.76 | 0.05 | 66.52 | 0.87 | 0.58 |
| Hex | DD | F1 | 39 | 8 | 0 | 4C | 5 | 43 | 57 | 3A |
| Octal | 335 | 361 | 71 | 10 | 0 | 114 | 5 | 103 | 127 | 72 |
| Binary | 11011101 | 11110001 | 111001 | 1000 | 0 | 1001100 | 101 | 1000011 | 1010111 | 111010 |
Color Harmonies of #DDF139
Complementary color
Monochromatic Colors of #DDF139
Black with #DDF139
Text Example
Text Example
White with #DDF139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF139; }
p { color: rgb(221,241,57); }
H1.HeaderClassName
{
color: #DDF139;
}
.AnyTagClassName
{
color: #DDF139;
}
</style>
background-color css
<style>
a { background-color: #DDF139; }
a { background-color: rgb(221,241,57); }
div.DivClassName
{
background-color: #DDF139;
}
.BgClassName
{
background-color: #DDF139;
}
</style>
border-color css
<style>
span { border-color: #DDF139; }
span { border-color: rgb(221,241,57); }
td.TdClassName
{
border-color: #DDF139;
}
.TagClassName
{
border-color: #DDF139;
}
</style>