Shades of Pear #DDEF33
Tints of Pear #DDEF33
RGB
CMYK
RGB Variations
Color information
#DDEF33 (or 0xDDEF33) is known color: Pear. HEX triplet: DD, EF and 33. RGB value is (221,239,51). Sum of RGB (Red+Green+Blue) = 221+239+51=511 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.25% from 511); Green value is 239 (93.75% from 255 or 46.77% from 511); Blue value is 51 (20.31% from 255 or 9.98% from 511); Max value from RGB is 239 - color contains mainly: green. Hex color #DDEF33 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDEF33 is #2210CC. Grayscale: #D4D4D4. Windows color (decimal): -2232525 or 3403741. OLE color: 3403741.
HSL color Cylindrical-coordinate representation of color #DDEF33: hue angle of 65.74º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DDEF33 is Cyan = 0.08, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 239 | 51 | - |
| CMYK | 0.08 | 0 | 0.79 | 0.06 |
| HSL | 65.74º | 0.85% | 0.57% | - |
| HSV(B) | 65.74º | 0.79% | 0.94% | - |
| XYZ | 61.28 | 77.34 | 14.83 | - |
| YUV | 212.19 | 37.04 | 134.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 239 | 51 | 0.08 | 0 | 0.79 | 0.06 | 65.74 | 0.85 | 0.57 |
| Hex | DD | EF | 33 | 8 | 0 | 4F | 6 | 42 | 55 | 39 |
| Octal | 335 | 357 | 63 | 10 | 0 | 117 | 6 | 102 | 125 | 71 |
| Binary | 11011101 | 11101111 | 110011 | 1000 | 0 | 1001111 | 110 | 1000010 | 1010101 | 111001 |
Color Harmonies of #DDEF33
Complementary color
Monochromatic Colors of #DDEF33
Black with #DDEF33
Text Example
Text Example
White with #DDEF33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEF33; }
p { color: rgb(221,239,51); }
H1.HeaderClassName
{
color: #DDEF33;
}
.AnyTagClassName
{
color: #DDEF33;
}
</style>
background-color css
<style>
a { background-color: #DDEF33; }
a { background-color: rgb(221,239,51); }
div.DivClassName
{
background-color: #DDEF33;
}
.BgClassName
{
background-color: #DDEF33;
}
</style>
border-color css
<style>
span { border-color: #DDEF33; }
span { border-color: rgb(221,239,51); }
td.TdClassName
{
border-color: #DDEF33;
}
.TagClassName
{
border-color: #DDEF33;
}
</style>