Shades of Pear #DDF33E
Tints of Pear #DDF33E
RGB
CMYK
RGB Variations
Color information
#DDF33E (or 0xDDF33E) is known color: Pear. HEX triplet: DD, F3 and 3E. RGB value is (221,243,62). Sum of RGB (Red+Green+Blue) = 221+243+62=526 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.02% from 526); Green value is 243 (95.31% from 255 or 46.20% from 526); Blue value is 62 (24.61% from 255 or 11.79% from 526); Max value from RGB is 243 - color contains mainly: green. Hex color #DDF33E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF33E is #220CC1. Grayscale: #D8D8D8. Windows color (decimal): -2231490 or 4125661. OLE color: 4125661.
HSL color Cylindrical-coordinate representation of color #DDF33E: hue angle of 67.29º 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 #DDF33E is Cyan = 0.09, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 243 | 62 | - |
| CMYK | 0.09 | 0 | 0.74 | 0.05 |
| HSL | 67.29º | 0.88% | 0.6% | - |
| HSV(B) | 67.29º | 0.74% | 0.95% | - |
| XYZ | 62.74 | 79.82 | 16.66 | - |
| YUV | 215.79 | 41.21 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 243 | 62 | 0.09 | 0 | 0.74 | 0.05 | 67.29 | 0.88 | 0.6 |
| Hex | DD | F3 | 3E | 9 | 0 | 4A | 5 | 43 | 58 | 3C |
| Octal | 335 | 363 | 76 | 11 | 0 | 112 | 5 | 103 | 130 | 74 |
| Binary | 11011101 | 11110011 | 111110 | 1001 | 0 | 1001010 | 101 | 1000011 | 1011000 | 111100 |
Color Harmonies of #DDF33E
Complementary color
Monochromatic Colors of #DDF33E
Black with #DDF33E
Text Example
Text Example
White with #DDF33E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF33E; }
p { color: rgb(221,243,62); }
H1.HeaderClassName
{
color: #DDF33E;
}
.AnyTagClassName
{
color: #DDF33E;
}
</style>
background-color css
<style>
a { background-color: #DDF33E; }
a { background-color: rgb(221,243,62); }
div.DivClassName
{
background-color: #DDF33E;
}
.BgClassName
{
background-color: #DDF33E;
}
</style>
border-color css
<style>
span { border-color: #DDF33E; }
span { border-color: rgb(221,243,62); }
td.TdClassName
{
border-color: #DDF33E;
}
.TagClassName
{
border-color: #DDF33E;
}
</style>