Shades of Pear #DFF425
Tints of Pear #DFF425
RGB
CMYK
RGB Variations
Color information
#DFF425 (or 0xDFF425) is known color: Pear. HEX triplet: DF, F4 and 25. RGB value is (223,244,37). Sum of RGB (Red+Green+Blue) = 223+244+37=504 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.25% from 504); Green value is 244 (95.70% from 255 or 48.41% from 504); Blue value is 37 (14.84% from 255 or 7.34% from 504); Max value from RGB is 244 - color contains mainly: green. Hex color #DFF425 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFF425 is #200BDA. Grayscale: #D6D6D6. Windows color (decimal): -2100187 or 2487519. OLE color: 2487519.
HSL color Cylindrical-coordinate representation of color #DFF425: hue angle of 66.09º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DFF425 is Cyan = 0.09, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 223 | 244 | 37 | - |
| CMYK | 0.09 | 0 | 0.85 | 0.04 |
| HSL | 66.09º | 0.9% | 0.55% | - |
| HSV(B) | 66.09º | 0.85% | 0.96% | - |
| XYZ | 63.12 | 80.52 | 13.97 | - |
| YUV | 214.12 | 28.04 | 134.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 244 | 37 | 0.09 | 0 | 0.85 | 0.04 | 66.09 | 0.9 | 0.55 |
| Hex | DF | F4 | 25 | 9 | 0 | 55 | 4 | 42 | 5A | 37 |
| Octal | 337 | 364 | 45 | 11 | 0 | 125 | 4 | 102 | 132 | 67 |
| Binary | 11011111 | 11110100 | 100101 | 1001 | 0 | 1010101 | 100 | 1000010 | 1011010 | 110111 |
Color Harmonies of #DFF425
Complementary color
Monochromatic Colors of #DFF425
Black with #DFF425
Text Example
Text Example
White with #DFF425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF425; }
p { color: rgb(223,244,37); }
H1.HeaderClassName
{
color: #DFF425;
}
.AnyTagClassName
{
color: #DFF425;
}
</style>
background-color css
<style>
a { background-color: #DFF425; }
a { background-color: rgb(223,244,37); }
div.DivClassName
{
background-color: #DFF425;
}
.BgClassName
{
background-color: #DFF425;
}
</style>
border-color css
<style>
span { border-color: #DFF425; }
span { border-color: rgb(223,244,37); }
td.TdClassName
{
border-color: #DFF425;
}
.TagClassName
{
border-color: #DFF425;
}
</style>