Shades of Pear #DDEF3D
Tints of Pear #DDEF3D
RGB
CMYK
RGB Variations
Color information
#DDEF3D (or 0xDDEF3D) is known color: Pear. HEX triplet: DD, EF and 3D. RGB value is (221,239,61). Sum of RGB (Red+Green+Blue) = 221+239+61=521 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.42% from 521); Green value is 239 (93.75% from 255 or 45.87% from 521); Blue value is 61 (24.22% from 255 or 11.71% from 521); Max value from RGB is 239 - color contains mainly: green. Hex color #DDEF3D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDEF3D is #2210C2. Grayscale: #D6D6D6. Windows color (decimal): -2232515 or 4059101. OLE color: 4059101.
HSL color Cylindrical-coordinate representation of color #DDEF3D: hue angle of 66.07º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DDEF3D is Cyan = 0.08, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
RGB | 221 | 239 | 61 | - |
CMYK | 0.08 | 0 | 0.74 | 0.06 |
HSL | 66.07º | 0.85% | 0.59% | - |
HSV(B) | 66.07º | 0.74% | 0.94% | - |
XYZ | 61.53 | 77.44 | 16.12 | - |
YUV | 213.33 | 42.04 | 133.47 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 239 | 61 | 0.08 | 0 | 0.74 | 0.06 | 66.07 | 0.85 | 0.59 |
Hex | DD | EF | 3D | 8 | 0 | 4A | 6 | 42 | 55 | 3B |
Octal | 335 | 357 | 75 | 10 | 0 | 112 | 6 | 102 | 125 | 73 |
Binary | 11011101 | 11101111 | 111101 | 1000 | 0 | 1001010 | 110 | 1000010 | 1010101 | 111011 |
Color Harmonies of #DDEF3D
Complementary color
Monochromatic Colors of #DDEF3D
Black with #DDEF3D
Text Example
Text Example
White with #DDEF3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEF3D; }
p { color: rgb(221,239,61); }
H1.HeaderClassName
{
color: #DDEF3D;
}
.AnyTagClassName
{
color: #DDEF3D;
}
</style>
background-color css
<style>
a { background-color: #DDEF3D; }
a { background-color: rgb(221,239,61); }
div.DivClassName
{
background-color: #DDEF3D;
}
.BgClassName
{
background-color: #DDEF3D;
}
</style>
border-color css
<style>
span { border-color: #DDEF3D; }
span { border-color: rgb(221,239,61); }
td.TdClassName
{
border-color: #DDEF3D;
}
.TagClassName
{
border-color: #DDEF3D;
}
</style>