Shades of Pear #DDFF26
Tints of Pear #DDFF26
RGB
CMYK
RGB Variations
Color information
#DDFF26 (or 0xDDFF26) is known color: Pear. HEX triplet: DD, FF and 26. RGB value is (221,255,38). Sum of RGB (Red+Green+Blue) = 221+255+38=514 (68% of max value = 765). Red value is 221 (86.72% from 255 or 43.00% from 514); Green value is 255 (100% from 255 or 49.61% from 514); Blue value is 38 (15.23% from 255 or 7.39% from 514); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFF26 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDFF26 is #2200D9. Grayscale: #DCDCDC. Windows color (decimal): -2228442 or 2555869. OLE color: 2555869.
HSL color Cylindrical-coordinate representation of color #DDFF26: hue angle of 69.4º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DDFF26 is Cyan = 0.13, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 221 | 255 | 38 | - |
| CMYK | 0.13 | 0 | 0.85 | 0 |
| HSL | 69.4º | 1% | 0.57% | - |
| HSV(B) | 69.4º | 0.85% | 1% | - |
| XYZ | 65.93 | 87.03 | 15.16 | - |
| YUV | 220.1 | 25.24 | 128.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 255 | 38 | 0.13 | 0 | 0.85 | 0 | 69.4 | 1 | 0.57 |
| Hex | DD | FF | 26 | D | 0 | 55 | 0 | 45 | 64 | 39 |
| Octal | 335 | 377 | 46 | 15 | 0 | 125 | 0 | 105 | 144 | 71 |
| Binary | 11011101 | 11111111 | 100110 | 1101 | 0 | 1010101 | 0 | 1000101 | 1100100 | 111001 |
Color Harmonies of #DDFF26
Complementary color
Monochromatic Colors of #DDFF26
Black with #DDFF26
Text Example
Text Example
White with #DDFF26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFF26; }
p { color: rgb(221,255,38); }
H1.HeaderClassName
{
color: #DDFF26;
}
.AnyTagClassName
{
color: #DDFF26;
}
</style>
background-color css
<style>
a { background-color: #DDFF26; }
a { background-color: rgb(221,255,38); }
div.DivClassName
{
background-color: #DDFF26;
}
.BgClassName
{
background-color: #DDFF26;
}
</style>
border-color css
<style>
span { border-color: #DDFF26; }
span { border-color: rgb(221,255,38); }
td.TdClassName
{
border-color: #DDFF26;
}
.TagClassName
{
border-color: #DDFF26;
}
</style>