Shades of Pear #DDF33D
Tints of Pear #DDF33D
RGB
CMYK
RGB Variations
Color information
#DDF33D (or 0xDDF33D) is known color: Pear. HEX triplet: DD, F3 and 3D. RGB value is (221,243,61). Sum of RGB (Red+Green+Blue) = 221+243+61=525 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.10% from 525); Green value is 243 (95.31% from 255 or 46.29% from 525); Blue value is 61 (24.22% from 255 or 11.62% from 525); Max value from RGB is 243 - color contains mainly: green. Hex color #DDF33D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF33D is #220CC2. Grayscale: #D8D8D8. Windows color (decimal): -2231491 or 4060125. OLE color: 4060125.
HSL color Cylindrical-coordinate representation of color #DDF33D: hue angle of 67.25º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DDF33D is Cyan = 0.09, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 243 | 61 | - |
| CMYK | 0.09 | 0 | 0.75 | 0.05 |
| HSL | 67.25º | 0.88% | 0.6% | - |
| HSV(B) | 67.25º | 0.75% | 0.95% | - |
| XYZ | 62.71 | 79.81 | 16.51 | - |
| YUV | 215.67 | 40.71 | 131.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 243 | 61 | 0.09 | 0 | 0.75 | 0.05 | 67.25 | 0.88 | 0.6 |
| Hex | DD | F3 | 3D | 9 | 0 | 4B | 5 | 43 | 58 | 3C |
| Octal | 335 | 363 | 75 | 11 | 0 | 113 | 5 | 103 | 130 | 74 |
| Binary | 11011101 | 11110011 | 111101 | 1001 | 0 | 1001011 | 101 | 1000011 | 1011000 | 111100 |
Color Harmonies of #DDF33D
Complementary color
Monochromatic Colors of #DDF33D
Black with #DDF33D
Text Example
Text Example
White with #DDF33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF33D; }
p { color: rgb(221,243,61); }
H1.HeaderClassName
{
color: #DDF33D;
}
.AnyTagClassName
{
color: #DDF33D;
}
</style>
background-color css
<style>
a { background-color: #DDF33D; }
a { background-color: rgb(221,243,61); }
div.DivClassName
{
background-color: #DDF33D;
}
.BgClassName
{
background-color: #DDF33D;
}
</style>
border-color css
<style>
span { border-color: #DDF33D; }
span { border-color: rgb(221,243,61); }
td.TdClassName
{
border-color: #DDF33D;
}
.TagClassName
{
border-color: #DDF33D;
}
</style>