Shades of Pear #DDF342
Tints of Pear #DDF342
RGB
CMYK
RGB Variations
Color information
#DDF342 (or 0xDDF342) is known color: Pear. HEX triplet: DD, F3 and 42. RGB value is (221,243,66). Sum of RGB (Red+Green+Blue) = 221+243+66=530 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.70% from 530); Green value is 243 (95.31% from 255 or 45.85% from 530); Blue value is 66 (26.17% from 255 or 12.45% from 530); Max value from RGB is 243 - color contains mainly: green. Hex color #DDF342 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF342 is #220CBD. Grayscale: #D8D8D8. Windows color (decimal): -2231486 or 4387805. OLE color: 4387805.
HSL color Cylindrical-coordinate representation of color #DDF342: hue angle of 67.46º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DDF342 is Cyan = 0.09, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 243 | 66 | - |
| CMYK | 0.09 | 0 | 0.73 | 0.05 |
| HSL | 67.46º | 0.88% | 0.61% | - |
| HSV(B) | 67.46º | 0.73% | 0.95% | - |
| XYZ | 62.85 | 79.87 | 17.26 | - |
| YUV | 216.24 | 43.21 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 243 | 66 | 0.09 | 0 | 0.73 | 0.05 | 67.46 | 0.88 | 0.61 |
| Hex | DD | F3 | 42 | 9 | 0 | 49 | 5 | 43 | 58 | 3D |
| Octal | 335 | 363 | 102 | 11 | 0 | 111 | 5 | 103 | 130 | 75 |
| Binary | 11011101 | 11110011 | 1000010 | 1001 | 0 | 1001001 | 101 | 1000011 | 1011000 | 111101 |
Color Harmonies of #DDF342
Complementary color
Monochromatic Colors of #DDF342
Black with #DDF342
Text Example
Text Example
White with #DDF342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF342; }
p { color: rgb(221,243,66); }
H1.HeaderClassName
{
color: #DDF342;
}
.AnyTagClassName
{
color: #DDF342;
}
</style>
background-color css
<style>
a { background-color: #DDF342; }
a { background-color: rgb(221,243,66); }
div.DivClassName
{
background-color: #DDF342;
}
.BgClassName
{
background-color: #DDF342;
}
</style>
border-color css
<style>
span { border-color: #DDF342; }
span { border-color: rgb(221,243,66); }
td.TdClassName
{
border-color: #DDF342;
}
.TagClassName
{
border-color: #DDF342;
}
</style>