Shades of Pear #DDF340
Tints of Pear #DDF340
RGB
CMYK
RGB Variations
Color information
#DDF340 (or 0xDDF340) is known color: Pear. HEX triplet: DD, F3 and 40. RGB value is (221,243,64). Sum of RGB (Red+Green+Blue) = 221+243+64=528 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.86% from 528); Green value is 243 (95.31% from 255 or 46.02% from 528); Blue value is 64 (25.39% from 255 or 12.12% from 528); Max value from RGB is 243 - color contains mainly: green. Hex color #DDF340 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF340 is #220CBF. Grayscale: #D8D8D8. Windows color (decimal): -2231488 or 4256733. OLE color: 4256733.
HSL color Cylindrical-coordinate representation of color #DDF340: hue angle of 67.37º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DDF340 is Cyan = 0.09, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 243 | 64 | - |
| CMYK | 0.09 | 0 | 0.74 | 0.05 |
| HSL | 67.37º | 0.88% | 0.6% | - |
| HSV(B) | 67.37º | 0.74% | 0.95% | - |
| XYZ | 62.79 | 79.84 | 16.95 | - |
| YUV | 216.02 | 42.21 | 131.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 243 | 64 | 0.09 | 0 | 0.74 | 0.05 | 67.37 | 0.88 | 0.6 |
| Hex | DD | F3 | 40 | 9 | 0 | 4A | 5 | 43 | 58 | 3C |
| Octal | 335 | 363 | 100 | 11 | 0 | 112 | 5 | 103 | 130 | 74 |
| Binary | 11011101 | 11110011 | 1000000 | 1001 | 0 | 1001010 | 101 | 1000011 | 1011000 | 111100 |
Color Harmonies of #DDF340
Complementary color
Monochromatic Colors of #DDF340
Black with #DDF340
Text Example
Text Example
White with #DDF340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF340; }
p { color: rgb(221,243,64); }
H1.HeaderClassName
{
color: #DDF340;
}
.AnyTagClassName
{
color: #DDF340;
}
</style>
background-color css
<style>
a { background-color: #DDF340; }
a { background-color: rgb(221,243,64); }
div.DivClassName
{
background-color: #DDF340;
}
.BgClassName
{
background-color: #DDF340;
}
</style>
border-color css
<style>
span { border-color: #DDF340; }
span { border-color: rgb(221,243,64); }
td.TdClassName
{
border-color: #DDF340;
}
.TagClassName
{
border-color: #DDF340;
}
</style>