Shades of Pear #DDF143
Tints of Pear #DDF143
RGB
CMYK
RGB Variations
Color information
#DDF143 (or 0xDDF143) is known color: Pear. HEX triplet: DD, F1 and 43. RGB value is (221,241,67). Sum of RGB (Red+Green+Blue) = 221+241+67=529 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.78% from 529); Green value is 241 (94.53% from 255 or 45.56% from 529); Blue value is 67 (26.56% from 255 or 12.67% from 529); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF143 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF143 is #220EBC. Grayscale: #D7D7D7. Windows color (decimal): -2231997 or 4452829. OLE color: 4452829.
HSL color Cylindrical-coordinate representation of color #DDF143: hue angle of 66.9º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DDF143 is Cyan = 0.08, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 241 | 67 | - |
| CMYK | 0.08 | 0 | 0.72 | 0.05 |
| HSL | 66.9º | 0.86% | 0.6% | - |
| HSV(B) | 66.9º | 0.72% | 0.95% | - |
| XYZ | 62.29 | 78.69 | 17.22 | - |
| YUV | 215.18 | 44.37 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 241 | 67 | 0.08 | 0 | 0.72 | 0.05 | 66.9 | 0.86 | 0.6 |
| Hex | DD | F1 | 43 | 8 | 0 | 48 | 5 | 43 | 56 | 3C |
| Octal | 335 | 361 | 103 | 10 | 0 | 110 | 5 | 103 | 126 | 74 |
| Binary | 11011101 | 11110001 | 1000011 | 1000 | 0 | 1001000 | 101 | 1000011 | 1010110 | 111100 |
Color Harmonies of #DDF143
Complementary color
Monochromatic Colors of #DDF143
Black with #DDF143
Text Example
Text Example
White with #DDF143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF143; }
p { color: rgb(221,241,67); }
H1.HeaderClassName
{
color: #DDF143;
}
.AnyTagClassName
{
color: #DDF143;
}
</style>
background-color css
<style>
a { background-color: #DDF143; }
a { background-color: rgb(221,241,67); }
div.DivClassName
{
background-color: #DDF143;
}
.BgClassName
{
background-color: #DDF143;
}
</style>
border-color css
<style>
span { border-color: #DDF143; }
span { border-color: rgb(221,241,67); }
td.TdClassName
{
border-color: #DDF143;
}
.TagClassName
{
border-color: #DDF143;
}
</style>