Shades of Pear #DDFE36
Tints of Pear #DDFE36
RGB
CMYK
RGB Variations
Color information
#DDFE36 (or 0xDDFE36) is known color: Pear. HEX triplet: DD, FE and 36. RGB value is (221,254,54). Sum of RGB (Red+Green+Blue) = 221+254+54=529 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.78% from 529); Green value is 254 (99.61% from 255 or 48.02% from 529); Blue value is 54 (21.48% from 255 or 10.21% from 529); Max value from RGB is 254 - color contains mainly: green. Hex color #DDFE36 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDFE36 is #2201C9. Grayscale: #DEDEDE. Windows color (decimal): -2228682 or 3604189. OLE color: 3604189.
HSL color Cylindrical-coordinate representation of color #DDFE36: hue angle of 69.9º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DDFE36 is Cyan = 0.13, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 254 | 54 | - |
| CMYK | 0.13 | 0 | 0.79 | 0.00 |
| HSL | 69.9º | 0.99% | 0.6% | - |
| HSV(B) | 69.9º | 0.79% | 1% | - |
| XYZ | 65.93 | 86.52 | 16.72 | - |
| YUV | 221.33 | 33.57 | 127.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 254 | 54 | 0.13 | 0 | 0.79 | 0.00 | 69.9 | 0.99 | 0.6 |
| Hex | DD | FE | 36 | D | 0 | 4F | 0 | 46 | 63 | 3C |
| Octal | 335 | 376 | 66 | 15 | 0 | 117 | 0 | 106 | 143 | 74 |
| Binary | 11011101 | 11111110 | 110110 | 1101 | 0 | 1001111 | 0 | 1000110 | 1100011 | 111100 |
Color Harmonies of #DDFE36
Complementary color
Monochromatic Colors of #DDFE36
Black with #DDFE36
Text Example
Text Example
White with #DDFE36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFE36; }
p { color: rgb(221,254,54); }
H1.HeaderClassName
{
color: #DDFE36;
}
.AnyTagClassName
{
color: #DDFE36;
}
</style>
background-color css
<style>
a { background-color: #DDFE36; }
a { background-color: rgb(221,254,54); }
div.DivClassName
{
background-color: #DDFE36;
}
.BgClassName
{
background-color: #DDFE36;
}
</style>
border-color css
<style>
span { border-color: #DDFE36; }
span { border-color: rgb(221,254,54); }
td.TdClassName
{
border-color: #DDFE36;
}
.TagClassName
{
border-color: #DDFE36;
}
</style>