Shades of Pear #DDF125
Tints of Pear #DDF125
RGB
CMYK
RGB Variations
Color information
#DDF125 (or 0xDDF125) is known color: Pear. HEX triplet: DD, F1 and 25. RGB value is (221,241,37). Sum of RGB (Red+Green+Blue) = 221+241+37=499 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.29% from 499); Green value is 241 (94.53% from 255 or 48.30% from 499); Blue value is 37 (14.84% from 255 or 7.41% from 499); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF125 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF125 is #220EDA. Grayscale: #D4D4D4. Windows color (decimal): -2232027 or 2486749. OLE color: 2486749.
HSL color Cylindrical-coordinate representation of color #DDF125: hue angle of 65.88º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DDF125 is Cyan = 0.08, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 241 | 37 | - |
| CMYK | 0.08 | 0 | 0.85 | 0.05 |
| HSL | 65.88º | 0.88% | 0.55% | - |
| HSV(B) | 65.88º | 0.85% | 0.95% | - |
| XYZ | 61.61 | 78.42 | 13.64 | - |
| YUV | 211.76 | 29.37 | 134.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 241 | 37 | 0.08 | 0 | 0.85 | 0.05 | 65.88 | 0.88 | 0.55 |
| Hex | DD | F1 | 25 | 8 | 0 | 55 | 5 | 42 | 58 | 37 |
| Octal | 335 | 361 | 45 | 10 | 0 | 125 | 5 | 102 | 130 | 67 |
| Binary | 11011101 | 11110001 | 100101 | 1000 | 0 | 1010101 | 101 | 1000010 | 1011000 | 110111 |
Color Harmonies of #DDF125
Complementary color
Monochromatic Colors of #DDF125
Black with #DDF125
Text Example
Text Example
White with #DDF125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF125; }
p { color: rgb(221,241,37); }
H1.HeaderClassName
{
color: #DDF125;
}
.AnyTagClassName
{
color: #DDF125;
}
</style>
background-color css
<style>
a { background-color: #DDF125; }
a { background-color: rgb(221,241,37); }
div.DivClassName
{
background-color: #DDF125;
}
.BgClassName
{
background-color: #DDF125;
}
</style>
border-color css
<style>
span { border-color: #DDF125; }
span { border-color: rgb(221,241,37); }
td.TdClassName
{
border-color: #DDF125;
}
.TagClassName
{
border-color: #DDF125;
}
</style>