Shades of Pear #DDFE2B
Tints of Pear #DDFE2B
RGB
CMYK
RGB Variations
Color information
#DDFE2B (or 0xDDFE2B) is known color: Pear. HEX triplet: DD, FE and 2B. RGB value is (221,254,43). Sum of RGB (Red+Green+Blue) = 221+254+43=518 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.66% from 518); Green value is 254 (99.61% from 255 or 49.03% from 518); Blue value is 43 (17.19% from 255 or 8.30% from 518); Max value from RGB is 254 - color contains mainly: green. Hex color #DDFE2B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDFE2B is #2201D4. Grayscale: #DCDCDC. Windows color (decimal): -2228693 or 2883293. OLE color: 2883293.
HSL color Cylindrical-coordinate representation of color #DDFE2B: hue angle of 69.38º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DDFE2B is Cyan = 0.13, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 254 | 43 | - |
| CMYK | 0.13 | 0 | 0.83 | 0.00 |
| HSL | 69.38º | 0.99% | 0.58% | - |
| HSV(B) | 69.38º | 0.83% | 1% | - |
| XYZ | 65.7 | 86.43 | 15.51 | - |
| YUV | 220.08 | 28.07 | 128.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 254 | 43 | 0.13 | 0 | 0.83 | 0.00 | 69.38 | 0.99 | 0.58 |
| Hex | DD | FE | 2B | D | 0 | 53 | 0 | 45 | 63 | 3A |
| Octal | 335 | 376 | 53 | 15 | 0 | 123 | 0 | 105 | 143 | 72 |
| Binary | 11011101 | 11111110 | 101011 | 1101 | 0 | 1010011 | 0 | 1000101 | 1100011 | 111010 |
Color Harmonies of #DDFE2B
Complementary color
Monochromatic Colors of #DDFE2B
Black with #DDFE2B
Text Example
Text Example
White with #DDFE2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFE2B; }
p { color: rgb(221,254,43); }
H1.HeaderClassName
{
color: #DDFE2B;
}
.AnyTagClassName
{
color: #DDFE2B;
}
</style>
background-color css
<style>
a { background-color: #DDFE2B; }
a { background-color: rgb(221,254,43); }
div.DivClassName
{
background-color: #DDFE2B;
}
.BgClassName
{
background-color: #DDFE2B;
}
</style>
border-color css
<style>
span { border-color: #DDFE2B; }
span { border-color: rgb(221,254,43); }
td.TdClassName
{
border-color: #DDFE2B;
}
.TagClassName
{
border-color: #DDFE2B;
}
</style>