Shades of Pear #DDF127
Tints of Pear #DDF127
RGB
CMYK
RGB Variations
Color information
#DDF127 (or 0xDDF127) is known color: Pear. HEX triplet: DD, F1 and 27. RGB value is (221,241,39). Sum of RGB (Red+Green+Blue) = 221+241+39=501 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.11% from 501); Green value is 241 (94.53% from 255 or 48.10% from 501); Blue value is 39 (15.62% from 255 or 7.78% from 501); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF127 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF127 is #220ED8. Grayscale: #D4D4D4. Windows color (decimal): -2232025 or 2617821. OLE color: 2617821.
HSL color Cylindrical-coordinate representation of color #DDF127: hue angle of 65.94º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DDF127 is Cyan = 0.08, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 241 | 39 | - |
| CMYK | 0.08 | 0 | 0.84 | 0.05 |
| HSL | 65.94º | 0.88% | 0.55% | - |
| HSV(B) | 65.94º | 0.84% | 0.95% | - |
| XYZ | 61.64 | 78.43 | 13.81 | - |
| YUV | 211.99 | 30.37 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 241 | 39 | 0.08 | 0 | 0.84 | 0.05 | 65.94 | 0.88 | 0.55 |
| Hex | DD | F1 | 27 | 8 | 0 | 54 | 5 | 42 | 58 | 37 |
| Octal | 335 | 361 | 47 | 10 | 0 | 124 | 5 | 102 | 130 | 67 |
| Binary | 11011101 | 11110001 | 100111 | 1000 | 0 | 1010100 | 101 | 1000010 | 1011000 | 110111 |
Color Harmonies of #DDF127
Complementary color
Monochromatic Colors of #DDF127
Black with #DDF127
Text Example
Text Example
White with #DDF127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF127; }
p { color: rgb(221,241,39); }
H1.HeaderClassName
{
color: #DDF127;
}
.AnyTagClassName
{
color: #DDF127;
}
</style>
background-color css
<style>
a { background-color: #DDF127; }
a { background-color: rgb(221,241,39); }
div.DivClassName
{
background-color: #DDF127;
}
.BgClassName
{
background-color: #DDF127;
}
</style>
border-color css
<style>
span { border-color: #DDF127; }
span { border-color: rgb(221,241,39); }
td.TdClassName
{
border-color: #DDF127;
}
.TagClassName
{
border-color: #DDF127;
}
</style>