Shades of Pear #DDF136
Tints of Pear #DDF136
RGB
CMYK
RGB Variations
Color information
#DDF136 (or 0xDDF136) is known color: Pear. HEX triplet: DD, F1 and 36. RGB value is (221,241,54). Sum of RGB (Red+Green+Blue) = 221+241+54=516 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.83% from 516); Green value is 241 (94.53% from 255 or 46.71% from 516); Blue value is 54 (21.48% from 255 or 10.47% from 516); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF136 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF136 is #220EC9. Grayscale: #D6D6D6. Windows color (decimal): -2232010 or 3600861. OLE color: 3600861.
HSL color Cylindrical-coordinate representation of color #DDF136: hue angle of 66.42º degrees, saturation: 0.87, 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 #DDF136 is Cyan = 0.08, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 241 | 54 | - |
| CMYK | 0.08 | 0 | 0.78 | 0.05 |
| HSL | 66.42º | 0.87% | 0.58% | - |
| HSV(B) | 66.42º | 0.78% | 0.95% | - |
| XYZ | 61.94 | 78.55 | 15.39 | - |
| YUV | 213.7 | 37.87 | 133.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 241 | 54 | 0.08 | 0 | 0.78 | 0.05 | 66.42 | 0.87 | 0.58 |
| Hex | DD | F1 | 36 | 8 | 0 | 4E | 5 | 42 | 57 | 3A |
| Octal | 335 | 361 | 66 | 10 | 0 | 116 | 5 | 102 | 127 | 72 |
| Binary | 11011101 | 11110001 | 110110 | 1000 | 0 | 1001110 | 101 | 1000010 | 1010111 | 111010 |
Color Harmonies of #DDF136
Complementary color
Monochromatic Colors of #DDF136
Black with #DDF136
Text Example
Text Example
White with #DDF136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF136; }
p { color: rgb(221,241,54); }
H1.HeaderClassName
{
color: #DDF136;
}
.AnyTagClassName
{
color: #DDF136;
}
</style>
background-color css
<style>
a { background-color: #DDF136; }
a { background-color: rgb(221,241,54); }
div.DivClassName
{
background-color: #DDF136;
}
.BgClassName
{
background-color: #DDF136;
}
</style>
border-color css
<style>
span { border-color: #DDF136; }
span { border-color: rgb(221,241,54); }
td.TdClassName
{
border-color: #DDF136;
}
.TagClassName
{
border-color: #DDF136;
}
</style>