Shades of Pear #DDF13C
Tints of Pear #DDF13C
RGB
CMYK
RGB Variations
Color information
#DDF13C (or 0xDDF13C) is known color: Pear. HEX triplet: DD, F1 and 3C. RGB value is (221,241,60). Sum of RGB (Red+Green+Blue) = 221+241+60=522 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.34% from 522); Green value is 241 (94.53% from 255 or 46.17% from 522); Blue value is 60 (23.83% from 255 or 11.49% from 522); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF13C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF13C is #220EC3. Grayscale: #D7D7D7. Windows color (decimal): -2232004 or 3994077. OLE color: 3994077.
HSL color Cylindrical-coordinate representation of color #DDF13C: hue angle of 66.63º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DDF13C is Cyan = 0.08, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 241 | 60 | - |
| CMYK | 0.08 | 0 | 0.75 | 0.05 |
| HSL | 66.63º | 0.87% | 0.59% | - |
| HSV(B) | 66.63º | 0.75% | 0.95% | - |
| XYZ | 62.09 | 78.61 | 16.18 | - |
| YUV | 214.39 | 40.87 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 241 | 60 | 0.08 | 0 | 0.75 | 0.05 | 66.63 | 0.87 | 0.59 |
| Hex | DD | F1 | 3C | 8 | 0 | 4B | 5 | 43 | 57 | 3B |
| Octal | 335 | 361 | 74 | 10 | 0 | 113 | 5 | 103 | 127 | 73 |
| Binary | 11011101 | 11110001 | 111100 | 1000 | 0 | 1001011 | 101 | 1000011 | 1010111 | 111011 |
Color Harmonies of #DDF13C
Complementary color
Monochromatic Colors of #DDF13C
Black with #DDF13C
Text Example
Text Example
White with #DDF13C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF13C; }
p { color: rgb(221,241,60); }
H1.HeaderClassName
{
color: #DDF13C;
}
.AnyTagClassName
{
color: #DDF13C;
}
</style>
background-color css
<style>
a { background-color: #DDF13C; }
a { background-color: rgb(221,241,60); }
div.DivClassName
{
background-color: #DDF13C;
}
.BgClassName
{
background-color: #DDF13C;
}
</style>
border-color css
<style>
span { border-color: #DDF13C; }
span { border-color: rgb(221,241,60); }
td.TdClassName
{
border-color: #DDF13C;
}
.TagClassName
{
border-color: #DDF13C;
}
</style>