Shades of Pear #DFF925
Tints of Pear #DFF925
RGB
CMYK
RGB Variations
Color information
#DFF925 (or 0xDFF925) is known color: Pear. HEX triplet: DF, F9 and 25. RGB value is (223,249,37). Sum of RGB (Red+Green+Blue) = 223+249+37=509 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.81% from 509); Green value is 249 (97.66% from 255 or 48.92% from 509); Blue value is 37 (14.84% from 255 or 7.27% from 509); Max value from RGB is 249 - color contains mainly: green. Hex color #DFF925 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFF925 is #2006DA. Grayscale: #D9D9D9. Windows color (decimal): -2098907 or 2488799. OLE color: 2488799.
HSL color Cylindrical-coordinate representation of color #DFF925: hue angle of 67.36º degrees, saturation: 0.95, 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 #DFF925 is Cyan = 0.10, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 249 | 37 | - |
| CMYK | 0.10 | 0 | 0.85 | 0.02 |
| HSL | 67.36º | 0.95% | 0.56% | - |
| HSV(B) | 67.36º | 0.85% | 0.98% | - |
| XYZ | 64.64 | 83.57 | 14.47 | - |
| YUV | 217.06 | 26.39 | 132.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 249 | 37 | 0.10 | 0 | 0.85 | 0.02 | 67.36 | 0.95 | 0.56 |
| Hex | DF | F9 | 25 | A | 0 | 55 | 2 | 43 | 5F | 38 |
| Octal | 337 | 371 | 45 | 12 | 0 | 125 | 2 | 103 | 137 | 70 |
| Binary | 11011111 | 11111001 | 100101 | 1010 | 0 | 1010101 | 10 | 1000011 | 1011111 | 111000 |
Color Harmonies of #DFF925
Complementary color
Monochromatic Colors of #DFF925
Black with #DFF925
Text Example
Text Example
White with #DFF925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF925; }
p { color: rgb(223,249,37); }
H1.HeaderClassName
{
color: #DFF925;
}
.AnyTagClassName
{
color: #DFF925;
}
</style>
background-color css
<style>
a { background-color: #DFF925; }
a { background-color: rgb(223,249,37); }
div.DivClassName
{
background-color: #DFF925;
}
.BgClassName
{
background-color: #DFF925;
}
</style>
border-color css
<style>
span { border-color: #DFF925; }
span { border-color: rgb(223,249,37); }
td.TdClassName
{
border-color: #DFF925;
}
.TagClassName
{
border-color: #DFF925;
}
</style>