Shades of Pear #DDF23B
Tints of Pear #DDF23B
RGB
CMYK
RGB Variations
Color information
#DDF23B (or 0xDDF23B) is known color: Pear. HEX triplet: DD, F2 and 3B. RGB value is (221,242,59). Sum of RGB (Red+Green+Blue) = 221+242+59=522 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.34% from 522); Green value is 242 (94.92% from 255 or 46.36% from 522); Blue value is 59 (23.44% from 255 or 11.30% from 522); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF23B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF23B is #220DC4. Grayscale: #D7D7D7. Windows color (decimal): -2231749 or 3928797. OLE color: 3928797.
HSL color Cylindrical-coordinate representation of color #DDF23B: hue angle of 66.89º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DDF23B is Cyan = 0.09, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 242 | 59 | - |
| CMYK | 0.09 | 0 | 0.76 | 0.05 |
| HSL | 66.89º | 0.88% | 0.59% | - |
| HSV(B) | 66.89º | 0.76% | 0.95% | - |
| XYZ | 62.36 | 79.19 | 16.14 | - |
| YUV | 214.86 | 40.04 | 132.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 242 | 59 | 0.09 | 0 | 0.76 | 0.05 | 66.89 | 0.88 | 0.59 |
| Hex | DD | F2 | 3B | 9 | 0 | 4C | 5 | 43 | 58 | 3B |
| Octal | 335 | 362 | 73 | 11 | 0 | 114 | 5 | 103 | 130 | 73 |
| Binary | 11011101 | 11110010 | 111011 | 1001 | 0 | 1001100 | 101 | 1000011 | 1011000 | 111011 |
Color Harmonies of #DDF23B
Complementary color
Monochromatic Colors of #DDF23B
Black with #DDF23B
Text Example
Text Example
White with #DDF23B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF23B; }
p { color: rgb(221,242,59); }
H1.HeaderClassName
{
color: #DDF23B;
}
.AnyTagClassName
{
color: #DDF23B;
}
</style>
background-color css
<style>
a { background-color: #DDF23B; }
a { background-color: rgb(221,242,59); }
div.DivClassName
{
background-color: #DDF23B;
}
.BgClassName
{
background-color: #DDF23B;
}
</style>
border-color css
<style>
span { border-color: #DDF23B; }
span { border-color: rgb(221,242,59); }
td.TdClassName
{
border-color: #DDF23B;
}
.TagClassName
{
border-color: #DDF23B;
}
</style>