Shades of Pear #DFF825
Tints of Pear #DFF825
RGB
CMYK
RGB Variations
Color information
#DFF825 (or 0xDFF825) is known color: Pear. HEX triplet: DF, F8 and 25. RGB value is (223,248,37). Sum of RGB (Red+Green+Blue) = 223+248+37=508 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.90% from 508); Green value is 248 (97.27% from 255 or 48.82% from 508); Blue value is 37 (14.84% from 255 or 7.28% from 508); Max value from RGB is 248 - color contains mainly: green. Hex color #DFF825 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFF825 is #2007DA. Grayscale: #D9D9D9. Windows color (decimal): -2099163 or 2488543. OLE color: 2488543.
HSL color Cylindrical-coordinate representation of color #DFF825: hue angle of 67.11º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DFF825 is Cyan = 0.10, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 223 | 248 | 37 | - |
| CMYK | 0.10 | 0 | 0.85 | 0.03 |
| HSL | 67.11º | 0.94% | 0.56% | - |
| HSV(B) | 67.11º | 0.85% | 0.97% | - |
| XYZ | 64.33 | 82.96 | 14.37 | - |
| YUV | 216.47 | 26.72 | 132.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 248 | 37 | 0.10 | 0 | 0.85 | 0.03 | 67.11 | 0.94 | 0.56 |
| Hex | DF | F8 | 25 | A | 0 | 55 | 3 | 43 | 5E | 38 |
| Octal | 337 | 370 | 45 | 12 | 0 | 125 | 3 | 103 | 136 | 70 |
| Binary | 11011111 | 11111000 | 100101 | 1010 | 0 | 1010101 | 11 | 1000011 | 1011110 | 111000 |
Color Harmonies of #DFF825
Complementary color
Monochromatic Colors of #DFF825
Black with #DFF825
Text Example
Text Example
White with #DFF825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF825; }
p { color: rgb(223,248,37); }
H1.HeaderClassName
{
color: #DFF825;
}
.AnyTagClassName
{
color: #DFF825;
}
</style>
background-color css
<style>
a { background-color: #DFF825; }
a { background-color: rgb(223,248,37); }
div.DivClassName
{
background-color: #DFF825;
}
.BgClassName
{
background-color: #DFF825;
}
</style>
border-color css
<style>
span { border-color: #DFF825; }
span { border-color: rgb(223,248,37); }
td.TdClassName
{
border-color: #DFF825;
}
.TagClassName
{
border-color: #DFF825;
}
</style>