Shades of Pear #DDFE34
Tints of Pear #DDFE34
RGB
CMYK
RGB Variations
Color information
#DDFE34 (or 0xDDFE34) is known color: Pear. HEX triplet: DD, FE and 34. RGB value is (221,254,52). Sum of RGB (Red+Green+Blue) = 221+254+52=527 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.94% from 527); Green value is 254 (99.61% from 255 or 48.20% from 527); Blue value is 52 (20.70% from 255 or 9.87% from 527); Max value from RGB is 254 - color contains mainly: green. Hex color #DDFE34 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDFE34 is #2201CB. Grayscale: #DDDDDD. Windows color (decimal): -2228684 or 3473117. OLE color: 3473117.
HSL color Cylindrical-coordinate representation of color #DDFE34: hue angle of 69.8º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DDFE34 is Cyan = 0.13, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 254 | 52 | - |
| CMYK | 0.13 | 0 | 0.80 | 0.00 |
| HSL | 69.8º | 0.99% | 0.6% | - |
| HSV(B) | 69.8º | 0.8% | 1% | - |
| XYZ | 65.88 | 86.5 | 16.47 | - |
| YUV | 221.11 | 32.57 | 127.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 254 | 52 | 0.13 | 0 | 0.80 | 0.00 | 69.8 | 0.99 | 0.6 |
| Hex | DD | FE | 34 | D | 0 | 50 | 0 | 46 | 63 | 3C |
| Octal | 335 | 376 | 64 | 15 | 0 | 120 | 0 | 106 | 143 | 74 |
| Binary | 11011101 | 11111110 | 110100 | 1101 | 0 | 1010000 | 0 | 1000110 | 1100011 | 111100 |
Color Harmonies of #DDFE34
Complementary color
Monochromatic Colors of #DDFE34
Black with #DDFE34
Text Example
Text Example
White with #DDFE34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFE34; }
p { color: rgb(221,254,52); }
H1.HeaderClassName
{
color: #DDFE34;
}
.AnyTagClassName
{
color: #DDFE34;
}
</style>
background-color css
<style>
a { background-color: #DDFE34; }
a { background-color: rgb(221,254,52); }
div.DivClassName
{
background-color: #DDFE34;
}
.BgClassName
{
background-color: #DDFE34;
}
</style>
border-color css
<style>
span { border-color: #DDFE34; }
span { border-color: rgb(221,254,52); }
td.TdClassName
{
border-color: #DDFE34;
}
.TagClassName
{
border-color: #DDFE34;
}
</style>