Shades of Pear #DDF43B
Tints of Pear #DDF43B
RGB
CMYK
RGB Variations
Color information
#DDF43B (or 0xDDF43B) is known color: Pear. HEX triplet: DD, F4 and 3B. RGB value is (221,244,59). Sum of RGB (Red+Green+Blue) = 221+244+59=524 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.18% from 524); Green value is 244 (95.70% from 255 or 46.56% from 524); Blue value is 59 (23.44% from 255 or 11.26% from 524); Max value from RGB is 244 - color contains mainly: green. Hex color #DDF43B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF43B is #220BC4. Grayscale: #D8D8D8. Windows color (decimal): -2231237 or 3929309. OLE color: 3929309.
HSL color Cylindrical-coordinate representation of color #DDF43B: hue angle of 67.46º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DDF43B is Cyan = 0.09, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
RGB | 221 | 244 | 59 | - |
CMYK | 0.09 | 0 | 0.76 | 0.04 |
HSL | 67.46º | 0.89% | 0.59% | - |
HSV(B) | 67.46º | 0.76% | 0.96% | - |
XYZ | 62.96 | 80.39 | 16.34 | - |
YUV | 216.03 | 39.38 | 131.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 244 | 59 | 0.09 | 0 | 0.76 | 0.04 | 67.46 | 0.89 | 0.59 |
Hex | DD | F4 | 3B | 9 | 0 | 4C | 4 | 43 | 59 | 3B |
Octal | 335 | 364 | 73 | 11 | 0 | 114 | 4 | 103 | 131 | 73 |
Binary | 11011101 | 11110100 | 111011 | 1001 | 0 | 1001100 | 100 | 1000011 | 1011001 | 111011 |
Color Harmonies of #DDF43B
Complementary color
Monochromatic Colors of #DDF43B
Black with #DDF43B
Text Example
Text Example
White with #DDF43B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF43B; }
p { color: rgb(221,244,59); }
H1.HeaderClassName
{
color: #DDF43B;
}
.AnyTagClassName
{
color: #DDF43B;
}
</style>
background-color css
<style>
a { background-color: #DDF43B; }
a { background-color: rgb(221,244,59); }
div.DivClassName
{
background-color: #DDF43B;
}
.BgClassName
{
background-color: #DDF43B;
}
</style>
border-color css
<style>
span { border-color: #DDF43B; }
span { border-color: rgb(221,244,59); }
td.TdClassName
{
border-color: #DDF43B;
}
.TagClassName
{
border-color: #DDF43B;
}
</style>