Shades of Pear #DDFF43
Tints of Pear #DDFF43
RGB
CMYK
RGB Variations
Color information
#DDFF43 (or 0xDDFF43) is known color: Pear. HEX triplet: DD, FF and 43. RGB value is (221,255,67). Sum of RGB (Red+Green+Blue) = 221+255+67=543 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.70% from 543); Green value is 255 (100% from 255 or 46.96% from 543); Blue value is 67 (26.56% from 255 or 12.34% from 543); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFF43 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDFF43 is #2200BC. Grayscale: #E0E0E0. Windows color (decimal): -2228413 or 4456413. OLE color: 4456413.
HSL color Cylindrical-coordinate representation of color #DDFF43: hue angle of 70.85º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DDFF43 is Cyan = 0.13, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.
Color convert
| RGB | 221 | 255 | 67 | - |
| CMYK | 0.13 | 0 | 0.74 | 0 |
| HSL | 70.85º | 1% | 0.63% | - |
| HSV(B) | 70.85º | 0.74% | 1% | - |
| XYZ | 66.59 | 87.3 | 18.65 | - |
| YUV | 223.4 | 39.74 | 126.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 255 | 67 | 0.13 | 0 | 0.74 | 0 | 70.85 | 1 | 0.63 |
| Hex | DD | FF | 43 | D | 0 | 4A | 0 | 47 | 64 | 3F |
| Octal | 335 | 377 | 103 | 15 | 0 | 112 | 0 | 107 | 144 | 77 |
| Binary | 11011101 | 11111111 | 1000011 | 1101 | 0 | 1001010 | 0 | 1000111 | 1100100 | 111111 |
Color Harmonies of #DDFF43
Complementary color
Monochromatic Colors of #DDFF43
Black with #DDFF43
Text Example
Text Example
White with #DDFF43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFF43; }
p { color: rgb(221,255,67); }
H1.HeaderClassName
{
color: #DDFF43;
}
.AnyTagClassName
{
color: #DDFF43;
}
</style>
background-color css
<style>
a { background-color: #DDFF43; }
a { background-color: rgb(221,255,67); }
div.DivClassName
{
background-color: #DDFF43;
}
.BgClassName
{
background-color: #DDFF43;
}
</style>
border-color css
<style>
span { border-color: #DDFF43; }
span { border-color: rgb(221,255,67); }
td.TdClassName
{
border-color: #DDFF43;
}
.TagClassName
{
border-color: #DDFF43;
}
</style>