Shades of Pear #DDFB25
Tints of Pear #DDFB25
RGB
CMYK
RGB Variations
Color information
#DDFB25 (or 0xDDFB25) is known color: Pear. HEX triplet: DD, FB and 25. RGB value is (221,251,37). Sum of RGB (Red+Green+Blue) = 221+251+37=509 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.42% from 509); Green value is 251 (98.44% from 255 or 49.31% from 509); Blue value is 37 (14.84% from 255 or 7.27% from 509); Max value from RGB is 251 - color contains mainly: green. Hex color #DDFB25 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDFB25 is #2204DA. Grayscale: #DADADA. Windows color (decimal): -2229467 or 2489309. OLE color: 2489309.
HSL color Cylindrical-coordinate representation of color #DDFB25: hue angle of 68.41º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DDFB25 is Cyan = 0.12, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 251 | 37 | - |
| CMYK | 0.12 | 0 | 0.85 | 0.02 |
| HSL | 68.41º | 0.96% | 0.56% | - |
| HSV(B) | 68.41º | 0.85% | 0.98% | - |
| XYZ | 64.65 | 84.5 | 14.65 | - |
| YUV | 217.63 | 26.06 | 130.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 251 | 37 | 0.12 | 0 | 0.85 | 0.02 | 68.41 | 0.96 | 0.56 |
| Hex | DD | FB | 25 | C | 0 | 55 | 2 | 44 | 60 | 38 |
| Octal | 335 | 373 | 45 | 14 | 0 | 125 | 2 | 104 | 140 | 70 |
| Binary | 11011101 | 11111011 | 100101 | 1100 | 0 | 1010101 | 10 | 1000100 | 1100000 | 111000 |
Color Harmonies of #DDFB25
Complementary color
Monochromatic Colors of #DDFB25
Black with #DDFB25
Text Example
Text Example
White with #DDFB25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFB25; }
p { color: rgb(221,251,37); }
H1.HeaderClassName
{
color: #DDFB25;
}
.AnyTagClassName
{
color: #DDFB25;
}
</style>
background-color css
<style>
a { background-color: #DDFB25; }
a { background-color: rgb(221,251,37); }
div.DivClassName
{
background-color: #DDFB25;
}
.BgClassName
{
background-color: #DDFB25;
}
</style>
border-color css
<style>
span { border-color: #DDFB25; }
span { border-color: rgb(221,251,37); }
td.TdClassName
{
border-color: #DDFB25;
}
.TagClassName
{
border-color: #DDFB25;
}
</style>