Shades of Pear #DDFB28
Tints of Pear #DDFB28
RGB
CMYK
RGB Variations
Color information
#DDFB28 (or 0xDDFB28) is known color: Pear. HEX triplet: DD, FB and 28. RGB value is (221,251,40). Sum of RGB (Red+Green+Blue) = 221+251+40=512 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.16% from 512); Green value is 251 (98.44% from 255 or 49.02% from 512); Blue value is 40 (16.02% from 255 or 7.81% from 512); Max value from RGB is 251 - color contains mainly: green. Hex color #DDFB28 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDFB28 is #2204D7. Grayscale: #DADADA. Windows color (decimal): -2229464 or 2685917. OLE color: 2685917.
HSL color Cylindrical-coordinate representation of color #DDFB28: hue angle of 68.53º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DDFB28 is Cyan = 0.12, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 251 | 40 | - |
| CMYK | 0.12 | 0 | 0.84 | 0.02 |
| HSL | 68.53º | 0.96% | 0.57% | - |
| HSV(B) | 68.53º | 0.84% | 0.98% | - |
| XYZ | 64.7 | 84.52 | 14.91 | - |
| YUV | 217.98 | 27.56 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 251 | 40 | 0.12 | 0 | 0.84 | 0.02 | 68.53 | 0.96 | 0.57 |
| Hex | DD | FB | 28 | C | 0 | 54 | 2 | 45 | 60 | 39 |
| Octal | 335 | 373 | 50 | 14 | 0 | 124 | 2 | 105 | 140 | 71 |
| Binary | 11011101 | 11111011 | 101000 | 1100 | 0 | 1010100 | 10 | 1000101 | 1100000 | 111001 |
Color Harmonies of #DDFB28
Complementary color
Monochromatic Colors of #DDFB28
Black with #DDFB28
Text Example
Text Example
White with #DDFB28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFB28; }
p { color: rgb(221,251,40); }
H1.HeaderClassName
{
color: #DDFB28;
}
.AnyTagClassName
{
color: #DDFB28;
}
</style>
background-color css
<style>
a { background-color: #DDFB28; }
a { background-color: rgb(221,251,40); }
div.DivClassName
{
background-color: #DDFB28;
}
.BgClassName
{
background-color: #DDFB28;
}
</style>
border-color css
<style>
span { border-color: #DDFB28; }
span { border-color: rgb(221,251,40); }
td.TdClassName
{
border-color: #DDFB28;
}
.TagClassName
{
border-color: #DDFB28;
}
</style>