Shades of Pear #DFF225
Tints of Pear #DFF225
RGB
CMYK
RGB Variations
Color information
#DFF225 (or 0xDFF225) is known color: Pear. HEX triplet: DF, F2 and 25. RGB value is (223,242,37). Sum of RGB (Red+Green+Blue) = 223+242+37=502 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.42% from 502); Green value is 242 (94.92% from 255 or 48.21% from 502); Blue value is 37 (14.84% from 255 or 7.37% from 502); Max value from RGB is 242 - color contains mainly: green. Hex color #DFF225 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFF225 is #200DDA. Grayscale: #D5D5D5. Windows color (decimal): -2100699 or 2487007. OLE color: 2487007.
HSL color Cylindrical-coordinate representation of color #DFF225: hue angle of 65.56º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DFF225 is Cyan = 0.08, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 242 | 37 | - |
| CMYK | 0.08 | 0 | 0.85 | 0.05 |
| HSL | 65.56º | 0.89% | 0.55% | - |
| HSV(B) | 65.56º | 0.85% | 0.95% | - |
| XYZ | 62.52 | 79.33 | 13.77 | - |
| YUV | 212.95 | 28.71 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 242 | 37 | 0.08 | 0 | 0.85 | 0.05 | 65.56 | 0.89 | 0.55 |
| Hex | DF | F2 | 25 | 8 | 0 | 55 | 5 | 42 | 59 | 37 |
| Octal | 337 | 362 | 45 | 10 | 0 | 125 | 5 | 102 | 131 | 67 |
| Binary | 11011111 | 11110010 | 100101 | 1000 | 0 | 1010101 | 101 | 1000010 | 1011001 | 110111 |
Color Harmonies of #DFF225
Complementary color
Monochromatic Colors of #DFF225
Black with #DFF225
Text Example
Text Example
White with #DFF225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF225; }
p { color: rgb(223,242,37); }
H1.HeaderClassName
{
color: #DFF225;
}
.AnyTagClassName
{
color: #DFF225;
}
</style>
background-color css
<style>
a { background-color: #DFF225; }
a { background-color: rgb(223,242,37); }
div.DivClassName
{
background-color: #DFF225;
}
.BgClassName
{
background-color: #DFF225;
}
</style>
border-color css
<style>
span { border-color: #DFF225; }
span { border-color: rgb(223,242,37); }
td.TdClassName
{
border-color: #DFF225;
}
.TagClassName
{
border-color: #DFF225;
}
</style>