Shades of Pear #DFFD25
Tints of Pear #DFFD25
RGB
CMYK
RGB Variations
Color information
#DFFD25 (or 0xDFFD25) is known color: Pear. HEX triplet: DF, FD and 25. RGB value is (223,253,37). Sum of RGB (Red+Green+Blue) = 223+253+37=513 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.47% from 513); Green value is 253 (99.22% from 255 or 49.32% from 513); Blue value is 37 (14.84% from 255 or 7.21% from 513); Max value from RGB is 253 - color contains mainly: green. Hex color #DFFD25 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFFD25 is #2002DA. Grayscale: #DCDCDC. Windows color (decimal): -2097883 or 2489823. OLE color: 2489823.
HSL color Cylindrical-coordinate representation of color #DFFD25: hue angle of 68.33º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DFFD25 is Cyan = 0.12, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 223 | 253 | 37 | - |
| CMYK | 0.12 | 0 | 0.85 | 0.01 |
| HSL | 68.33º | 0.98% | 0.57% | - |
| HSV(B) | 68.33º | 0.85% | 0.99% | - |
| XYZ | 65.89 | 86.07 | 14.89 | - |
| YUV | 219.41 | 25.06 | 130.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 253 | 37 | 0.12 | 0 | 0.85 | 0.01 | 68.33 | 0.98 | 0.57 |
| Hex | DF | FD | 25 | C | 0 | 55 | 1 | 44 | 62 | 39 |
| Octal | 337 | 375 | 45 | 14 | 0 | 125 | 1 | 104 | 142 | 71 |
| Binary | 11011111 | 11111101 | 100101 | 1100 | 0 | 1010101 | 1 | 1000100 | 1100010 | 111001 |
Color Harmonies of #DFFD25
Complementary color
Monochromatic Colors of #DFFD25
Black with #DFFD25
Text Example
Text Example
White with #DFFD25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFD25; }
p { color: rgb(223,253,37); }
H1.HeaderClassName
{
color: #DFFD25;
}
.AnyTagClassName
{
color: #DFFD25;
}
</style>
background-color css
<style>
a { background-color: #DFFD25; }
a { background-color: rgb(223,253,37); }
div.DivClassName
{
background-color: #DFFD25;
}
.BgClassName
{
background-color: #DFFD25;
}
</style>
border-color css
<style>
span { border-color: #DFFD25; }
span { border-color: rgb(223,253,37); }
td.TdClassName
{
border-color: #DFFD25;
}
.TagClassName
{
border-color: #DFFD25;
}
</style>