Shades of Pear #DFF025
Tints of Pear #DFF025
RGB
CMYK
RGB Variations
Color information
#DFF025 (or 0xDFF025) is known color: Pear. HEX triplet: DF, F0 and 25. RGB value is (223,240,37). Sum of RGB (Red+Green+Blue) = 223+240+37=500 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.6% from 500); Green value is 240 (94.14% from 255 or 48% from 500); Blue value is 37 (14.84% from 255 or 7.4% from 500); Max value from RGB is 240 - color contains mainly: green. Hex color #DFF025 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFF025 is #200FDA. Grayscale: #D4D4D4. Windows color (decimal): -2101211 or 2486495. OLE color: 2486495.
HSL color Cylindrical-coordinate representation of color #DFF025: hue angle of 65.02º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DFF025 is Cyan = 0.07, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 240 | 37 | - |
| CMYK | 0.07 | 0 | 0.85 | 0.06 |
| HSL | 65.02º | 0.87% | 0.54% | - |
| HSV(B) | 65.02º | 0.85% | 0.94% | - |
| XYZ | 61.93 | 78.14 | 13.57 | - |
| YUV | 211.78 | 29.37 | 136.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 240 | 37 | 0.07 | 0 | 0.85 | 0.06 | 65.02 | 0.87 | 0.54 |
| Hex | DF | F0 | 25 | 7 | 0 | 55 | 6 | 41 | 57 | 36 |
| Octal | 337 | 360 | 45 | 7 | 0 | 125 | 6 | 101 | 127 | 66 |
| Binary | 11011111 | 11110000 | 100101 | 111 | 0 | 1010101 | 110 | 1000001 | 1010111 | 110110 |
Color Harmonies of #DFF025
Complementary color
Monochromatic Colors of #DFF025
Black with #DFF025
Text Example
Text Example
White with #DFF025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF025; }
p { color: rgb(223,240,37); }
H1.HeaderClassName
{
color: #DFF025;
}
.AnyTagClassName
{
color: #DFF025;
}
</style>
background-color css
<style>
a { background-color: #DFF025; }
a { background-color: rgb(223,240,37); }
div.DivClassName
{
background-color: #DFF025;
}
.BgClassName
{
background-color: #DFF025;
}
</style>
border-color css
<style>
span { border-color: #DFF025; }
span { border-color: rgb(223,240,37); }
td.TdClassName
{
border-color: #DFF025;
}
.TagClassName
{
border-color: #DFF025;
}
</style>