Shades of Pear #DDF32B
Tints of Pear #DDF32B
RGB
CMYK
RGB Variations
Color information
#DDF32B (or 0xDDF32B) is known color: Pear. HEX triplet: DD, F3 and 2B. RGB value is (221,243,43). Sum of RGB (Red+Green+Blue) = 221+243+43=507 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.59% from 507); Green value is 243 (95.31% from 255 or 47.93% from 507); Blue value is 43 (17.19% from 255 or 8.48% from 507); Max value from RGB is 243 - color contains mainly: green. Hex color #DDF32B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF32B is #220CD4. Grayscale: #D6D6D6. Windows color (decimal): -2231509 or 2880477. OLE color: 2880477.
HSL color Cylindrical-coordinate representation of color #DDF32B: hue angle of 66.6º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DDF32B is Cyan = 0.09, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 243 | 43 | - |
| CMYK | 0.09 | 0 | 0.82 | 0.05 |
| HSL | 66.6º | 0.89% | 0.56% | - |
| HSV(B) | 66.6º | 0.82% | 0.95% | - |
| XYZ | 62.31 | 79.65 | 14.38 | - |
| YUV | 213.62 | 31.71 | 133.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 243 | 43 | 0.09 | 0 | 0.82 | 0.05 | 66.6 | 0.89 | 0.56 |
| Hex | DD | F3 | 2B | 9 | 0 | 52 | 5 | 43 | 59 | 38 |
| Octal | 335 | 363 | 53 | 11 | 0 | 122 | 5 | 103 | 131 | 70 |
| Binary | 11011101 | 11110011 | 101011 | 1001 | 0 | 1010010 | 101 | 1000011 | 1011001 | 111000 |
Color Harmonies of #DDF32B
Complementary color
Monochromatic Colors of #DDF32B
Black with #DDF32B
Text Example
Text Example
White with #DDF32B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF32B; }
p { color: rgb(221,243,43); }
H1.HeaderClassName
{
color: #DDF32B;
}
.AnyTagClassName
{
color: #DDF32B;
}
</style>
background-color css
<style>
a { background-color: #DDF32B; }
a { background-color: rgb(221,243,43); }
div.DivClassName
{
background-color: #DDF32B;
}
.BgClassName
{
background-color: #DDF32B;
}
</style>
border-color css
<style>
span { border-color: #DDF32B; }
span { border-color: rgb(221,243,43); }
td.TdClassName
{
border-color: #DDF32B;
}
.TagClassName
{
border-color: #DDF32B;
}
</style>