Shades of Pear #DDEF1F
Tints of Pear #DDEF1F
RGB
CMYK
RGB Variations
Color information
#DDEF1F (or 0xDDEF1F) is known color: Pear. HEX triplet: DD, EF and 1F. RGB value is (221,239,31). Sum of RGB (Red+Green+Blue) = 221+239+31=491 (65% of max value = 765). Red value is 221 (86.72% from 255 or 45.01% from 491); Green value is 239 (93.75% from 255 or 48.68% from 491); Blue value is 31 (12.5% from 255 or 6.31% from 491); Max value from RGB is 239 - color contains mainly: green. Hex color #DDEF1F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDEF1F is #2210E0. Grayscale: #D2D2D2. Windows color (decimal): -2232545 or 2093021. OLE color: 2093021.
HSL color Cylindrical-coordinate representation of color #DDEF1F: hue angle of 65.19º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DDEF1F is Cyan = 0.08, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 239 | 31 | - |
| CMYK | 0.08 | 0 | 0.87 | 0.06 |
| HSL | 65.19º | 0.87% | 0.53% | - |
| HSV(B) | 65.19º | 0.87% | 0.94% | - |
| XYZ | 60.93 | 77.2 | 12.99 | - |
| YUV | 209.91 | 27.04 | 135.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 239 | 31 | 0.08 | 0 | 0.87 | 0.06 | 65.19 | 0.87 | 0.53 |
| Hex | DD | EF | 1F | 8 | 0 | 57 | 6 | 41 | 57 | 35 |
| Octal | 335 | 357 | 37 | 10 | 0 | 127 | 6 | 101 | 127 | 65 |
| Binary | 11011101 | 11101111 | 11111 | 1000 | 0 | 1010111 | 110 | 1000001 | 1010111 | 110101 |
Color Harmonies of #DDEF1F
Complementary color
Monochromatic Colors of #DDEF1F
Black with #DDEF1F
Text Example
Text Example
White with #DDEF1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEF1F; }
p { color: rgb(221,239,31); }
H1.HeaderClassName
{
color: #DDEF1F;
}
.AnyTagClassName
{
color: #DDEF1F;
}
</style>
background-color css
<style>
a { background-color: #DDEF1F; }
a { background-color: rgb(221,239,31); }
div.DivClassName
{
background-color: #DDEF1F;
}
.BgClassName
{
background-color: #DDEF1F;
}
</style>
border-color css
<style>
span { border-color: #DDEF1F; }
span { border-color: rgb(221,239,31); }
td.TdClassName
{
border-color: #DDEF1F;
}
.TagClassName
{
border-color: #DDEF1F;
}
</style>