Shades of Pear #DDFE37
Tints of Pear #DDFE37
RGB
CMYK
RGB Variations
Color information
#DDFE37 (or 0xDDFE37) is known color: Pear. HEX triplet: DD, FE and 37. RGB value is (221,254,55). Sum of RGB (Red+Green+Blue) = 221+254+55=530 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.70% from 530); Green value is 254 (99.61% from 255 or 47.92% from 530); Blue value is 55 (21.88% from 255 or 10.38% from 530); Max value from RGB is 254 - color contains mainly: green. Hex color #DDFE37 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDFE37 is #2201C8. Grayscale: #DEDEDE. Windows color (decimal): -2228681 or 3669725. OLE color: 3669725.
HSL color Cylindrical-coordinate representation of color #DDFE37: hue angle of 69.95º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DDFE37 is Cyan = 0.13, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 254 | 55 | - |
| CMYK | 0.13 | 0 | 0.78 | 0.00 |
| HSL | 69.95º | 0.99% | 0.61% | - |
| HSV(B) | 69.95º | 0.78% | 1% | - |
| XYZ | 65.95 | 86.53 | 16.84 | - |
| YUV | 221.45 | 34.07 | 127.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 254 | 55 | 0.13 | 0 | 0.78 | 0.00 | 69.95 | 0.99 | 0.61 |
| Hex | DD | FE | 37 | D | 0 | 4E | 0 | 46 | 63 | 3D |
| Octal | 335 | 376 | 67 | 15 | 0 | 116 | 0 | 106 | 143 | 75 |
| Binary | 11011101 | 11111110 | 110111 | 1101 | 0 | 1001110 | 0 | 1000110 | 1100011 | 111101 |
Color Harmonies of #DDFE37
Complementary color
Monochromatic Colors of #DDFE37
Black with #DDFE37
Text Example
Text Example
White with #DDFE37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFE37; }
p { color: rgb(221,254,55); }
H1.HeaderClassName
{
color: #DDFE37;
}
.AnyTagClassName
{
color: #DDFE37;
}
</style>
background-color css
<style>
a { background-color: #DDFE37; }
a { background-color: rgb(221,254,55); }
div.DivClassName
{
background-color: #DDFE37;
}
.BgClassName
{
background-color: #DDFE37;
}
</style>
border-color css
<style>
span { border-color: #DDFE37; }
span { border-color: rgb(221,254,55); }
td.TdClassName
{
border-color: #DDFE37;
}
.TagClassName
{
border-color: #DDFE37;
}
</style>