Shades of Pear #DDF836
Tints of Pear #DDF836
RGB
CMYK
RGB Variations
Color information
#DDF836 (or 0xDDF836) is known color: Pear. HEX triplet: DD, F8 and 36. RGB value is (221,248,54). Sum of RGB (Red+Green+Blue) = 221+248+54=523 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.26% from 523); Green value is 248 (97.27% from 255 or 47.42% from 523); Blue value is 54 (21.48% from 255 or 10.33% from 523); Max value from RGB is 248 - color contains mainly: green. Hex color #DDF836 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF836 is #2207C9. Grayscale: #DADADA. Windows color (decimal): -2230218 or 3602653. OLE color: 3602653.
HSL color Cylindrical-coordinate representation of color #DDF836: hue angle of 68.35º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DDF836 is Cyan = 0.11, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 221 | 248 | 54 | - |
| CMYK | 0.11 | 0 | 0.78 | 0.03 |
| HSL | 68.35º | 0.93% | 0.59% | - |
| HSV(B) | 68.35º | 0.78% | 0.97% | - |
| XYZ | 64.05 | 82.77 | 16.09 | - |
| YUV | 217.81 | 35.55 | 130.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 248 | 54 | 0.11 | 0 | 0.78 | 0.03 | 68.35 | 0.93 | 0.59 |
| Hex | DD | F8 | 36 | B | 0 | 4E | 3 | 44 | 5D | 3B |
| Octal | 335 | 370 | 66 | 13 | 0 | 116 | 3 | 104 | 135 | 73 |
| Binary | 11011101 | 11111000 | 110110 | 1011 | 0 | 1001110 | 11 | 1000100 | 1011101 | 111011 |
Color Harmonies of #DDF836
Complementary color
Monochromatic Colors of #DDF836
Black with #DDF836
Text Example
Text Example
White with #DDF836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF836; }
p { color: rgb(221,248,54); }
H1.HeaderClassName
{
color: #DDF836;
}
.AnyTagClassName
{
color: #DDF836;
}
</style>
background-color css
<style>
a { background-color: #DDF836; }
a { background-color: rgb(221,248,54); }
div.DivClassName
{
background-color: #DDF836;
}
.BgClassName
{
background-color: #DDF836;
}
</style>
border-color css
<style>
span { border-color: #DDF836; }
span { border-color: rgb(221,248,54); }
td.TdClassName
{
border-color: #DDF836;
}
.TagClassName
{
border-color: #DDF836;
}
</style>